Skip to content

Commit 9f9128b

Browse files
committed
Merge branch 'master' into develop
2 parents a7d5266 + 91f408e commit 9f9128b

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

package-lock.json

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inesdata-connector-interface",
3-
"version": "0.4.0-SNAPSHOT",
3+
"version": "0.8.1",
44
"project": "com.gmv.inesdata",
55
"scripts": {
66
"ng": "ng",
@@ -37,18 +37,19 @@
3737
"@jsonforms/core": "^3.2.1",
3838
"@think-it-labs/edc-connector-client": "0.5.0",
3939
"angular-oauth2-oidc": "^17.0.2",
40+
"clean-deep": "^3.4.0",
4041
"date-fns": "^2.30.0",
4142
"date-fns-tz": "^2.0.1",
43+
"inesdata-connector-interface": "file:",
4244
"install": "^0.13.0",
4345
"jexl": "^2.3.0",
46+
"json-stable-stringify": "^1.0.2",
4447
"jsonld": "^8.3.2",
4548
"ngx-json-viewer": "~3.2.1",
4649
"ngx-schema-form": "^2.11.0",
4750
"rxjs": "~7.8.1",
4851
"z-schema": "^6.0.1",
49-
"zone.js": "~0.14.2",
50-
"clean-deep": "^3.4.0",
51-
"json-stable-stringify": "^1.0.2"
52+
"zone.js": "~0.14.2"
5253
},
5354
"devDependencies": {
5455
"@angular-devkit/build-angular": "^17.1.2",

src/app/pages/assets/asset-create/asset-create.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h2 class="title-section">Create an asset</h2>
170170

171171
<mat-form-field class="form-field" color="accent">
172172
<mat-label>Proxy Method</mat-label>
173-
<input [(ngModel)]="httpDataAddress.roxyMethod" matInput>
173+
<input [(ngModel)]="httpDataAddress.proxyMethod" matInput>
174174
</mat-form-field>
175175

176176
<mat-form-field class="form-field" color="accent">

src/app/pages/contracts/contract-transfer-dialog/contract-transfer-dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<mat-form-field class="form-field" color="accent">
5959
<mat-label>Proxy Method</mat-label>
60-
<input [(ngModel)]="httpDataAddress.roxyMethod" matInput>
60+
<input [(ngModel)]="httpDataAddress.proxyMethod" matInput>
6161
</mat-form-field>
6262

6363
<mat-form-field class="form-field" color="accent">

0 commit comments

Comments
 (0)