From 6d348ff3c0cee09cacb79ab0b7f9415c8e9001a2 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Wed, 15 Nov 2023 09:00:48 +0100 Subject: [PATCH] refactor: update TD/TM schemas / dependencies (#522) --- typescript/package-lock.json | 10 +++++----- typescript/scripting-api/package.json | 4 ++-- typescript/thing-description/package.json | 2 +- typescript/thing-model/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) 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": {