Skip to content

Commit f887310

Browse files
refactor: get ready for node-wot release 0.6.0
1 parent e8e5022 commit f887310

File tree

13 files changed

+55
-55
lines changed

13 files changed

+55
-55
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.6.0-SNAPSHOT.4",
5+
"version": "0.6.0",
66
"command": {
77
"publish": {
88
"message": "%s"

packages/binding-coap/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-coap",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"description": "CoAP client & server protocol binding for node-wot",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/chai": "4.0.4",
1818
"@types/node": "10.9.4",
19-
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
19+
"wot-typescript-definitions": "0.6.0",
2020
"chai": "4.1.2",
2121
"mocha": "3.5.3",
2222
"mocha-typescript": "1.1.8",
@@ -25,8 +25,8 @@
2525
"typescript-standard": "0.3.30"
2626
},
2727
"dependencies": {
28-
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
29-
"@node-wot/core": "0.6.0-SNAPSHOT.4",
28+
"@node-wot/td-tools": "0.6.0",
29+
"@node-wot/core": "0.6.0",
3030
"rxjs": "5.4.3",
3131
"coap": "0.21.0",
3232
"node-coap-client": "1.0.0"

packages/binding-file/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-file",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"description": "File client protocol binding for node-wot",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -19,8 +19,8 @@
1919
"typescript-standard": "0.3.30"
2020
},
2121
"dependencies": {
22-
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
23-
"@node-wot/core": "0.6.0-SNAPSHOT.4"
22+
"@node-wot/td-tools": "0.6.0",
23+
"@node-wot/core": "0.6.0"
2424
},
2525
"scripts": {
2626
"build": "tsc",

packages/binding-fujitsu/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-fujitsu",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"description": "Fujitsu Remote Proxy bridge for node-wot",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -17,7 +17,7 @@
1717
"@types/chai": "4.0.4",
1818
"@types/node": "10.9.4",
1919
"@types/ws": "5.1.2",
20-
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
20+
"@node-wot/td-tools": "0.6.0",
2121
"chai": "4.1.2",
2222
"mocha": "3.5.3",
2323
"mocha-typescript": "1.1.8",
@@ -26,7 +26,7 @@
2626
"typescript-standard": "0.3.30"
2727
},
2828
"dependencies": {
29-
"@node-wot/core": "0.6.0-SNAPSHOT.4",
29+
"@node-wot/core": "0.6.0",
3030
"ws": "5.1.1"
3131
},
3232
"scripts": {

packages/binding-http/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-http",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"description": "HTTP client & server protocol binding for node-wot",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -18,7 +18,7 @@
1818
"@types/chai": "4.0.4",
1919
"@types/node": "10.9.4",
2020
"@types/request-promise": "4.1.41",
21-
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
21+
"wot-typescript-definitions": "0.6.0",
2222
"chai": "4.1.2",
2323
"mocha": "3.5.3",
2424
"mocha-typescript": "1.1.8",
@@ -29,8 +29,8 @@
2929
"typescript-standard": "0.3.30"
3030
},
3131
"dependencies": {
32-
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
33-
"@node-wot/core": "0.6.0-SNAPSHOT.4",
32+
"@node-wot/td-tools": "0.6.0",
33+
"@node-wot/core": "0.6.0",
3434
"basic-auth": "2.0.1",
3535
"rxjs": "5.4.3"
3636
},

packages/binding-mqtt/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-mqtt",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"description": "MQTT binding for node-wot",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -17,7 +17,7 @@
1717
"@types/chai": "4.0.4",
1818
"@types/node": "10.9.4",
1919
"@types/request-promise": "4.1.41",
20-
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
20+
"wot-typescript-definitions": "0.6.0",
2121
"chai": "4.1.2",
2222
"mocha": "3.5.3",
2323
"mocha-typescript": "1.1.8",
@@ -28,8 +28,8 @@
2828
"typescript-standard": "0.3.30"
2929
},
3030
"dependencies": {
31-
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
32-
"@node-wot/core": "0.6.0-SNAPSHOT.4",
31+
"@node-wot/td-tools": "0.6.0",
32+
"@node-wot/core": "0.6.0",
3333
"rxjs": "5.4.3",
3434
"mqtt": "2.18.0"
3535
},

packages/binding-oracle/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-oracle",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"private": true,
55
"description": "Oracle IoT Cloud Service protocol binding for node-wot",
66
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
@@ -21,7 +21,7 @@
2121
"typescript-standard": "0.3.30"
2222
},
2323
"dependencies": {
24-
"@node-wot/core": "0.6.0-SNAPSHOT.4",
24+
"@node-wot/core": "0.6.0",
2525
"iotcs-csl-js": "18.3.2"
2626
},
2727
"scripts": {

packages/binding-websockets/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-websockets",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"description": "WebSockets client & server protocol binding for node-wot",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -17,10 +17,10 @@
1717
"@types/chai": "4.0.4",
1818
"@types/node": "10.9.4",
1919
"@types/ws": "5.1.2",
20-
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
21-
"@node-wot/binding-http": "0.6.0-SNAPSHOT.4",
22-
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
23-
"@node-wot/core": "0.6.0-SNAPSHOT.4",
20+
"wot-typescript-definitions": "0.6.0",
21+
"@node-wot/binding-http": "0.6.0",
22+
"@node-wot/td-tools": "0.6.0",
23+
"@node-wot/core": "0.6.0",
2424
"chai": "4.1.2",
2525
"mocha": "3.5.3",
2626
"mocha-typescript": "1.1.8",

packages/cli/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/cli",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"description": "servient command line interface",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -18,19 +18,19 @@
1818
},
1919
"devDependencies": {
2020
"@types/node": "10.9.4",
21-
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
21+
"wot-typescript-definitions": "0.6.0",
2222
"ts-node": "3.3.0",
2323
"typescript": "2.9.2",
2424
"typescript-standard": "0.3.30"
2525
},
2626
"dependencies": {
27-
"@node-wot/binding-coap": "0.6.0-SNAPSHOT.4",
28-
"@node-wot/binding-file": "0.6.0-SNAPSHOT.4",
29-
"@node-wot/binding-http": "0.6.0-SNAPSHOT.4",
30-
"@node-wot/binding-websockets": "0.6.0-SNAPSHOT.4",
31-
"@node-wot/binding-mqtt": "0.6.0-SNAPSHOT.4",
32-
"@node-wot/core": "0.6.0-SNAPSHOT.4",
33-
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4"
27+
"@node-wot/binding-coap": "0.6.0",
28+
"@node-wot/binding-file": "0.6.0",
29+
"@node-wot/binding-http": "0.6.0",
30+
"@node-wot/binding-websockets": "0.6.0",
31+
"@node-wot/binding-mqtt": "0.6.0",
32+
"@node-wot/core": "0.6.0",
33+
"@node-wot/td-tools": "0.6.0"
3434
},
3535
"scripts": {
3636
"build": "tsc",

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/core",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"description": "W3C Web of Things (WoT) Servient framework",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/chai": "4.0.4",
1818
"@types/node": "10.9.4",
19-
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
19+
"wot-typescript-definitions": "0.6.0",
2020
"chai": "4.1.2",
2121
"mocha": "3.5.3",
2222
"mocha-typescript": "1.1.8",
@@ -25,7 +25,7 @@
2525
"typescript-standard": "0.3.30"
2626
},
2727
"dependencies": {
28-
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
28+
"@node-wot/td-tools": "0.6.0",
2929
"uuid": "3.3.2",
3030
"rxjs": "5.4.3"
3131
},

packages/demo-servients/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/demo-servients",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"private": true,
55
"description": "W3C WoT demo Servient for the unpublished version of the monorepo",
66
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
@@ -15,19 +15,19 @@
1515
},
1616
"devDependencies": {
1717
"@types/node": "10.9.4",
18-
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
18+
"wot-typescript-definitions": "0.6.0",
1919
"ts-node": "3.3.0",
2020
"typescript": "2.9.2",
2121
"typescript-standard": "0.3.30"
2222
},
2323
"dependencies": {
24-
"@node-wot/binding-coap": "0.6.0-SNAPSHOT.4",
25-
"@node-wot/binding-file": "0.6.0-SNAPSHOT.4",
26-
"@node-wot/binding-http": "0.6.0-SNAPSHOT.4",
27-
"@node-wot/binding-oracle": "0.6.0-SNAPSHOT.4",
28-
"@node-wot/binding-fujitsu": "0.6.0-SNAPSHOT.4",
29-
"@node-wot/core": "0.6.0-SNAPSHOT.4",
30-
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
24+
"@node-wot/binding-coap": "0.6.0",
25+
"@node-wot/binding-file": "0.6.0",
26+
"@node-wot/binding-http": "0.6.0",
27+
"@node-wot/binding-oracle": "0.6.0",
28+
"@node-wot/binding-fujitsu": "0.6.0",
29+
"@node-wot/core": "0.6.0",
30+
"@node-wot/td-tools": "0.6.0",
3131
"rxjs": "5.4.3"
3232
},
3333
"scripts": {

packages/integration-tests/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/integration-tests",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"private": true,
55
"description": "Integration tests for node-wot (not published)",
66
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
@@ -10,11 +10,11 @@
1010
"@types/chai": "4.0.4",
1111
"@types/node": "10.9.4",
1212
"@types/request-promise": "4.1.41",
13-
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10",
14-
"@node-wot/td-tools": "0.6.0-SNAPSHOT.4",
15-
"@node-wot/core": "0.6.0-SNAPSHOT.4",
16-
"@node-wot/binding-http": "0.6.0-SNAPSHOT.4",
17-
"@node-wot/binding-coap": "0.6.0-SNAPSHOT.4",
13+
"wot-typescript-definitions": "0.6.0",
14+
"@node-wot/td-tools": "0.6.0",
15+
"@node-wot/core": "0.6.0",
16+
"@node-wot/binding-http": "0.6.0",
17+
"@node-wot/binding-coap": "0.6.0",
1818
"chai": "4.1.2",
1919
"coap": "0.20.0",
2020
"mocha": "3.5.3",

packages/td-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/td-tools",
3-
"version": "0.6.0-SNAPSHOT.4",
3+
"version": "0.6.0",
44
"description": "W3C Web of Things (WoT) Thing Description parser, serializer, and other tools",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -25,7 +25,7 @@
2525
"typescript-standard": "0.3.30",
2626
"webpack": "4.16.0",
2727
"webpack-command": "^0.4.1",
28-
"wot-typescript-definitions": "0.6.0-SNAPSHOT.10"
28+
"wot-typescript-definitions": "0.6.0"
2929
},
3030
"dependencies": {
3131
"is-absolute-url": "2.1.0"

0 commit comments

Comments
 (0)