Skip to content

Commit 084cef4

Browse files
authored
Merge pull request #1381 from danielpeintner/issue-1380
chore: update Scripting TS dependencies (March 2025)
2 parents 84fff0d + 1efce0c commit 084cef4

File tree

8 files changed

+30
-30
lines changed

8 files changed

+30
-30
lines changed

examples/templates/exposed-thing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"devDependencies": {
1313
"typescript": "4.7.4",
14-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.26",
14+
"wot-typescript-definitions": "0.8.0-SNAPSHOT.30",
1515
"@types/node": "16.18.35",
1616
"tslint": "5.12.1"
1717
},

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"tslint": "5.12.1",
8080
"typescript": "^5.7.3",
8181
"typescript-standard": "^0.3.36",
82-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
82+
"wot-typescript-definitions": "0.8.0-SNAPSHOT.30"
8383
},
8484
"version": ""
8585
}

packages/binding-coap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"node-coap-client": "1.0.8",
2222
"rxjs": "5.5.11",
2323
"slugify": "^1.4.5",
24-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
24+
"wot-typescript-definitions": "0.8.0-SNAPSHOT.30"
2525
},
2626
"scripts": {
2727
"build": "tsc -b",

packages/binding-modbus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@node-wot/core": "0.9.2",
2121
"modbus-serial": "8.0.17",
2222
"rxjs": "5.5.11",
23-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
23+
"wot-typescript-definitions": "0.8.0-SNAPSHOT.30"
2424
},
2525
"scripts": {
2626
"build": "tsc -b",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@node-wot/binding-mqtt": "0.9.2",
2727
"@node-wot/binding-websockets": "0.9.2",
2828
"@node-wot/core": "0.9.2",
29-
"@thingweb/thing-model": "^1.0.1",
29+
"@thingweb/thing-model": "^1.0.4",
3030
"ajv": "^8.11.0",
3131
"commander": "^9.1.0",
3232
"dotenv": "^16.4.7",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@types/debug": "^4.1.7",
2020
"@types/uritemplate": "^0.3.4",
2121
"@types/uuid": "^8.3.1",
22-
"wot-thing-description-types": "^1.1.0-09-November-2023"
22+
"wot-thing-description-types": "^1.1.0-12-March-2025"
2323
},
2424
"dependencies": {
2525
"@petamoriken/float16": "^3.1.1",
26-
"@thingweb/thing-model": "^1.0.3",
26+
"@thingweb/thing-model": "^1.0.4",
2727
"ajv": "^8.11.0",
2828
"ajv-formats": "^2.1.1",
2929
"cbor": "^8.1.0",

packages/examples/src/security/oauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"ts-node": "10.9.1",
2020
"typescript": "4.7.4",
2121
"typescript-standard": "^0.3.36",
22-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
22+
"wot-typescript-definitions": "0.8.0-SNAPSHOT.30"
2323
}
2424
}

0 commit comments

Comments
 (0)