Skip to content

Commit

Permalink
refactor: bring back mbus and update node-mbus from 1.2.2 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed May 18, 2023
1 parent 224f63f commit ae3e3a3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
28 changes: 25 additions & 3 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 @@ -38,7 +38,7 @@
"workspaces": [
"./packages/td-tools",
"./packages/core",
"./packages/binding-!(firestore-browser-bundle|firestore|mbus)",
"./packages/binding-!(firestore-browser-bundle|firestore)",
"./packages/cli",
"./packages/examples",
"./packages/browser-bundle"
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 @@ -39,7 +39,7 @@
"dependencies": {
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"node-mbus": "^1.2.2",
"node-mbus": "^2.0.0",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.25"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{ "path": "./packages/binding-file" },
/*{ "path": "./packages/binding-firestore" }, Disabled see https://github.com/eclipse/thingweb.node-wot/issues/827*/
{ "path": "./packages/binding-http" },
// { "path": "./packages/binding-mbus" }, Disabled, see https://github.com/eclipse-thingweb/node-wot/issues/991
{ "path": "./packages/binding-mbus" },
{ "path": "./packages/binding-modbus" },
{ "path": "./packages/binding-mqtt" },
{ "path": "./packages/binding-netconf" },
Expand Down

0 comments on commit ae3e3a3

Please sign in to comment.