Skip to content

Commit

Permalink
Merge pull request #1102 from danielpeintner/issue-1101
Browse files Browse the repository at this point in the history
chore: update TS definitions
  • Loading branch information
relu91 authored Sep 28, 2023
2 parents 5265b46 + a41996d commit b51241b
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"tslint": "5.12.1",
"typescript": "4.7.4",
"typescript-standard": "^0.3.36",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.26"
"wot-typescript-definitions": "0.8.0-SNAPSHOT.27"
}
}
2 changes: 1 addition & 1 deletion packages/binding-coap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"node-coap-client": "1.0.8",
"rxjs": "5.5.11",
"slugify": "^1.4.5",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.26"
"wot-typescript-definitions": "0.8.0-SNAPSHOT.27"
},
"scripts": {
"build": "tsc -b",
Expand Down
2 changes: 1 addition & 1 deletion packages/binding-mbus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@node-wot/core": "0.8.9",
"@node-wot/td-tools": "0.8.9",
"node-mbus": "^2.1.0",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.26"
"wot-typescript-definitions": "0.8.0-SNAPSHOT.27"
},
"scripts": {
"build": "tsc -b",
Expand Down
2 changes: 1 addition & 1 deletion packages/binding-modbus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@node-wot/td-tools": "0.8.9",
"modbus-serial": "8.0.3",
"rxjs": "5.5.11",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.26"
"wot-typescript-definitions": "0.8.0-SNAPSHOT.27"
},
"scripts": {
"build": "tsc -b",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/src/security/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"ts-node": "10.1.0",
"typescript": "4.7.4",
"typescript-standard": "^0.3.36",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.26"
"wot-typescript-definitions": "0.8.0-SNAPSHOT.27"
}
}
4 changes: 2 additions & 2 deletions packages/td-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"is-absolute-url": "3.0.3",
"json-placeholder-replacer": "^1.0.35",
"url-toolkit": "2.1.6",
"wot-thing-model-types": "1.1.0-24-May-2023",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.26"
"wot-thing-model-types": "1.1.0-05-July-2023",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.27"
},
"scripts": {
"build": "tsc -b && webpack",
Expand Down

0 comments on commit b51241b

Please sign in to comment.