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 numbers to 0.8.13 for next release #1226

Merged
merged 1 commit into from
Feb 9, 2024
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
1,030 changes: 536 additions & 494 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.12",
"version": "0.8.13",
"description": "CoAP client & server protocol binding for node-wot",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -14,8 +14,8 @@
"main": "dist/coap.js",
"types": "dist/coap.d.ts",
"dependencies": {
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"@types/node": "16.18.35",
"coap": "^1.3.0",
"multicast-dns": "^7.2.5",
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.12",
"version": "0.8.13",
"description": "File client protocol binding for node-wot",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -14,10 +14,10 @@
"main": "dist/file.js",
"types": "dist/file.d.ts",
"devDependencies": {
"@node-wot/td-tools": "0.8.12"
"@node-wot/td-tools": "0.8.13"
},
"dependencies": {
"@node-wot/core": "0.8.12"
"@node-wot/core": "0.8.13"
},
"scripts": {
"build": "tsc -b",
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.12",
"version": "0.8.13",
"description": "HTTP client & server protocol binding for node-wot",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -28,8 +28,8 @@
"timekeeper": "^2.2.0"
},
"dependencies": {
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"@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.12",
"version": "0.8.13",
"description": "M-Bus TCP client protocol binding for node-wot",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -14,8 +14,8 @@
"main": "dist/mbus.js",
"types": "dist/mbus.d.ts",
"dependencies": {
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"node-mbus": "^2.1.0",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
},
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.12",
"version": "0.8.13",
"description": "Modbus TCP client protocol binding for node-wot",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"contributors": [
Expand All @@ -17,8 +17,8 @@
"main": "dist/modbus.js",
"types": "dist/modbus.d.ts",
"dependencies": {
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"modbus-serial": "8.0.3",
"rxjs": "5.5.11",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
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.12",
"version": "0.8.13",
"description": "MQTT binding for node-wot",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -14,8 +14,8 @@
"main": "dist/mqtt.js",
"types": "dist/mqtt.d.ts",
"dependencies": {
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"aedes": "^0.46.2",
"mqtt": "^5.3.2",
"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.12",
"version": "0.8.13",
"description": "NetConf client protocol binding for node-wot",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -14,8 +14,8 @@
"main": "dist/netconf.js",
"types": "dist/netconf.d.ts",
"dependencies": {
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"@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.12",
"version": "0.8.13",
"description": "opcua client protocol binding for node-wot",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -18,8 +18,8 @@
"should": "^13.2.3"
},
"dependencies": {
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"node-opcua": "2.113.0",
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.12",
"version": "0.8.13",
"description": "WebSockets client & server protocol binding for node-wot",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -15,9 +15,9 @@
"types": "dist/ws.d.ts",
"browser": "dist/ws-browser.js",
"dependencies": {
"@node-wot/binding-http": "0.8.12",
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/binding-http": "0.8.13",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"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.12",
"version": "0.8.13",
"description": "A node-wot bundle that can run in a web browser",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (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.12",
"@node-wot/binding-websockets": "0.8.12",
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/binding-http": "0.8.13",
"@node-wot/binding-websockets": "0.8.13",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"browserify": "^17.0.0",
"readable-stream4": "npm:readable-stream@^4.0.0"
},
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.12",
"version": "0.8.13",
"description": "servient command line interface",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -20,13 +20,13 @@
"ts-node": "10.9.1"
},
"dependencies": {
"@node-wot/binding-coap": "0.8.12",
"@node-wot/binding-file": "0.8.12",
"@node-wot/binding-http": "0.8.12",
"@node-wot/binding-mqtt": "0.8.12",
"@node-wot/binding-websockets": "0.8.12",
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/binding-coap": "0.8.13",
"@node-wot/binding-file": "0.8.13",
"@node-wot/binding-http": "0.8.13",
"@node-wot/binding-mqtt": "0.8.13",
"@node-wot/binding-websockets": "0.8.13",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"@types/lodash": "^4.14.199",
"ajv": "^8.11.0",
"commander": "^9.1.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.12",
"version": "0.8.13",
"description": "W3C Web of Things (WoT) Servient framework",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -20,7 +20,7 @@
"@types/uuid": "^8.3.1"
},
"dependencies": {
"@node-wot/td-tools": "0.8.12",
"@node-wot/td-tools": "0.8.13",
"@petamoriken/float16": "^3.1.1",
"ajv": "^8.11.0",
"cbor": "^8.1.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@node-wot/examples",
"version": "0.8.12",
"version": "0.8.13",
"private": true,
"description": "Examples for node-wot (not published)",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (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.12",
"@node-wot/binding-file": "0.8.12",
"@node-wot/binding-http": "0.8.12",
"@node-wot/binding-mqtt": "0.8.12",
"@node-wot/binding-opcua": "0.8.12",
"@node-wot/core": "0.8.12",
"@node-wot/td-tools": "0.8.12",
"@node-wot/binding-coap": "0.8.13",
"@node-wot/binding-file": "0.8.13",
"@node-wot/binding-http": "0.8.13",
"@node-wot/binding-mqtt": "0.8.13",
"@node-wot/binding-opcua": "0.8.13",
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"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.12",
"version": "0.8.13",
"description": "W3C Web of Things (WoT) Thing Description parser, serializer, and other tools",
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down
Loading