Skip to content

Commit befc826

Browse files
chore: increase version numbers to 0.8.15 for next release (#1291)
1 parent 3cbd73c commit befc826

15 files changed

Lines changed: 104 additions & 104 deletions

File tree

package-lock.json

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/binding-coap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-coap",
3-
"version": "0.8.14",
3+
"version": "0.8.15",
44
"description": "CoAP client & server protocol binding for node-wot",
55
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -14,8 +14,8 @@
1414
"main": "dist/coap.js",
1515
"types": "dist/coap.d.ts",
1616
"dependencies": {
17-
"@node-wot/core": "0.8.14",
18-
"@node-wot/td-tools": "0.8.14",
17+
"@node-wot/core": "0.8.15",
18+
"@node-wot/td-tools": "0.8.15",
1919
"@types/node": "16.18.35",
2020
"coap": "^1.3.0",
2121
"multicast-dns": "^7.2.5",

packages/binding-file/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-file",
3-
"version": "0.8.14",
3+
"version": "0.8.15",
44
"description": "File client protocol binding for node-wot",
55
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -14,10 +14,10 @@
1414
"main": "dist/file.js",
1515
"types": "dist/file.d.ts",
1616
"devDependencies": {
17-
"@node-wot/td-tools": "0.8.14"
17+
"@node-wot/td-tools": "0.8.15"
1818
},
1919
"dependencies": {
20-
"@node-wot/core": "0.8.14"
20+
"@node-wot/core": "0.8.15"
2121
},
2222
"scripts": {
2323
"build": "tsc -b",

packages/binding-http/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-http",
3-
"version": "0.8.14",
3+
"version": "0.8.15",
44
"description": "HTTP client & server protocol binding for node-wot",
55
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -28,8 +28,8 @@
2828
"timekeeper": "^2.2.0"
2929
},
3030
"dependencies": {
31-
"@node-wot/core": "0.8.14",
32-
"@node-wot/td-tools": "0.8.14",
31+
"@node-wot/core": "0.8.15",
32+
"@node-wot/td-tools": "0.8.15",
3333
"@types/eventsource": "1.1.10",
3434
"accept-language-parser": "1.5.0",
3535
"basic-auth": "2.0.1",

packages/binding-mbus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-mbus",
3-
"version": "0.8.14",
3+
"version": "0.8.15",
44
"description": "M-Bus TCP client protocol binding for node-wot",
55
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -14,8 +14,8 @@
1414
"main": "dist/mbus.js",
1515
"types": "dist/mbus.d.ts",
1616
"dependencies": {
17-
"@node-wot/core": "0.8.14",
18-
"@node-wot/td-tools": "0.8.14",
17+
"@node-wot/core": "0.8.15",
18+
"@node-wot/td-tools": "0.8.15",
1919
"node-mbus": "^2.1.0",
2020
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
2121
},

packages/binding-modbus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-modbus",
3-
"version": "0.8.14",
3+
"version": "0.8.15",
44
"description": "Modbus TCP client protocol binding for node-wot",
55
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
66
"contributors": [
@@ -17,8 +17,8 @@
1717
"main": "dist/modbus.js",
1818
"types": "dist/modbus.d.ts",
1919
"dependencies": {
20-
"@node-wot/core": "0.8.14",
21-
"@node-wot/td-tools": "0.8.14",
20+
"@node-wot/core": "0.8.15",
21+
"@node-wot/td-tools": "0.8.15",
2222
"modbus-serial": "8.0.3",
2323
"rxjs": "5.5.11",
2424
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"

packages/binding-mqtt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-mqtt",
3-
"version": "0.8.14",
3+
"version": "0.8.15",
44
"description": "MQTT binding for node-wot",
55
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -14,8 +14,8 @@
1414
"main": "dist/mqtt.js",
1515
"types": "dist/mqtt.d.ts",
1616
"dependencies": {
17-
"@node-wot/core": "0.8.14",
18-
"@node-wot/td-tools": "0.8.14",
17+
"@node-wot/core": "0.8.15",
18+
"@node-wot/td-tools": "0.8.15",
1919
"aedes": "^0.46.2",
2020
"mqtt": "^5.3.2",
2121
"rxjs": "5.5.11"

packages/binding-netconf/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-netconf",
3-
"version": "0.8.14",
3+
"version": "0.8.15",
44
"description": "NetConf client protocol binding for node-wot",
55
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -14,8 +14,8 @@
1414
"main": "dist/netconf.js",
1515
"types": "dist/netconf.d.ts",
1616
"dependencies": {
17-
"@node-wot/core": "0.8.14",
18-
"@node-wot/td-tools": "0.8.14",
17+
"@node-wot/core": "0.8.15",
18+
"@node-wot/td-tools": "0.8.15",
1919
"@types/node-netconf": "npm:@types/netconf@^2.0.0",
2020
"@types/url-parse": "^1.4.3",
2121
"case-1.5.3": "npm:case@^1.5.3",

packages/binding-opcua/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-opcua",
3-
"version": "0.8.14",
3+
"version": "0.8.15",
44
"description": "opcua client protocol binding for node-wot",
55
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -18,8 +18,8 @@
1818
"should": "^13.2.3"
1919
},
2020
"dependencies": {
21-
"@node-wot/core": "0.8.14",
22-
"@node-wot/td-tools": "0.8.14",
21+
"@node-wot/core": "0.8.15",
22+
"@node-wot/td-tools": "0.8.15",
2323
"node-opcua": "2.113.0",
2424
"node-opcua-address-space": "2.113.0",
2525
"node-opcua-basic-types": "2.113.0",

0 commit comments

Comments
 (0)