Skip to content

Commit 0e916ee

Browse files
authored
Merge pull request #1492 from danielpeintner/issue-1491
chore: update wot-typescript-definitions to 1.0.0-SNAPSHOT.0
2 parents 20c336a + be7895e commit 0e916ee

8 files changed

Lines changed: 19 additions & 19 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: 12 additions & 12 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/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@node-wot/binding-http": "1.0.0",
2626
"@node-wot/binding-mqtt": "1.0.0",
2727
"@node-wot/core": "1.0.0",
28-
"@thingweb/thing-model": "^1.0.4",
28+
"@thingweb/thing-model": "^1.0.5",
2929
"ajv": "^8.11.0",
3030
"commander": "^9.1.0",
3131
"dotenv": "^16.4.7",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@petamoriken/float16": "^3.1.1",
24-
"@thingweb/thing-model": "^1.0.4",
24+
"@thingweb/thing-model": "^1.0.5",
2525
"@types/debug": "^4.1.7",
2626
"ajv": "^8.11.0",
2727
"ajv-formats": "^2.1.1",

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)