-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into add-td-nodes
- Loading branch information
Showing
6 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Eclipse Thingweb: node-red packages | ||
|
||
Collection of Node-RED packages of [Eclipse Thingweb](https://thingweb.io). | ||
|
||
Refer to each folder in the root of the repository to find individual projects. | ||
Each is an independent project and the root folder only contains linting and configuration files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
{ | ||
"name": "@eclipse-thingweb/node-red-node-wot", | ||
"version": "1.0.0", | ||
"name": "@thingweb/node-red-node-wot", | ||
"version": "1.0.1", | ||
"description": "Web of Things nodes for Node-RED using node-wot", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"contributors": [ | ||
"Hassib Belhaj <[email protected]>", | ||
"Adel Fatkhutdinov <[email protected]>", | ||
"hidetak" | ||
], | ||
"license": "MIT", | ||
"keywords": [ | ||
"internet-of-things", | ||
|
@@ -37,7 +32,8 @@ | |
"wot-server-action": "dist/wot-server-action.js", | ||
"wot-server-event": "dist/wot-server-event.js", | ||
"wot-server-td": "dist/wot-server-td.js" | ||
} | ||
}, | ||
"version":">=2.0.0" | ||
}, | ||
"scripts": { | ||
"build": "npm run copy:src2dist && tsc", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@eclipse-thingweb/node-red", | ||
"name": "@thingweb/node-red", | ||
"version": "1.0.0", | ||
"description": "Web of Things nodes for Node-RED from Eclipse Thingweb (root project, not published)", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
|