diff --git a/package-lock.json b/package-lock.json index 180611fdc..c641ac571 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "tslint": "5.12.1", "typescript": "4.7.4", "typescript-standard": "^0.3.36", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -10831,21 +10831,16 @@ "dev": true }, "node_modules/wot-thing-description-types": { - "version": "1.1.0-24-May-2023", - "resolved": "https://registry.npmjs.org/wot-thing-description-types/-/wot-thing-description-types-1.1.0-24-May-2023.tgz", - "integrity": "sha512-iUwWIPskTQc/19Ax0JxpdufpKKBsvY2h3DTgHA05+mdHPknvDAMhLbbFM5pd+u6hQonQqA2T6MF/zJ8r1Zy1qQ==" - }, - "node_modules/wot-thing-model-types": { - "version": "1.1.0-24-May-2023", - "resolved": "https://registry.npmjs.org/wot-thing-model-types/-/wot-thing-model-types-1.1.0-24-May-2023.tgz", - "integrity": "sha512-VDrvlSjPZ1MsG4buq4uw2KIAye/XuCDapXZHZNqDMuGmi3pIXrRZOJPcOpvXcQWbqA9AKj8Dwfm7Yp87CP/k9w==" + "version": "1.1.0-05-July-2023", + "resolved": "https://registry.npmjs.org/wot-thing-description-types/-/wot-thing-description-types-1.1.0-05-July-2023.tgz", + "integrity": "sha512-s24umjivmgeJuW93siBf6SRCSh+5OBfXoO5x1tSPxuXtQ2GCishGyA/BHohMODzrwDz8EuEpnF7P/3T3pVI5ew==" }, "node_modules/wot-typescript-definitions": { - "version": "0.8.0-SNAPSHOT.26", - "resolved": "https://registry.npmjs.org/wot-typescript-definitions/-/wot-typescript-definitions-0.8.0-SNAPSHOT.26.tgz", - "integrity": "sha512-3CZGIABqc5Gf2GxmeO3bAIH+cuja/vHbx0qm6oiE71kVNAp95tkwlobp1CiAyoqOrGOQaBbQnG80kJgaqdh0BQ==", + "version": "0.8.0-SNAPSHOT.27", + "resolved": "https://registry.npmjs.org/wot-typescript-definitions/-/wot-typescript-definitions-0.8.0-SNAPSHOT.27.tgz", + "integrity": "sha512-3E6mpZNJu7ya6GAB/65qc7/pmgFnOZ6mSpp+liyEEYjuQiR7oxzr/cUtSbHWK/ynUI3J3T8RkzQn+N73rKvGfQ==", "dependencies": { - "wot-thing-description-types": "1.1.0-24-May-2023" + "wot-thing-description-types": "1.1.0-05-July-2023" } }, "node_modules/wrap-ansi": { @@ -11032,7 +11027,7 @@ "node-coap-client": "1.0.8", "rxjs": "5.5.11", "slugify": "^1.4.5", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" } }, "packages/binding-file": { @@ -11083,7 +11078,7 @@ "@node-wot/core": "0.8.9", "@node-wot/td-tools": "0.8.9", "node-mbus": "^2.1.0", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" } }, "packages/binding-modbus": { @@ -11095,7 +11090,7 @@ "@node-wot/td-tools": "0.8.9", "modbus-serial": "8.0.3", "rxjs": "5.5.11", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" } }, "packages/binding-mqtt": { @@ -11385,8 +11380,8 @@ "is-absolute-url": "3.0.3", "json-placeholder-replacer": "^1.0.35", "url-toolkit": "2.1.6", - "wot-thing-model-types": "1.1.0-24-May-2023", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-thing-model-types": "1.1.0-05-July-2023", + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" } }, "packages/td-tools/node_modules/ajv": { @@ -11406,6 +11401,11 @@ "packages/td-tools/node_modules/json-schema-traverse": { "version": "1.0.0", "license": "MIT" + }, + "packages/td-tools/node_modules/wot-thing-model-types": { + "version": "1.1.0-05-July-2023", + "resolved": "https://registry.npmjs.org/wot-thing-model-types/-/wot-thing-model-types-1.1.0-05-July-2023.tgz", + "integrity": "sha512-e52eHHzwRJ3Rz3QFZNvZeSlXOpdYqs/3Jk114mUbtH54nsB9A//1gmT3H7w9+PJ2q+NBHF/pPHc+vr10V76FKg==" } } } diff --git a/package.json b/package.json index 76c96e4bc..d1cb2906d 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,6 @@ "tslint": "5.12.1", "typescript": "4.7.4", "typescript-standard": "^0.3.36", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" } } diff --git a/packages/binding-coap/package.json b/packages/binding-coap/package.json index fe69007dd..7ab77675c 100644 --- a/packages/binding-coap/package.json +++ b/packages/binding-coap/package.json @@ -22,7 +22,7 @@ "node-coap-client": "1.0.8", "rxjs": "5.5.11", "slugify": "^1.4.5", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" }, "scripts": { "build": "tsc -b", diff --git a/packages/binding-mbus/package.json b/packages/binding-mbus/package.json index 95316724f..e4095ac8f 100644 --- a/packages/binding-mbus/package.json +++ b/packages/binding-mbus/package.json @@ -17,7 +17,7 @@ "@node-wot/core": "0.8.9", "@node-wot/td-tools": "0.8.9", "node-mbus": "^2.1.0", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" }, "scripts": { "build": "tsc -b", diff --git a/packages/binding-modbus/package.json b/packages/binding-modbus/package.json index 57b91fc3b..286c68f24 100644 --- a/packages/binding-modbus/package.json +++ b/packages/binding-modbus/package.json @@ -21,7 +21,7 @@ "@node-wot/td-tools": "0.8.9", "modbus-serial": "8.0.3", "rxjs": "5.5.11", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" }, "scripts": { "build": "tsc -b", diff --git a/packages/examples/src/security/oauth/package.json b/packages/examples/src/security/oauth/package.json index f1027f23a..1117e6471 100644 --- a/packages/examples/src/security/oauth/package.json +++ b/packages/examples/src/security/oauth/package.json @@ -19,6 +19,6 @@ "ts-node": "10.1.0", "typescript": "4.7.4", "typescript-standard": "^0.3.36", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" } } diff --git a/packages/td-tools/package.json b/packages/td-tools/package.json index 362a70197..833c432eb 100644 --- a/packages/td-tools/package.json +++ b/packages/td-tools/package.json @@ -20,8 +20,8 @@ "is-absolute-url": "3.0.3", "json-placeholder-replacer": "^1.0.35", "url-toolkit": "2.1.6", - "wot-thing-model-types": "1.1.0-24-May-2023", - "wot-typescript-definitions": "0.8.0-SNAPSHOT.26" + "wot-thing-model-types": "1.1.0-05-July-2023", + "wot-typescript-definitions": "0.8.0-SNAPSHOT.27" }, "scripts": { "build": "tsc -b && webpack",