Skip to content

Commit

Permalink
refactor: update TD/TM schemas / dependencies (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored Nov 15, 2023
1 parent 65635d5 commit 6d348ff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions typescript/package-lock.json

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

4 changes: 2 additions & 2 deletions typescript/scripting-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wot-typescript-definitions",
"version": "0.8.0-SNAPSHOT.27",
"version": "0.8.0-SNAPSHOT.28",
"description": "TypeScript definitions for the W3C WoT Scripting API",
"author": "W3C Web of Things Working Group",
"license": "W3C-20150513",
Expand All @@ -23,7 +23,7 @@
},
"types": "index.d.ts",
"dependencies": {
"wot-thing-description-types": "1.1.0-05-July-2023"
"wot-thing-description-types": "1.1.0-09-November-2023"
},
"scripts": {
"build": "json2ts schema/td-json-schema-validation.json | sed -e 's/WoTTDSchema02June2021/ThingDescription/' > thing-description.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion typescript/thing-description/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wot-thing-description-types",
"version": "1.1.0-05-July-2023",
"version": "1.1.0-09-November-2023",
"description": "Official Typescript definition type for W3C Thing Description",
"types": "thing-description.d.ts",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/thing-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wot-thing-model-types",
"version": "1.1.0-05-July-2023",
"version": "1.1.0-09-November-2023",
"description": "Official Typescript definition type for W3C Thing Model Description",
"types": "thing-model.d.ts",
"repository": {
Expand Down

0 comments on commit 6d348ff

Please sign in to comment.