diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 340f92a..6d08fb3 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -549,10 +549,10 @@ }, "scripting-api": { "name": "wot-typescript-definitions", - "version": "0.8.0-SNAPSHOT.27", + "version": "0.8.0-SNAPSHOT.28", "license": "W3C-20150513", "dependencies": { - "wot-thing-description-types": "1.1.0-05-July-2023" + "wot-thing-description-types": "1.1.0-09-November-2023" }, "devDependencies": { "json-schema-to-typescript": "^10.1.4" @@ -560,7 +560,7 @@ }, "thing-description": { "name": "wot-thing-description-types", - "version": "1.1.0-05-July-2023", + "version": "1.1.0-09-November-2023", "license": "W3C-20150513", "devDependencies": { "json-schema-to-typescript": "^10.1.4" @@ -568,7 +568,7 @@ }, "thing-model": { "name": "wot-thing-model-types", - "version": "1.1.0-05-July-2023", + "version": "1.1.0-09-November-2023", "license": "W3C-20150513", "devDependencies": { "json-schema-to-typescript": "^10.1.4" @@ -1048,7 +1048,7 @@ "version": "file:scripting-api", "requires": { "json-schema-to-typescript": "^10.1.4", - "wot-thing-description-types": "1.1.0-05-July-2023" + "wot-thing-description-types": "1.1.0-09-November-2023" } }, "wrappy": { diff --git a/typescript/scripting-api/package.json b/typescript/scripting-api/package.json index 28c5035..7c2e679 100644 --- a/typescript/scripting-api/package.json +++ b/typescript/scripting-api/package.json @@ -1,6 +1,6 @@ { "name": "wot-typescript-definitions", - "version": "0.8.0-SNAPSHOT.27", + "version": "0.8.0-SNAPSHOT.28", "description": "TypeScript definitions for the W3C WoT Scripting API", "author": "W3C Web of Things Working Group", "license": "W3C-20150513", @@ -23,7 +23,7 @@ }, "types": "index.d.ts", "dependencies": { - "wot-thing-description-types": "1.1.0-05-July-2023" + "wot-thing-description-types": "1.1.0-09-November-2023" }, "scripts": { "build": "json2ts schema/td-json-schema-validation.json | sed -e 's/WoTTDSchema02June2021/ThingDescription/' > thing-description.d.ts" diff --git a/typescript/thing-description/package.json b/typescript/thing-description/package.json index ea06ba4..26b2592 100644 --- a/typescript/thing-description/package.json +++ b/typescript/thing-description/package.json @@ -1,6 +1,6 @@ { "name": "wot-thing-description-types", - "version": "1.1.0-05-July-2023", + "version": "1.1.0-09-November-2023", "description": "Official Typescript definition type for W3C Thing Description", "types": "thing-description.d.ts", "repository": { diff --git a/typescript/thing-model/package.json b/typescript/thing-model/package.json index 2048f0f..08f1c37 100644 --- a/typescript/thing-model/package.json +++ b/typescript/thing-model/package.json @@ -1,6 +1,6 @@ { "name": "wot-thing-model-types", - "version": "1.1.0-05-July-2023", + "version": "1.1.0-09-November-2023", "description": "Official Typescript definition type for W3C Thing Model Description", "types": "thing-model.d.ts", "repository": {