Skip to content

Commit 48aafa8

Browse files
chore: update TS versions
wot-typescript-definitions@0.8.0-SNAPSHOT.29 wot-thing-description-types@1.1.0-09-November-2023 wot-thing-model-types@1.1.0-09-November-2023
1 parent 49546bc commit 48aafa8

6 files changed

Lines changed: 69 additions & 15 deletions

File tree

package-lock.json

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

packages/binding-coap/package.json

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

packages/binding-mbus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@node-wot/core": "0.8.11",
1818
"@node-wot/td-tools": "0.8.11",
1919
"node-mbus": "^2.1.0",
20-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.27"
20+
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
2121
},
2222
"scripts": {
2323
"build": "tsc -b",

packages/binding-modbus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@node-wot/td-tools": "0.8.11",
2222
"modbus-serial": "8.0.3",
2323
"rxjs": "5.5.11",
24-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.27"
24+
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
2525
},
2626
"scripts": {
2727
"build": "tsc -b",

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.1.0",
2020
"typescript": "4.7.4",
2121
"typescript-standard": "^0.3.36",
22-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.27"
22+
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
2323
}
2424
}

packages/td-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"is-absolute-url": "3.0.3",
2121
"json-placeholder-replacer": "^1.0.35",
2222
"url-toolkit": "2.1.6",
23-
"wot-thing-model-types": "1.1.0-05-July-2023",
24-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.27"
23+
"wot-thing-model-types": "1.1.0-09-November-2023",
24+
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
2525
},
2626
"scripts": {
2727
"build": "tsc -b && webpack",

0 commit comments

Comments
 (0)