Skip to content

Commit ad351eb

Browse files
refactor: update version for TS (#574)
1 parent 072f324 commit ad351eb

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.29",
3+
"version": "0.8.0-SNAPSHOT.30",
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-09-November-2023"
26+
"wot-thing-description-types": "1.1.0-12-March-2025"
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-09-November-2023",
3+
"version": "1.1.0-12-March-2025",
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-09-November-2023",
3+
"version": "1.1.0-12-March-2025",
44
"description": "Official Typescript definition type for W3C Thing Model Description",
55
"types": "thing-model.d.ts",
66
"repository": {

0 commit comments

Comments
 (0)