Skip to content

Commit

Permalink
chore: prepare for next release with new minor version 0.9.0 (#1346)
Browse files Browse the repository at this point in the history
Minor version change needed due to
#1332
  • Loading branch information
danielpeintner authored Jan 31, 2025
1 parent 2b1e766 commit 4d083fc
Show file tree
Hide file tree
Showing 15 changed files with 4,749 additions and 1,149 deletions.
5,820 changes: 4,710 additions & 1,110 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.17",
"version": "0.9.0",
"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 @@ -14,7 +14,7 @@
"main": "dist/coap.js",
"types": "dist/coap.d.ts",
"dependencies": {
"@node-wot/core": "0.8.17",
"@node-wot/core": "0.9.0",
"coap": "^1.4.1",
"dns-packet": "^5.2.2",
"multicast-dns": "^7.2.5",
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "0.9.0",
"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",
"dependencies": {
"@node-wot/core": "0.8.17",
"@node-wot/core": "0.9.0",
"rxjs": "5.5.11"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "0.9.0",
"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 @@ -33,7 +33,7 @@
"timekeeper": "^2.2.0"
},
"dependencies": {
"@node-wot/core": "0.8.17",
"@node-wot/core": "0.9.0",
"accept-language-parser": "1.5.0",
"basic-auth": "2.0.1",
"client-oauth2": "^4.2.5",
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "0.9.0",
"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 All @@ -14,7 +14,7 @@
"main": "dist/mbus.js",
"types": "dist/mbus.d.ts",
"dependencies": {
"@node-wot/core": "0.8.17",
"@node-wot/core": "0.9.0",
"node-mbus": "^2.2.4",
"rxjs": "5.5.11"
},
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "0.9.0",
"description": "Modbus TCP client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"contributors": [
Expand All @@ -17,7 +17,7 @@
"main": "dist/modbus.js",
"types": "dist/modbus.d.ts",
"dependencies": {
"@node-wot/core": "0.8.17",
"@node-wot/core": "0.9.0",
"modbus-serial": "^8.0.17",
"rxjs": "5.5.11",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "0.9.0",
"description": "MQTT 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/mqtt.js",
"types": "dist/mqtt.d.ts",
"dependencies": {
"@node-wot/core": "0.8.17",
"@node-wot/core": "0.9.0",
"aedes": "^0.46.2",
"mqtt": "^5.3.2",
"rxjs": "5.5.11"
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "0.9.0",
"description": "NetConf 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/netconf.js",
"types": "dist/netconf.d.ts",
"dependencies": {
"@node-wot/core": "0.8.17",
"@node-wot/core": "0.9.0",
"case-1.5.3": "npm:case@^1.5.3",
"node-netconf": "^1.1.2",
"rxjs": "5.5.11",
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "0.9.0",
"description": "opcua client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -18,7 +18,7 @@
"should": "^13.2.3"
},
"dependencies": {
"@node-wot/core": "0.8.17",
"@node-wot/core": "0.9.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"node-opcua": "2.113.0",
Expand Down
6 changes: 3 additions & 3 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.17",
"version": "0.9.0",
"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 All @@ -15,8 +15,8 @@
"types": "dist/ws.d.ts",
"browser": "dist/ws-browser.js",
"dependencies": {
"@node-wot/binding-http": "0.8.17",
"@node-wot/core": "0.8.17",
"@node-wot/binding-http": "0.9.0",
"@node-wot/core": "0.9.0",
"rxjs": "^5.5.11",
"slugify": "^1.4.5",
"ws": "^7.5.10"
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.17",
"version": "0.9.0",
"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 Down Expand Up @@ -37,8 +37,8 @@
"homepage": "https://github.com/eclipse-thingweb/node-wot/tree/master/packages/browser-bundle#readme",
"keywords": [],
"dependencies": {
"@node-wot/binding-http": "0.8.17",
"@node-wot/binding-websockets": "0.8.17",
"@node-wot/core": "0.8.17"
"@node-wot/binding-http": "0.9.0",
"@node-wot/binding-websockets": "0.9.0",
"@node-wot/core": "0.9.0"
}
}
14 changes: 7 additions & 7 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.17",
"version": "0.9.0",
"description": "servient command line interface",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -20,12 +20,12 @@
"ts-node": "10.9.1"
},
"dependencies": {
"@node-wot/binding-coap": "0.8.17",
"@node-wot/binding-file": "0.8.17",
"@node-wot/binding-http": "0.8.17",
"@node-wot/binding-mqtt": "0.8.17",
"@node-wot/binding-websockets": "0.8.17",
"@node-wot/core": "0.8.17",
"@node-wot/binding-coap": "0.9.0",
"@node-wot/binding-file": "0.9.0",
"@node-wot/binding-http": "0.9.0",
"@node-wot/binding-mqtt": "0.9.0",
"@node-wot/binding-websockets": "0.9.0",
"@node-wot/core": "0.9.0",
"@thingweb/thing-model": "^1.0.1",
"ajv": "^8.11.0",
"commander": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.17",
"version": "0.9.0",
"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
14 changes: 7 additions & 7 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@node-wot/examples",
"version": "0.8.17",
"version": "0.9.0",
"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.17",
"@node-wot/binding-file": "0.8.17",
"@node-wot/binding-http": "0.8.17",
"@node-wot/binding-mqtt": "0.8.17",
"@node-wot/binding-opcua": "0.8.17",
"@node-wot/core": "0.8.17",
"@node-wot/binding-coap": "0.9.0",
"@node-wot/binding-file": "0.9.0",
"@node-wot/binding-http": "0.9.0",
"@node-wot/binding-mqtt": "0.9.0",
"@node-wot/binding-opcua": "0.9.0",
"@node-wot/core": "0.9.0",
"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.17",
"version": "0.9.0",
"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 4d083fc

Please sign in to comment.