-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: increase version numbers to 0.8.16 for next release (#1314)
- Loading branch information
1 parent
915c111
commit 2f88743
Showing
15 changed files
with
469 additions
and
1,542 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/binding-coap", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "CoAP client & server protocol binding for node-wot", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
@@ -14,7 +14,7 @@ | |
"main": "dist/coap.js", | ||
"types": "dist/coap.d.ts", | ||
"dependencies": { | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/core": "0.8.16", | ||
"@types/node": "16.18.35", | ||
"coap": "^1.4.0", | ||
"multicast-dns": "^7.2.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/binding-file", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "File client protocol binding for node-wot", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
@@ -14,7 +14,7 @@ | |
"main": "dist/file.js", | ||
"types": "dist/file.d.ts", | ||
"dependencies": { | ||
"@node-wot/core": "0.8.15" | ||
"@node-wot/core": "0.8.16" | ||
}, | ||
"scripts": { | ||
"build": "tsc -b", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/binding-http", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "HTTP client & server protocol binding for node-wot", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
@@ -28,7 +28,7 @@ | |
"timekeeper": "^2.2.0" | ||
}, | ||
"dependencies": { | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/core": "0.8.16", | ||
"@types/eventsource": "1.1.10", | ||
"accept-language-parser": "1.5.0", | ||
"basic-auth": "2.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/binding-mbus", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"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", | ||
|
@@ -14,7 +14,7 @@ | |
"main": "dist/mbus.js", | ||
"types": "dist/mbus.d.ts", | ||
"dependencies": { | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/core": "0.8.16", | ||
"node-mbus": "^2.2.4", | ||
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/binding-modbus", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "Modbus TCP client protocol binding for node-wot", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"contributors": [ | ||
|
@@ -17,7 +17,7 @@ | |
"main": "dist/modbus.js", | ||
"types": "dist/modbus.d.ts", | ||
"dependencies": { | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/core": "0.8.16", | ||
"modbus-serial": "^8.0.17", | ||
"rxjs": "5.5.11", | ||
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/binding-mqtt", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "MQTT binding for node-wot", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
@@ -14,7 +14,7 @@ | |
"main": "dist/mqtt.js", | ||
"types": "dist/mqtt.d.ts", | ||
"dependencies": { | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/core": "0.8.16", | ||
"aedes": "^0.46.2", | ||
"mqtt": "^5.3.2", | ||
"rxjs": "5.5.11" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/binding-netconf", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "NetConf client protocol binding for node-wot", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
@@ -14,7 +14,7 @@ | |
"main": "dist/netconf.js", | ||
"types": "dist/netconf.d.ts", | ||
"dependencies": { | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/core": "0.8.16", | ||
"@types/node-netconf": "npm:@types/netconf@^2.0.0", | ||
"@types/url-parse": "^1.4.3", | ||
"case-1.5.3": "npm:case@^1.5.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/binding-opcua", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "opcua client protocol binding for node-wot", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
@@ -18,7 +18,7 @@ | |
"should": "^13.2.3" | ||
}, | ||
"dependencies": { | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/core": "0.8.16", | ||
"node-opcua": "2.113.0", | ||
"node-opcua-address-space": "2.113.0", | ||
"node-opcua-basic-types": "2.113.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/binding-websockets", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "WebSockets client & server protocol binding for node-wot", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
@@ -15,8 +15,8 @@ | |
"types": "dist/ws.d.ts", | ||
"browser": "dist/ws-browser.js", | ||
"dependencies": { | ||
"@node-wot/binding-http": "0.8.15", | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/binding-http": "0.8.16", | ||
"@node-wot/core": "0.8.16", | ||
"slugify": "^1.4.5", | ||
"ws": "^7.5.10" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/browser-bundle", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"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", | ||
|
@@ -13,9 +13,9 @@ | |
], | ||
"main": "dist/wot-bundle.min.js", | ||
"devDependencies": { | ||
"@node-wot/binding-http": "0.8.15", | ||
"@node-wot/binding-websockets": "0.8.15", | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/binding-http": "0.8.16", | ||
"@node-wot/binding-websockets": "0.8.16", | ||
"@node-wot/core": "0.8.16", | ||
"browserify": "^17.0.0", | ||
"readable-stream4": "npm:readable-stream@^4.0.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/cli", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "servient command line interface", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
@@ -20,12 +20,12 @@ | |
"ts-node": "10.9.1" | ||
}, | ||
"dependencies": { | ||
"@node-wot/binding-coap": "0.8.15", | ||
"@node-wot/binding-file": "0.8.15", | ||
"@node-wot/binding-http": "0.8.15", | ||
"@node-wot/binding-mqtt": "0.8.15", | ||
"@node-wot/binding-websockets": "0.8.15", | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/binding-coap": "0.8.16", | ||
"@node-wot/binding-file": "0.8.16", | ||
"@node-wot/binding-http": "0.8.16", | ||
"@node-wot/binding-mqtt": "0.8.16", | ||
"@node-wot/binding-websockets": "0.8.16", | ||
"@node-wot/core": "0.8.16", | ||
"@thingweb/thing-model": "^1.0.1", | ||
"@types/lodash": "^4.14.199", | ||
"ajv": "^8.11.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/core", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "W3C Web of Things (WoT) Servient framework", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "@node-wot/examples", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"private": true, | ||
"description": "Examples for node-wot (not published)", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "EPL-2.0 OR W3C-20150513", | ||
"repository": "https://github.com/eclipse-thingweb/node-wot/tree/master/packages/examples", | ||
"dependencies": { | ||
"@node-wot/binding-coap": "0.8.15", | ||
"@node-wot/binding-file": "0.8.15", | ||
"@node-wot/binding-http": "0.8.15", | ||
"@node-wot/binding-mqtt": "0.8.15", | ||
"@node-wot/binding-opcua": "0.8.15", | ||
"@node-wot/core": "0.8.15", | ||
"@node-wot/binding-coap": "0.8.16", | ||
"@node-wot/binding-file": "0.8.16", | ||
"@node-wot/binding-http": "0.8.16", | ||
"@node-wot/binding-mqtt": "0.8.16", | ||
"@node-wot/binding-opcua": "0.8.16", | ||
"@node-wot/core": "0.8.16", | ||
"rxjs": "5.5.11" | ||
}, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@node-wot/td-tools", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"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", | ||
|