Skip to content

Commit

Permalink
Merge pull request #727 from danielpeintner/increase-version-8-0-1
Browse files Browse the repository at this point in the history
chore: increase version to 0.8.1 and fix dependency issues with TMs, CoAP, OPC-UA
  • Loading branch information
danielpeintner authored Apr 19, 2022
2 parents 955af7b + 2851321 commit dbe62fa
Show file tree
Hide file tree
Showing 18 changed files with 8,678 additions and 5,082 deletions.
4 changes: 2 additions & 2 deletions examples/templates/exposed-thing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"tslint": "5.12.1"
},
"dependencies": {
"@node-wot/binding-http": "0.8.0",
"@node-wot/core": "0.8.0",
"@node-wot/binding-http": "0.8.1",
"@node-wot/core": "0.8.1",
"request": "2.88.0",
"ajv": "^7.0.4"
},
Expand Down
13,623 changes: 8,608 additions & 5,015 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions packages/binding-coap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-coap",
"version": "0.8.0",
"version": "0.8.1",
"description": "CoAP client & server protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -15,7 +15,9 @@
"types": "dist/coap.d.ts",
"devDependencies": {
"@testdeck/mocha": "^0.1.2",
"@types/bl": "^5.0.2",
"@types/chai": "^4.2.18",
"@types/lru-cache": "^5.1.1",
"@types/node": "16.4.13",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
Expand All @@ -34,8 +36,8 @@
"typescript-standard": "^0.3.36"
},
"dependencies": {
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "0.8.0",
"@node-wot/core": "0.8.1",
"@node-wot/td-tools": "0.8.1",
"@types/node": "16.4.13",
"coap": "^1.0.3",
"node-coap-client": "1.0.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/binding-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-file",
"version": "0.8.0",
"version": "0.8.1",
"description": "File client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -14,7 +14,7 @@
"main": "dist/file.js",
"types": "dist/file.d.ts",
"devDependencies": {
"@node-wot/td-tools": "0.8.0",
"@node-wot/td-tools": "0.8.1",
"@types/node": "16.4.13",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
Expand All @@ -31,7 +31,7 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.22"
},
"dependencies": {
"@node-wot/core": "0.8.0"
"@node-wot/core": "0.8.1"
},
"scripts": {
"build": "tsc -b",
Expand Down
4 changes: 2 additions & 2 deletions packages/binding-firestore-browser-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-firestore-browser-bundle",
"version": "0.8.0",
"version": "0.8.1",
"description": "A binding-firestore bundle that can run in a web browser",
"repository": "https://github.com/eclipse/thingweb.node-wot/tree/master/packages/binding-firestore-browser-bundle",
"publishConfig": {
Expand All @@ -17,7 +17,7 @@
"tinyify": "2.5.2"
},
"dependencies": {
"@node-wot/binding-firestore": "0.8.0"
"@node-wot/binding-firestore": "0.8.1"
},
"scripts": {
"build": "browserify -r vm:vm2 index.js --external coffee-script -o dist/binding-firestore-bundle.js"
Expand Down
6 changes: 3 additions & 3 deletions packages/binding-firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-firestore",
"version": "0.8.0",
"version": "0.8.1",
"description": "Firestore binding for node-wot",
"repository": "https://github.com/eclipse/thingweb.node-wot/tree/master/packages/binding-firestore",
"publishConfig": {
Expand All @@ -20,8 +20,8 @@
"author": "hidetak",
"license": "EPL-2.0",
"dependencies": {
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "0.8.0",
"@node-wot/core": "0.8.1",
"@node-wot/td-tools": "0.8.1",
"buffer": "^5.5.0",
"firebase": "^9.0.1",
"uuid": "^7.0.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/binding-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-http",
"version": "0.8.0",
"version": "0.8.1",
"description": "HTTP client & server protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -48,8 +48,8 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.22"
},
"dependencies": {
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "0.8.0",
"@node-wot/core": "0.8.1",
"@node-wot/td-tools": "0.8.1",
"@types/eventsource": "^1.1.2",
"accept-language-parser": "1.5.0",
"basic-auth": "2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/binding-mbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-mbus",
"version": "0.8.0",
"version": "0.8.1",
"description": "M-Bus TCP client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -37,8 +37,8 @@
"typescript-standard": "^0.3.36"
},
"dependencies": {
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "0.8.0",
"@node-wot/core": "0.8.1",
"@node-wot/td-tools": "0.8.1",
"node-mbus": "^1.2.2",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.22"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/binding-modbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-modbus",
"version": "0.8.0",
"version": "0.8.1",
"description": "Modbus TCP client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"contributors": [
Expand Down Expand Up @@ -40,8 +40,8 @@
"typescript-standard": "^0.3.36"
},
"dependencies": {
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "0.8.0",
"@node-wot/core": "0.8.1",
"@node-wot/td-tools": "0.8.1",
"modbus-serial": "^8.0.3",
"rxjs": "5.5.11",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.22"
Expand Down
6 changes: 3 additions & 3 deletions packages/binding-mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-mqtt",
"version": "0.8.0",
"version": "0.8.1",
"description": "MQTT binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -35,8 +35,8 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.22"
},
"dependencies": {
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "0.8.0",
"@node-wot/core": "0.8.1",
"@node-wot/td-tools": "0.8.1",
"aedes": "^0.46.2",
"mqtt": "^4.2.8",
"rxjs": "5.5.11"
Expand Down
6 changes: 3 additions & 3 deletions packages/binding-netconf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-netconf",
"version": "0.8.0",
"version": "0.8.1",
"description": "NetConf client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -36,8 +36,8 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.22"
},
"dependencies": {
"@node-wot/td-tools": "0.8.0",
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "0.8.1",
"@node-wot/core": "0.8.1",
"@types/node-netconf": "npm:@types/netconf@^2.0.0",
"@types/url-parse": "^1.4.3",
"case-1.5.3": "npm:case@^1.5.3",
Expand Down
28 changes: 14 additions & 14 deletions packages/binding-opcua/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-opcua",
"version": "0.8.0",
"version": "0.8.1",
"description": "opcua client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -40,21 +40,21 @@
"dependencies": {
"ajv": "^7.0.4",
"ajv-formats": "^2.1.1",
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "0.8.0",
"node-opcua": "2.65.1",
"@node-wot/core": "0.8.1",
"@node-wot/td-tools": "0.8.1",
"node-opcua": "2.66.3",
"node-opcua-json": "0.19.0",
"node-opcua-pubsub-client": "0.19.0",
"node-opcua-types": "2.65.1",
"node-opcua-address-space": "2.65.1",
"node-opcua-variant": "2.64.1",
"node-opcua-data-value": "2.64.1",
"node-opcua-basic-types": "2.64.1",
"node-opcua-binary-stream": "2.64.1",
"node-opcua-buffer-utils": "2.64.1",
"node-opcua-extension-object": "2.64.1",
"node-opcua-nodeid": "2.64.1",
"node-opcua-data-model": "2.64.1"
"node-opcua-types": "2.66.0",
"node-opcua-address-space": "2.66.3",
"node-opcua-variant": "2.66.0",
"node-opcua-data-value": "2.66.0",
"node-opcua-basic-types": "2.66.0",
"node-opcua-binary-stream": "2.66.0",
"node-opcua-buffer-utils": "2.66.0",
"node-opcua-extension-object": "2.66.0",
"node-opcua-nodeid": "2.66.0",
"node-opcua-data-model": "2.66.0"
},
"scripts": {
"build": "tsc -b",
Expand Down
8 changes: 4 additions & 4 deletions packages/binding-websockets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-websockets",
"version": "0.8.0",
"version": "0.8.1",
"description": "WebSockets client & server protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -37,9 +37,9 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.22"
},
"dependencies": {
"@node-wot/binding-http": "0.8.0",
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "0.8.0",
"@node-wot/binding-http": "0.8.1",
"@node-wot/core": "0.8.1",
"@node-wot/td-tools": "0.8.1",
"slugify": "^1.4.5",
"ws": "^7.5.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/browser-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/browser-bundle",
"version": "0.8.0",
"version": "0.8.1",
"description": "A node-wot bundle that can run in a web browser",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -13,9 +13,9 @@
],
"main": "dist/wot-bundle.min.js",
"devDependencies": {
"@node-wot/binding-http": "0.8.0",
"@node-wot/binding-websockets": "0.8.0",
"@node-wot/core": "0.8.0",
"@node-wot/binding-http": "0.8.1",
"@node-wot/binding-websockets": "0.8.1",
"@node-wot/core": "0.8.1",
"browserify": "16.5.0",
"tinyify": "2.5.2",
"typescript": "4.4.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/cli",
"version": "0.8.0",
"version": "0.8.1",
"description": "servient command line interface",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -40,13 +40,13 @@
"ts-node": "10.1.0"
},
"dependencies": {
"@node-wot/binding-coap": "0.8.0",
"@node-wot/binding-file": "0.8.0",
"@node-wot/binding-http": "0.8.0",
"@node-wot/binding-mqtt": "0.8.0",
"@node-wot/binding-websockets": "0.8.0",
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "^0.8.0",
"@node-wot/binding-coap": "0.8.1",
"@node-wot/binding-file": "0.8.1",
"@node-wot/binding-http": "0.8.1",
"@node-wot/binding-mqtt": "0.8.1",
"@node-wot/binding-websockets": "0.8.1",
"@node-wot/core": "0.8.1",
"@node-wot/td-tools": "0.8.1",
"dotenv": "^8.6.0",
"vm2": "^3.9.9"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/core",
"version": "0.8.0",
"version": "0.8.1",
"description": "W3C Web of Things (WoT) Servient framework",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -43,7 +43,7 @@
"wot-typescript-definitions": "^0.8.0-SNAPSHOT.22"
},
"dependencies": {
"@node-wot/td-tools": "0.8.0",
"@node-wot/td-tools": "0.8.1",
"@petamoriken/float16": "^3.1.1",
"ajv": "^7.0.4",
"rxjs": "5.5.11",
Expand Down
12 changes: 6 additions & 6 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/examples",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"description": "Examples for node-wot (not published)",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
Expand All @@ -27,11 +27,11 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.22"
},
"dependencies": {
"@node-wot/binding-coap": "0.8.0",
"@node-wot/binding-file": "0.8.0",
"@node-wot/binding-http": "0.8.0",
"@node-wot/core": "0.8.0",
"@node-wot/td-tools": "0.8.0",
"@node-wot/binding-coap": "0.8.1",
"@node-wot/binding-file": "0.8.1",
"@node-wot/binding-http": "0.8.1",
"@node-wot/core": "0.8.1",
"@node-wot/td-tools": "0.8.1",
"rxjs": "5.5.11"
},
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/td-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/td-tools",
"version": "0.8.0",
"version": "0.8.1",
"description": "W3C Web of Things (WoT) Thing Description parser, serializer, and other tools",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -40,6 +40,7 @@
"webpack-cli": "^4.8.0"
},
"dependencies": {
"ajv": "^7.0.4",
"is-absolute-url": "3.0.3",
"json-placeholder-replacer": "^1.0.35",
"url-toolkit": "2.1.6",
Expand Down

0 comments on commit dbe62fa

Please sign in to comment.