Skip to content

Commit 7ff8cdd

Browse files
chore: update version tag for 0.6.2 node-wot release
1 parent 71be695 commit 7ff8cdd

File tree

13 files changed

+52
-52
lines changed

13 files changed

+52
-52
lines changed

Diff for: 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.2-SNAPSHOT.2",
3+
"version": "0.6.2",
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",
@@ -14,7 +14,7 @@
1414
"main": "dist/coap.js",
1515
"types": "dist/coap.d.ts",
1616
"devDependencies": {
17-
"@node-wot/td-tools": "0.6.2-SNAPSHOT.2",
17+
"@node-wot/td-tools": "0.6.2",
1818
"@types/chai": "4.0.4",
1919
"@types/node": "10.9.4",
2020
"chai": "4.1.2",
@@ -25,8 +25,8 @@
2525
"typescript-standard": "0.3.30"
2626
},
2727
"dependencies": {
28-
"wot-typescript-definitions": "0.6.2-SNAPSHOT.2",
29-
"@node-wot/core": "0.6.2-SNAPSHOT.2",
28+
"wot-typescript-definitions": "0.6.2",
29+
"@node-wot/core": "0.6.2",
3030
"rxjs": "5.4.3",
3131
"coap": "0.21.0",
3232
"node-coap-client": "1.0.0"

Diff for: packages/binding-file/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-file",
3-
"version": "0.6.2-SNAPSHOT.2",
3+
"version": "0.6.2",
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,7 +19,7 @@
1919
"typescript-standard": "0.3.30"
2020
},
2121
"dependencies": {
22-
"@node-wot/core": "0.6.2-SNAPSHOT.2"
22+
"@node-wot/core": "0.6.2"
2323
},
2424
"scripts": {
2525
"build": "tsc",

Diff for: 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.2-SNAPSHOT.2",
3+
"version": "0.6.2",
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",
@@ -25,8 +25,8 @@
2525
"typescript-standard": "0.3.30"
2626
},
2727
"dependencies": {
28-
"@node-wot/td-tools": "0.6.2-SNAPSHOT.2",
29-
"@node-wot/core": "0.6.2-SNAPSHOT.2",
28+
"@node-wot/td-tools": "0.6.2",
29+
"@node-wot/core": "0.6.2",
3030
"ws": "5.1.1"
3131
},
3232
"scripts": {

Diff for: 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.2-SNAPSHOT.2",
3+
"version": "0.6.2",
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",
@@ -29,9 +29,9 @@
2929
"typescript-standard": "0.3.30"
3030
},
3131
"dependencies": {
32-
"wot-typescript-definitions": "0.6.2-SNAPSHOT.2",
33-
"@node-wot/td-tools": "0.6.2-SNAPSHOT.2",
34-
"@node-wot/core": "0.6.2-SNAPSHOT.2",
32+
"wot-typescript-definitions": "0.6.2",
33+
"@node-wot/td-tools": "0.6.2",
34+
"@node-wot/core": "0.6.2",
3535
"basic-auth": "2.0.1",
3636
"rxjs": "5.4.3",
3737
"accept-language-parser": "1.5.0"

Diff for: packages/binding-mqtt/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-mqtt",
3-
"version": "0.6.2-SNAPSHOT.2",
3+
"version": "0.6.2",
44
"description": "MQTT binding for node-wot",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -27,8 +27,8 @@
2727
"typescript-standard": "0.3.30"
2828
},
2929
"dependencies": {
30-
"@node-wot/td-tools": "0.6.2-SNAPSHOT.2",
31-
"@node-wot/core": "0.6.2-SNAPSHOT.2",
30+
"@node-wot/td-tools": "0.6.2",
31+
"@node-wot/core": "0.6.2",
3232
"rxjs": "5.4.3",
3333
"mqtt": "2.18.0"
3434
},

Diff for: 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.2-SNAPSHOT.2",
3+
"version": "0.6.2",
44
"description": "Oracle IoT Cloud Service protocol binding for node-wot",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -20,7 +20,7 @@
2020
"typescript-standard": "0.3.30"
2121
},
2222
"dependencies": {
23-
"@node-wot/core": "0.6.2-SNAPSHOT.2",
23+
"@node-wot/core": "0.6.2",
2424
"iotcs-csl-js": "18.3.2"
2525
},
2626
"scripts": {

Diff for: packages/binding-websockets/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/binding-websockets",
3-
"version": "0.6.2-SNAPSHOT.2",
3+
"version": "0.6.2",
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",
@@ -26,9 +26,9 @@
2626
"typescript-standard": "0.3.30"
2727
},
2828
"dependencies": {
29-
"@node-wot/td-tools": "0.6.2-SNAPSHOT.2",
30-
"@node-wot/core": "0.6.2-SNAPSHOT.2",
31-
"@node-wot/binding-http": "0.6.2-SNAPSHOT.2",
29+
"@node-wot/td-tools": "0.6.2",
30+
"@node-wot/core": "0.6.2",
31+
"@node-wot/binding-http": "0.6.2",
3232
"ws": "5.1.1"
3333
},
3434
"scripts": {

Diff for: packages/browser-bundle/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/browser-bundle",
3-
"version": "0.6.2-SNAPSHOT.2",
3+
"version": "0.6.2",
44
"description": "A node-wot bundle that can run in a web browser",
55
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
66
"license": "EPL-2.0 OR W3C-20150513",
@@ -13,9 +13,9 @@
1313
],
1414
"main": "dist/wot-bundle.min.js",
1515
"devDependencies": {
16-
"@node-wot/core": "0.6.2-SNAPSHOT.2",
17-
"@node-wot/binding-http": "0.6.2-SNAPSHOT.2",
18-
"@node-wot/binding-websockets": "0.6.2-SNAPSHOT.2",
16+
"@node-wot/core": "0.6.2",
17+
"@node-wot/binding-http": "0.6.2",
18+
"@node-wot/binding-websockets": "0.6.2",
1919
"browserify": "16.2.3",
2020
"tinyify": "2.5.0"
2121
},

Diff for: packages/cli/package.json

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

Diff for: 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.2-SNAPSHOT.2",
3+
"version": "0.6.2",
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",
@@ -24,8 +24,8 @@
2424
"typescript-standard": "0.3.30"
2525
},
2626
"dependencies": {
27-
"wot-typescript-definitions": "0.6.2-SNAPSHOT.2",
28-
"@node-wot/td-tools": "0.6.2-SNAPSHOT.2",
27+
"wot-typescript-definitions": "0.6.2",
28+
"@node-wot/td-tools": "0.6.2",
2929
"uuid": "3.3.2",
3030
"rxjs": "5.4.3",
3131
"uritemplate": "0.3.4",

Diff for: packages/demo-servients/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-wot/demo-servients",
3-
"version": "0.6.2-SNAPSHOT.2",
3+
"version": "0.6.2",
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,18 +15,18 @@
1515
},
1616
"devDependencies": {
1717
"@types/node": "10.9.4",
18-
"wot-typescript-definitions": "0.6.2-SNAPSHOT.2",
18+
"wot-typescript-definitions": "0.6.2",
1919
"ts-node": "3.3.0",
2020
"typescript": "2.9.2",
2121
"typescript-standard": "0.3.30"
2222
},
2323
"dependencies": {
24-
"@node-wot/core": "0.6.2-SNAPSHOT.2",
25-
"@node-wot/binding-coap": "0.6.2-SNAPSHOT.2",
26-
"@node-wot/binding-file": "0.6.2-SNAPSHOT.2",
27-
"@node-wot/binding-http": "0.6.2-SNAPSHOT.2",
28-
"@node-wot/binding-oracle": "0.6.2-SNAPSHOT.2",
29-
"@node-wot/binding-fujitsu": "0.6.2-SNAPSHOT.2",
24+
"@node-wot/core": "0.6.2",
25+
"@node-wot/binding-coap": "0.6.2",
26+
"@node-wot/binding-file": "0.6.2",
27+
"@node-wot/binding-http": "0.6.2",
28+
"@node-wot/binding-oracle": "0.6.2",
29+
"@node-wot/binding-fujitsu": "0.6.2",
3030
"rxjs": "5.4.3"
3131
},
3232
"scripts": {

Diff for: packages/integration-tests/package.json

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

Diff for: 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.2-SNAPSHOT.2",
3+
"version": "0.6.2",
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",
@@ -27,7 +27,7 @@
2727
"webpack-command": "^0.4.1"
2828
},
2929
"dependencies": {
30-
"wot-typescript-definitions": "0.6.2-SNAPSHOT.2",
30+
"wot-typescript-definitions": "0.6.2",
3131
"is-absolute-url": "2.1.0",
3232
"url-toolkit": "2.1.6"
3333
},

0 commit comments

Comments
 (0)