Skip to content

Commit

Permalink
Merge pull request eclipse-thingweb#1264 from danielpeintner/next-ver…
Browse files Browse the repository at this point in the history
…sion-0-8-14

chore: increase version numbers to 0.8.14 for next release
  • Loading branch information
egekorkan authored Apr 19, 2024
2 parents d2d7833 + a0c5a7a commit f52b41e
Show file tree
Hide file tree
Showing 16 changed files with 108 additions and 104 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: [master]
workflow_dispatch:

# https://docs.github.com/en/actions/learn-github-actions/variables
env:
HUSKY: 0

jobs:
setup-and-test:
name: Tests (${{ matrix.os }}, Node ${{ matrix.node-version }})
Expand Down
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13",
"version": "0.8.14",
"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,8 +14,8 @@
"main": "dist/coap.js",
"types": "dist/coap.d.ts",
"dependencies": {
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"@node-wot/core": "0.8.14",
"@node-wot/td-tools": "0.8.14",
"@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.13",
"version": "0.8.14",
"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,10 +14,10 @@
"main": "dist/file.js",
"types": "dist/file.d.ts",
"devDependencies": {
"@node-wot/td-tools": "0.8.13"
"@node-wot/td-tools": "0.8.14"
},
"dependencies": {
"@node-wot/core": "0.8.13"
"@node-wot/core": "0.8.14"
},
"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.13",
"version": "0.8.14",
"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 @@ -28,8 +28,8 @@
"timekeeper": "^2.2.0"
},
"dependencies": {
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"@node-wot/core": "0.8.14",
"@node-wot/td-tools": "0.8.14",
"@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.13",
"version": "0.8.14",
"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,8 +14,8 @@
"main": "dist/mbus.js",
"types": "dist/mbus.d.ts",
"dependencies": {
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"@node-wot/core": "0.8.14",
"@node-wot/td-tools": "0.8.14",
"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.13",
"version": "0.8.14",
"description": "Modbus TCP client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (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.13",
"@node-wot/td-tools": "0.8.13",
"@node-wot/core": "0.8.14",
"@node-wot/td-tools": "0.8.14",
"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.13",
"version": "0.8.14",
"description": "MQTT binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (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.13",
"@node-wot/td-tools": "0.8.13",
"@node-wot/core": "0.8.14",
"@node-wot/td-tools": "0.8.14",
"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.13",
"version": "0.8.14",
"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,8 +14,8 @@
"main": "dist/netconf.js",
"types": "dist/netconf.d.ts",
"dependencies": {
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"@node-wot/core": "0.8.14",
"@node-wot/td-tools": "0.8.14",
"@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.13",
"version": "0.8.14",
"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,8 +18,8 @@
"should": "^13.2.3"
},
"dependencies": {
"@node-wot/core": "0.8.13",
"@node-wot/td-tools": "0.8.13",
"@node-wot/core": "0.8.14",
"@node-wot/td-tools": "0.8.14",
"node-opcua": "2.113.0",
"node-opcua-address-space": "2.113.0",
"node-opcua-basic-types": "2.113.0",
Expand Down
Loading

0 comments on commit f52b41e

Please sign in to comment.