Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: increase version to 0.8.3 #835

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2",
"@node-wot/core": "0.8.2",
"@node-wot/binding-http": "0.8.3",
"@node-wot/core": "0.8.3",
"request": "2.88.0",
"ajv": "^7.0.4"
},
Expand Down
226 changes: 113 additions & 113 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.2",
"version": "0.8.3",
"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.2",
"@node-wot/td-tools": "0.8.2",
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"@types/node": "16.4.13",
"coap": "^1.0.11",
"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.2",
"version": "0.8.3",
"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.2",
"@node-wot/td-tools": "0.8.3",
"@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.23"
},
"dependencies": {
"@node-wot/core": "0.8.2"
"@node-wot/core": "0.8.3"
},
"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.2",
"version": "0.8.3",
"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.2"
"@node-wot/binding-firestore": "0.8.3"
},
"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.2",
"version": "0.8.3",
"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.2",
"@node-wot/td-tools": "0.8.2",
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"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.2",
"version": "0.8.3",
"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 @@ -52,8 +52,8 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.23"
},
"dependencies": {
"@node-wot/core": "0.8.2",
"@node-wot/td-tools": "0.8.2",
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"@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.2",
"version": "0.8.3",
"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.2",
"@node-wot/td-tools": "0.8.2",
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"node-mbus": "^1.2.2",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.23"
},
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.2",
"version": "0.8.3",
"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.2",
"@node-wot/td-tools": "0.8.2",
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"modbus-serial": "^8.0.3",
"rxjs": "5.5.11",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.23"
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.2",
"version": "0.8.3",
"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.23"
},
"dependencies": {
"@node-wot/core": "0.8.2",
"@node-wot/td-tools": "0.8.2",
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"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.2",
"version": "0.8.3",
"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.23"
},
"dependencies": {
"@node-wot/td-tools": "0.8.2",
"@node-wot/core": "0.8.2",
"@node-wot/td-tools": "0.8.3",
"@node-wot/core": "0.8.3",
"@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.2",
"version": "0.8.3",
"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": "^7.0.4",
"ajv-formats": "^2.1.1",
"@node-wot/core": "0.8.2",
"@node-wot/td-tools": "0.8.2",
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"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.2",
"version": "0.8.3",
"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.23"
},
"dependencies": {
"@node-wot/binding-http": "0.8.2",
"@node-wot/core": "0.8.2",
"@node-wot/td-tools": "0.8.2",
"@node-wot/binding-http": "0.8.3",
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"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.2",
"version": "0.8.3",
"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.2",
"@node-wot/binding-websockets": "0.8.2",
"@node-wot/core": "0.8.2",
"@node-wot/binding-http": "0.8.3",
"@node-wot/binding-websockets": "0.8.3",
"@node-wot/core": "0.8.3",
"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.2",
"version": "0.8.3",
"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.2",
"@node-wot/binding-file": "0.8.2",
"@node-wot/binding-http": "0.8.2",
"@node-wot/binding-mqtt": "0.8.2",
"@node-wot/binding-websockets": "0.8.2",
"@node-wot/core": "0.8.2",
"@node-wot/td-tools": "0.8.2",
"@node-wot/binding-coap": "0.8.3",
"@node-wot/binding-file": "0.8.3",
"@node-wot/binding-http": "0.8.3",
"@node-wot/binding-mqtt": "0.8.3",
"@node-wot/binding-websockets": "0.8.3",
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"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.2",
"version": "0.8.3",
"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.23"
},
"dependencies": {
"@node-wot/td-tools": "0.8.2",
"@node-wot/td-tools": "0.8.3",
"@petamoriken/float16": "^3.1.1",
"ajv": "^7.0.4",
"debug": "^4.3.4",
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.2",
"version": "0.8.3",
"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.23"
},
"dependencies": {
"@node-wot/binding-coap": "0.8.2",
"@node-wot/binding-file": "0.8.2",
"@node-wot/binding-http": "0.8.2",
"@node-wot/core": "0.8.2",
"@node-wot/td-tools": "0.8.2",
"@node-wot/binding-coap": "0.8.3",
"@node-wot/binding-file": "0.8.3",
"@node-wot/binding-http": "0.8.3",
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"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.2",
"version": "0.8.3",
"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