Skip to content

Commit

Permalink
chore: update dev version to 0.8.7 (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored May 11, 2023
1 parent 397bc9e commit aa80d77
Show file tree
Hide file tree
Showing 17 changed files with 2,546 additions and 1,403 deletions.
3,839 changes: 2,491 additions & 1,348 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 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.6",
"version": "0.8.7",
"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 Down Expand Up @@ -34,8 +34,8 @@
"typescript-standard": "^0.3.36"
},
"dependencies": {
"@node-wot/core": "0.8.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"@types/node": "16.4.13",
"coap": "^1.3.0",
"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.6",
"version": "0.8.7",
"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.6",
"@node-wot/td-tools": "0.8.7",
"@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.25"
},
"dependencies": {
"@node-wot/core": "0.8.6"
"@node-wot/core": "0.8.7"
},
"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.6",
"version": "0.8.7",
"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.6"
"@node-wot/binding-firestore": "0.8.7"
},
"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.6",
"version": "0.8.7",
"description": "Firestore binding for node-wot",
"repository": "https://github.com/eclipse/thingweb.node-wot/tree/master/packages/binding-firestore",
"publishConfig": {
Expand All @@ -21,8 +21,8 @@
"author": "hidetak",
"license": "EPL-2.0",
"dependencies": {
"@node-wot/core": "0.8.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"buffer": "^5.5.0",
"firebase": "9.7.0",
"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.6",
"version": "0.8.7",
"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 @@ -53,8 +53,8 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.25"
},
"dependencies": {
"@node-wot/core": "0.8.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"@types/eventsource": "1.1.10",
"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.6",
"version": "0.8.7",
"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.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"node-mbus": "^1.2.2",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.25"
},
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.6",
"version": "0.8.7",
"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.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"modbus-serial": "8.0.3",
"rxjs": "5.5.11",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.25"
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.6",
"version": "0.8.7",
"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.25"
},
"dependencies": {
"@node-wot/core": "0.8.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"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.6",
"version": "0.8.7",
"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.25"
},
"dependencies": {
"@node-wot/td-tools": "0.8.6",
"@node-wot/core": "0.8.6",
"@node-wot/td-tools": "0.8.7",
"@node-wot/core": "0.8.7",
"@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
6 changes: 3 additions & 3 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.6",
"version": "0.8.7",
"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,8 +40,8 @@
"dependencies": {
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"@node-wot/core": "0.8.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"node-opcua": "2.77.0",
"node-opcua-json": "0.19.1",
"node-opcua-pubsub-client": "0.19.1",
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.6",
"version": "0.8.7",
"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.25"
},
"dependencies": {
"@node-wot/binding-http": "0.8.6",
"@node-wot/core": "0.8.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/binding-http": "0.8.7",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"slugify": "^1.4.5",
"ws": "^7.5.4"
},
Expand Down
10 changes: 5 additions & 5 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.6",
"version": "0.8.7",
"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,10 +13,10 @@
],
"main": "dist/wot-bundle.min.js",
"devDependencies": {
"@node-wot/binding-http": "0.8.6",
"@node-wot/binding-websockets": "0.8.6",
"@node-wot/core": "0.8.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/binding-http": "0.8.7",
"@node-wot/binding-websockets": "0.8.7",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"browserify": "^17.0.0",
"readable-stream4": "npm:readable-stream@^4.0.0",
"tinyify": "2.5.2",
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.6",
"version": "0.8.7",
"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.6",
"@node-wot/binding-file": "0.8.6",
"@node-wot/binding-http": "0.8.6",
"@node-wot/binding-mqtt": "0.8.6",
"@node-wot/binding-websockets": "0.8.6",
"@node-wot/core": "0.8.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/binding-coap": "0.8.7",
"@node-wot/binding-file": "0.8.7",
"@node-wot/binding-http": "0.8.7",
"@node-wot/binding-mqtt": "0.8.7",
"@node-wot/binding-websockets": "0.8.7",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"ajv": "^8.11.0",
"commander": "^9.1.0",
"dotenv": "^8.6.0",
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.6",
"version": "0.8.7",
"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 @@ -44,7 +44,7 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.25"
},
"dependencies": {
"@node-wot/td-tools": "0.8.6",
"@node-wot/td-tools": "0.8.7",
"@petamoriken/float16": "^3.1.1",
"ajv": "^8.11.0",
"cbor": "^8.1.0",
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.6",
"version": "0.8.7",
"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.25"
},
"dependencies": {
"@node-wot/binding-coap": "0.8.6",
"@node-wot/binding-file": "0.8.6",
"@node-wot/binding-http": "0.8.6",
"@node-wot/core": "0.8.6",
"@node-wot/td-tools": "0.8.6",
"@node-wot/binding-coap": "0.8.7",
"@node-wot/binding-file": "0.8.7",
"@node-wot/binding-http": "0.8.7",
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"rxjs": "5.5.11"
},
"scripts": {
Expand Down
2 changes: 1 addition & 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.6",
"version": "0.8.7",
"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

0 comments on commit aa80d77

Please sign in to comment.