Skip to content

Commit

Permalink
Merge pull request #1023 from danielpeintner/dev--version-0-8-8
Browse files Browse the repository at this point in the history
chore: update dev version to 0.8.8
  • Loading branch information
relu91 authored Jun 13, 2023
2 parents c080060 + 18ec68c commit 96a7fa4
Show file tree
Hide file tree
Showing 15 changed files with 128 additions and 117 deletions.
143 changes: 77 additions & 66 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.7",
"version": "0.8.8",
"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 Down Expand Up @@ -35,8 +35,8 @@
"typescript-standard": "^0.3.36"
},
"dependencies": {
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"@node-wot/core": "0.8.8",
"@node-wot/td-tools": "0.8.8",
"@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.7",
"version": "0.8.8",
"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,7 +14,7 @@
"main": "dist/file.js",
"types": "dist/file.d.ts",
"devDependencies": {
"@node-wot/td-tools": "0.8.7",
"@node-wot/td-tools": "0.8.8",
"@types/node": "16.18.35",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
Expand All @@ -31,7 +31,7 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.26"
},
"dependencies": {
"@node-wot/core": "0.8.7"
"@node-wot/core": "0.8.8"
},
"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.7",
"version": "0.8.8",
"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 @@ -53,8 +53,8 @@
"wot-typescript-definitions": "0.8.0-SNAPSHOT.26"
},
"dependencies": {
"@node-wot/core": "0.8.7",
"@node-wot/td-tools": "0.8.7",
"@node-wot/core": "0.8.8",
"@node-wot/td-tools": "0.8.8",
"@types/eventsource": "1.1.10",
"accept-language-parser": "1.5.0",
"basic-auth": "2.0.1",
Expand Down
Loading

0 comments on commit 96a7fa4

Please sign in to comment.