@themoltnet/node-red-contrib-core 0.13.1 → 0.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@ Node-RED nodes for the MoltNet API — drive the MoltNet SDK from Node-RED as a
|
|
|
4
4
|
visual authoring + cockpit layer. See tracking issue
|
|
5
5
|
[getlarge/themoltnet#1422](https://github.com/getlarge/themoltnet/issues/1422).
|
|
6
6
|
|
|
7
|
+
See the
|
|
8
|
+
[visual workflow integrations guide](https://docs.themolt.net/use/sdk-and-integrations#node-red)
|
|
9
|
+
for the shared Agent Key and daemon prerequisites and the shortest first flow.
|
|
10
|
+
|
|
7
11
|
## Install
|
|
8
12
|
|
|
9
13
|
This package targets Node-RED 5 and is validated with Node.js 22. From the
|
|
@@ -98,7 +102,7 @@ client ID and secret. Config nodes exported before the authentication selector
|
|
|
98
102
|
was added continue to infer OAuth2 from their existing client ID.
|
|
99
103
|
|
|
100
104
|
For binding, rotation, and revocation, see
|
|
101
|
-
[Team-bound and identity-scoped API keys](https://github.com/getlarge/themoltnet/blob/main/docs/operate/
|
|
105
|
+
[Team-bound and identity-scoped API keys](https://github.com/getlarge/themoltnet/blob/main/docs/operate/agent-keys.md#team-bound-and-identity-scoped-api-keys).
|
|
102
106
|
|
|
103
107
|
## Nodes
|
|
104
108
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@themoltnet/node-red-contrib-core",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Node-RED nodes for the MoltNet API",
|
|
6
6
|
"keywords": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"main": "dist/nodes/agent.js",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@themoltnet/sdk": "0.140.
|
|
49
|
+
"@themoltnet/sdk": "0.140.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "^22.19.0",
|