diff --git a/lerna.json b/lerna.json index 9d60558cb..220c5cb42 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.6.0-SNAPSHOT.4", + "version": "0.6.0", "command": { "publish": { "message": "%s" diff --git a/packages/binding-coap/package.json b/packages/binding-coap/package.json index fb8a9b8e5..482c06ba8 100644 --- a/packages/binding-coap/package.json +++ b/packages/binding-coap/package.json @@ -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 (https://thingweb.io/)", "license": "EPL-2.0 OR W3C-20150513", @@ -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", @@ -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" diff --git a/packages/binding-file/package.json b/packages/binding-file/package.json index d147e4057..24d2e05ea 100644 --- a/packages/binding-file/package.json +++ b/packages/binding-file/package.json @@ -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 (https://thingweb.io/)", "license": "EPL-2.0 OR W3C-20150513", @@ -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", diff --git a/packages/binding-fujitsu/package.json b/packages/binding-fujitsu/package.json index 5e4dcd12a..5b6076b99 100644 --- a/packages/binding-fujitsu/package.json +++ b/packages/binding-fujitsu/package.json @@ -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 (https://thingweb.io/)", "license": "EPL-2.0 OR W3C-20150513", @@ -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", @@ -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": { diff --git a/packages/binding-http/package.json b/packages/binding-http/package.json index 9bf42bdf9..49aa67c46 100644 --- a/packages/binding-http/package.json +++ b/packages/binding-http/package.json @@ -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 (https://thingweb.io/)", "license": "EPL-2.0 OR W3C-20150513", @@ -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", @@ -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" }, diff --git a/packages/binding-mqtt/package.json b/packages/binding-mqtt/package.json index 2f7656172..9a9d0d8fd 100644 --- a/packages/binding-mqtt/package.json +++ b/packages/binding-mqtt/package.json @@ -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 (https://thingweb.io/)", "license": "EPL-2.0 OR W3C-20150513", @@ -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", @@ -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" }, diff --git a/packages/binding-oracle/package.json b/packages/binding-oracle/package.json index 297752353..c7fdebb56 100644 --- a/packages/binding-oracle/package.json +++ b/packages/binding-oracle/package.json @@ -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 (https://thingweb.io/)", @@ -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": { diff --git a/packages/binding-websockets/package.json b/packages/binding-websockets/package.json index 5ef576c5a..2715a5c12 100644 --- a/packages/binding-websockets/package.json +++ b/packages/binding-websockets/package.json @@ -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 (https://thingweb.io/)", "license": "EPL-2.0 OR W3C-20150513", @@ -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", diff --git a/packages/cli/package.json b/packages/cli/package.json index 753ab65f7..da4ff2863 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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 (https://thingweb.io/)", "license": "EPL-2.0 OR W3C-20150513", @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index 1aa62d2f8..52b2f5468 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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 (https://thingweb.io/)", "license": "EPL-2.0 OR W3C-20150513", @@ -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", @@ -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" }, diff --git a/packages/demo-servients/package.json b/packages/demo-servients/package.json index b17b6d382..9da9121fa 100644 --- a/packages/demo-servients/package.json +++ b/packages/demo-servients/package.json @@ -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 (https://thingweb.io/)", @@ -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": { diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index edea6fb07..713c30de8 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -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 (https://thingweb.io/)", @@ -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", diff --git a/packages/td-tools/package.json b/packages/td-tools/package.json index c27256f32..412406ef3 100644 --- a/packages/td-tools/package.json +++ b/packages/td-tools/package.json @@ -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 (https://thingweb.io/)", "license": "EPL-2.0 OR W3C-20150513", @@ -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"