Skip to content

Commit 621e837

Browse files
chore: update wot-typescript-definitions to 1.0.0-SNAPSHOT.0
1 parent 0cdf192 commit 621e837

6 files changed

Lines changed: 22 additions & 23 deletions

File tree

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.30",
14+
"wot-typescript-definitions": "1.0.0-SNAPSHOT.0",
1515
"@types/node": "16.18.35",
1616
"tslint": "5.12.1"
1717
},

package-lock.json

Lines changed: 17 additions & 18 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
@@ -81,7 +81,7 @@
8181
"typescript": "^5.7.3",
8282
"typescript-eslint": "^8.44.1",
8383
"typescript-standard": "^0.3.36",
84-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.31"
84+
"wot-typescript-definitions": "1.0.0-SNAPSHOT.0"
8585
},
8686
"version": ""
8787
}

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.31"
24+
"wot-typescript-definitions": "1.0.0-SNAPSHOT.0"
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": "1.0.0",
2121
"modbus-serial": "8.0.17",
2222
"rxjs": "^5.5.11",
23-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.31"
23+
"wot-typescript-definitions": "1.0.0-SNAPSHOT.0"
2424
},
2525
"scripts": {
2626
"build": "tsc -b",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"typescript-standard": "^0.3.36"
2222
},
2323
"dependencies": {
24-
"wot-typescript-definitions": "0.8.0-SNAPSHOT.31"
24+
"wot-typescript-definitions": "1.0.0-SNAPSHOT.0"
2525
}
2626
}

0 commit comments

Comments
 (0)