Skip to content

Commit

Permalink
refactor: get ready for node-wot release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Feb 14, 2019
1 parent e8e5022 commit f887310
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.6.0-SNAPSHOT.4",
"version": "0.6.0",
"command": {
"publish": {
"message": "%s"
Expand Down
8 changes: 4 additions & 4 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.6.0-SNAPSHOT.4",
"version": "0.6.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 @@ -16,7 +16,7 @@
"devDependencies": {
"@types/chai": "4.0.4",
"@types/node": "10.9.4",
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
"wot-typescript-definitions": "0.6.0",
"chai": "4.1.2",
"mocha": "3.5.3",
"mocha-typescript": "1.1.8",
Expand All @@ -25,8 +25,8 @@
"typescript-standard": "0.3.30"
},
"dependencies": {
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
"@node-wot/core": "0.6.0-SNAPSHOT.4",
"@node-wot/td-tools": "0.6.0",
"@node-wot/core": "0.6.0",
"rxjs": "5.4.3",
"coap": "0.21.0",
"node-coap-client": "1.0.0"
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.6.0-SNAPSHOT.4",
"version": "0.6.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 @@ -19,8 +19,8 @@
"typescript-standard": "0.3.30"
},
"dependencies": {
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
"@node-wot/core": "0.6.0-SNAPSHOT.4"
"@node-wot/td-tools": "0.6.0",
"@node-wot/core": "0.6.0"
},
"scripts": {
"build": "tsc",
Expand Down
6 changes: 3 additions & 3 deletions packages/binding-fujitsu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-fujitsu",
"version": "0.6.0-SNAPSHOT.4",
"version": "0.6.0",
"description": "Fujitsu Remote Proxy bridge for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -17,7 +17,7 @@
"@types/chai": "4.0.4",
"@types/node": "10.9.4",
"@types/ws": "5.1.2",
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
"@node-wot/td-tools": "0.6.0",
"chai": "4.1.2",
"mocha": "3.5.3",
"mocha-typescript": "1.1.8",
Expand All @@ -26,7 +26,7 @@
"typescript-standard": "0.3.30"
},
"dependencies": {
"@node-wot/core": "0.6.0-SNAPSHOT.4",
"@node-wot/core": "0.6.0",
"ws": "5.1.1"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 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.6.0-SNAPSHOT.4",
"version": "0.6.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 All @@ -18,7 +18,7 @@
"@types/chai": "4.0.4",
"@types/node": "10.9.4",
"@types/request-promise": "4.1.41",
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
"wot-typescript-definitions": "0.6.0",
"chai": "4.1.2",
"mocha": "3.5.3",
"mocha-typescript": "1.1.8",
Expand All @@ -29,8 +29,8 @@
"typescript-standard": "0.3.30"
},
"dependencies": {
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
"@node-wot/core": "0.6.0-SNAPSHOT.4",
"@node-wot/td-tools": "0.6.0",
"@node-wot/core": "0.6.0",
"basic-auth": "2.0.1",
"rxjs": "5.4.3"
},
Expand Down
8 changes: 4 additions & 4 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.6.0-SNAPSHOT.4",
"version": "0.6.0",
"description": "MQTT binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -17,7 +17,7 @@
"@types/chai": "4.0.4",
"@types/node": "10.9.4",
"@types/request-promise": "4.1.41",
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
"wot-typescript-definitions": "0.6.0",
"chai": "4.1.2",
"mocha": "3.5.3",
"mocha-typescript": "1.1.8",
Expand All @@ -28,8 +28,8 @@
"typescript-standard": "0.3.30"
},
"dependencies": {
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
"@node-wot/core": "0.6.0-SNAPSHOT.4",
"@node-wot/td-tools": "0.6.0",
"@node-wot/core": "0.6.0",
"rxjs": "5.4.3",
"mqtt": "2.18.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/binding-oracle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-oracle",
"version": "0.6.0-SNAPSHOT.4",
"version": "0.6.0",
"private": true,
"description": "Oracle IoT Cloud Service protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
Expand All @@ -21,7 +21,7 @@
"typescript-standard": "0.3.30"
},
"dependencies": {
"@node-wot/core": "0.6.0-SNAPSHOT.4",
"@node-wot/core": "0.6.0",
"iotcs-csl-js": "18.3.2"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 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.6.0-SNAPSHOT.4",
"version": "0.6.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 @@ -17,10 +17,10 @@
"@types/chai": "4.0.4",
"@types/node": "10.9.4",
"@types/ws": "5.1.2",
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
"@node-wot/binding-http": "0.6.0-SNAPSHOT.4",
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
"@node-wot/core": "0.6.0-SNAPSHOT.4",
"wot-typescript-definitions": "0.6.0",
"@node-wot/binding-http": "0.6.0",
"@node-wot/td-tools": "0.6.0",
"@node-wot/core": "0.6.0",
"chai": "4.1.2",
"mocha": "3.5.3",
"mocha-typescript": "1.1.8",
Expand Down
18 changes: 9 additions & 9 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.6.0-SNAPSHOT.4",
"version": "0.6.0",
"description": "servient command line interface",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -18,19 +18,19 @@
},
"devDependencies": {
"@types/node": "10.9.4",
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
"wot-typescript-definitions": "0.6.0",
"ts-node": "3.3.0",
"typescript": "2.9.2",
"typescript-standard": "0.3.30"
},
"dependencies": {
"@node-wot/binding-coap": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-file": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-http": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-websockets": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-mqtt": "0.6.0-SNAPSHOT.4",
"@node-wot/core": "0.6.0-SNAPSHOT.4",
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4"
"@node-wot/binding-coap": "0.6.0",
"@node-wot/binding-file": "0.6.0",
"@node-wot/binding-http": "0.6.0",
"@node-wot/binding-websockets": "0.6.0",
"@node-wot/binding-mqtt": "0.6.0",
"@node-wot/core": "0.6.0",
"@node-wot/td-tools": "0.6.0"
},
"scripts": {
"build": "tsc",
Expand Down
6 changes: 3 additions & 3 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.6.0-SNAPSHOT.4",
"version": "0.6.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 All @@ -16,7 +16,7 @@
"devDependencies": {
"@types/chai": "4.0.4",
"@types/node": "10.9.4",
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
"wot-typescript-definitions": "0.6.0",
"chai": "4.1.2",
"mocha": "3.5.3",
"mocha-typescript": "1.1.8",
Expand All @@ -25,7 +25,7 @@
"typescript-standard": "0.3.30"
},
"dependencies": {
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
"@node-wot/td-tools": "0.6.0",
"uuid": "3.3.2",
"rxjs": "5.4.3"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/demo-servients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/demo-servients",
"version": "0.6.0-SNAPSHOT.4",
"version": "0.6.0",
"private": true,
"description": "W3C WoT demo Servient for the unpublished version of the monorepo",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
Expand All @@ -15,19 +15,19 @@
},
"devDependencies": {
"@types/node": "10.9.4",
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
"wot-typescript-definitions": "0.6.0",
"ts-node": "3.3.0",
"typescript": "2.9.2",
"typescript-standard": "0.3.30"
},
"dependencies": {
"@node-wot/binding-coap": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-file": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-http": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-oracle": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-fujitsu": "0.6.0-SNAPSHOT.4",
"@node-wot/core": "0.6.0-SNAPSHOT.4",
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-coap": "0.6.0",
"@node-wot/binding-file": "0.6.0",
"@node-wot/binding-http": "0.6.0",
"@node-wot/binding-oracle": "0.6.0",
"@node-wot/binding-fujitsu": "0.6.0",
"@node-wot/core": "0.6.0",
"@node-wot/td-tools": "0.6.0",
"rxjs": "5.4.3"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/integration-tests",
"version": "0.6.0-SNAPSHOT.4",
"version": "0.6.0",
"private": true,
"description": "Integration tests for node-wot (not published)",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
Expand All @@ -10,11 +10,11 @@
"@types/chai": "4.0.4",
"@types/node": "10.9.4",
"@types/request-promise": "4.1.41",
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
"@node-wot/core": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-http": "0.6.0-SNAPSHOT.4",
"@node-wot/binding-coap": "0.6.0-SNAPSHOT.4",
"wot-typescript-definitions": "0.6.0",
"@node-wot/td-tools": "0.6.0",
"@node-wot/core": "0.6.0",
"@node-wot/binding-http": "0.6.0",
"@node-wot/binding-coap": "0.6.0",
"chai": "4.1.2",
"coap": "0.20.0",
"mocha": "3.5.3",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0-SNAPSHOT.4",
"version": "0.6.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 All @@ -25,7 +25,7 @@
"typescript-standard": "0.3.30",
"webpack": "4.16.0",
"webpack-command": "^0.4.1",
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10"
"wot-typescript-definitions": "0.6.0"
},
"dependencies": {
"is-absolute-url": "2.1.0"
Expand Down

0 comments on commit f887310

Please sign in to comment.