Skip to content

Commit 06a31b1

Browse files
chore: update TS definitions based on TD JSON schema updates (#486)
1 parent fe86a5a commit 06a31b1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

typescript/package-lock.json

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

typescript/scripting-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wot-typescript-definitions",
3-
"version": "0.8.0-SNAPSHOT.25",
3+
"version": "0.8.0-SNAPSHOT.26",
44
"description": "TypeScript definitions for the W3C WoT Scripting API",
55
"author": "W3C Web of Things Working Group",
66
"license": "W3C-20150513",
@@ -23,7 +23,7 @@
2323
},
2424
"types": "index.d.ts",
2525
"dependencies": {
26-
"wot-thing-description-types": "1.1.0-23-March-2023"
26+
"wot-thing-description-types": "1.1.0-24-May-2023"
2727
},
2828
"scripts": {
2929
"build": "json2ts schema/td-json-schema-validation.json | sed -e 's/WoTTDSchema02June2021/ThingDescription/' > thing-description.d.ts"

typescript/thing-description/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wot-thing-description-types",
3-
"version": "1.1.0-23-March-2023",
3+
"version": "1.1.0-24-May-2023",
44
"description": "Official Typescript definition type for W3C Thing Description",
55
"types": "thing-description.d.ts",
66
"repository": {

typescript/thing-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wot-thing-model-types",
3-
"version": "1.1.0-23-March-2023",
3+
"version": "1.1.0-24-May-2023",
44
"description": "Official Typescript definition type for W3C Thing Model Description",
55
"types": "thing-model.d.ts",
66
"repository": {

0 commit comments

Comments
 (0)