File tree Expand file tree Collapse file tree 15 files changed +4749
-1149
lines changed
Expand file tree Collapse file tree 15 files changed +4749
-1149
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @node-wot/binding-coap" ,
3- "version" : " 0.8.17 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " CoAP client & server protocol binding for node-wot" ,
55 "author" : " Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)" ,
66 "license" : " EPL-2.0 OR W3C-20150513" ,
1414 "main" : " dist/coap.js" ,
1515 "types" : " dist/coap.d.ts" ,
1616 "dependencies" : {
17- "@node-wot/core" : " 0.8.17 " ,
17+ "@node-wot/core" : " 0.9.0 " ,
1818 "coap" : " ^1.4.1" ,
1919 "dns-packet" : " ^5.2.2" ,
2020 "multicast-dns" : " ^7.2.5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @node-wot/binding-file" ,
3- "version" : " 0.8.17 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " File client protocol binding for node-wot" ,
55 "author" : " Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)" ,
66 "license" : " EPL-2.0 OR W3C-20150513" ,
1414 "main" : " dist/file.js" ,
1515 "types" : " dist/file.d.ts" ,
1616 "dependencies" : {
17- "@node-wot/core" : " 0.8.17 " ,
17+ "@node-wot/core" : " 0.9.0 " ,
1818 "rxjs" : " 5.5.11"
1919 },
2020 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @node-wot/binding-http" ,
3- "version" : " 0.8.17 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " HTTP client & server protocol binding for node-wot" ,
55 "author" : " Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)" ,
66 "license" : " EPL-2.0 OR W3C-20150513" ,
3333 "timekeeper" : " ^2.2.0"
3434 },
3535 "dependencies" : {
36- "@node-wot/core" : " 0.8.17 " ,
36+ "@node-wot/core" : " 0.9.0 " ,
3737 "accept-language-parser" : " 1.5.0" ,
3838 "basic-auth" : " 2.0.1" ,
3939 "client-oauth2" : " ^4.2.5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @node-wot/binding-mbus" ,
3- "version" : " 0.8.17 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " M-Bus TCP client protocol binding for node-wot" ,
55 "author" : " Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)" ,
66 "license" : " EPL-2.0 OR W3C-20150513" ,
1414 "main" : " dist/mbus.js" ,
1515 "types" : " dist/mbus.d.ts" ,
1616 "dependencies" : {
17- "@node-wot/core" : " 0.8.17 " ,
17+ "@node-wot/core" : " 0.9.0 " ,
1818 "node-mbus" : " ^2.2.4" ,
1919 "rxjs" : " 5.5.11"
2020 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @node-wot/binding-modbus" ,
3- "version" : " 0.8.17 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " Modbus TCP client protocol binding for node-wot" ,
55 "author" : " Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)" ,
66 "contributors" : [
1717 "main" : " dist/modbus.js" ,
1818 "types" : " dist/modbus.d.ts" ,
1919 "dependencies" : {
20- "@node-wot/core" : " 0.8.17 " ,
20+ "@node-wot/core" : " 0.9.0 " ,
2121 "modbus-serial" : " ^8.0.17" ,
2222 "rxjs" : " 5.5.11" ,
2323 "wot-typescript-definitions" : " 0.8.0-SNAPSHOT.29"
Original file line number Diff line number Diff line change 11{
22 "name" : " @node-wot/binding-mqtt" ,
3- "version" : " 0.8.17 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " MQTT binding for node-wot" ,
55 "author" : " Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)" ,
66 "license" : " EPL-2.0 OR W3C-20150513" ,
1414 "main" : " dist/mqtt.js" ,
1515 "types" : " dist/mqtt.d.ts" ,
1616 "dependencies" : {
17- "@node-wot/core" : " 0.8.17 " ,
17+ "@node-wot/core" : " 0.9.0 " ,
1818 "aedes" : " ^0.46.2" ,
1919 "mqtt" : " ^5.3.2" ,
2020 "rxjs" : " 5.5.11"
Original file line number Diff line number Diff line change 11{
22 "name" : " @node-wot/binding-netconf" ,
3- "version" : " 0.8.17 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " NetConf client protocol binding for node-wot" ,
55 "author" : " Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)" ,
66 "license" : " EPL-2.0 OR W3C-20150513" ,
1414 "main" : " dist/netconf.js" ,
1515 "types" : " dist/netconf.d.ts" ,
1616 "dependencies" : {
17- "@node-wot/core" : " 0.8.17 " ,
17+ "@node-wot/core" : " 0.9.0 " ,
1818 "case-1.5.3" : " npm:case@^1.5.3" ,
1919 "node-netconf" : " ^1.1.2" ,
2020 "rxjs" : " 5.5.11" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @node-wot/binding-opcua" ,
3- "version" : " 0.8.17 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " opcua client protocol binding for node-wot" ,
55 "author" : " Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)" ,
66 "license" : " EPL-2.0 OR W3C-20150513" ,
1818 "should" : " ^13.2.3"
1919 },
2020 "dependencies" : {
21- "@node-wot/core" : " 0.8.17 " ,
21+ "@node-wot/core" : " 0.9.0 " ,
2222 "ajv" : " ^8.11.0" ,
2323 "ajv-formats" : " ^2.1.1" ,
2424 "node-opcua" : " 2.113.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @node-wot/binding-websockets" ,
3- "version" : " 0.8.17 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " WebSockets client & server protocol binding for node-wot" ,
55 "author" : " Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)" ,
66 "license" : " EPL-2.0 OR W3C-20150513" ,
1515 "types" : " dist/ws.d.ts" ,
1616 "browser" : " dist/ws-browser.js" ,
1717 "dependencies" : {
18- "@node-wot/binding-http" : " 0.8.17 " ,
19- "@node-wot/core" : " 0.8.17 " ,
18+ "@node-wot/binding-http" : " 0.9.0 " ,
19+ "@node-wot/core" : " 0.9.0 " ,
2020 "rxjs" : " ^5.5.11" ,
2121 "slugify" : " ^1.4.5" ,
2222 "ws" : " ^7.5.10"
You can’t perform that action at this time.
0 commit comments