node-red-contrib-connector-manager 1.0.4 → 1.0.5

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.
Files changed (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-connector-manager",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Node-RED sidebar panel to bulk-reassign any config node references across all flows — ideal when promoting from dev to prod.",
5
5
  "author": {
6
6
  "name": "OWT Swiss",
@@ -19,6 +19,10 @@
19
19
  "bulk",
20
20
  "dev-to-prod"
21
21
  ],
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/acousinowt/node-red-contrib-opcua-connector-manager"
25
+ },
22
26
  "homepage": "https://owt.swiss",
23
27
  "engines": {
24
28
  "node": ">=18.0.0"