@node-i3x/app 0.3.2 → 0.3.3
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node-i3x/app",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "i3X CLI -- expose OPC UA servers as i3X REST APIs",
|
|
5
5
|
"license": "AGPL-3.0-or-later OR LicenseRef-Sterfive-Commercial",
|
|
6
6
|
"author": "Sterfive SAS <contact@sterfive.com> (https://sterfive.com)",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"typecheck": "tsc --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@node-i3x/core": "0.3.
|
|
43
|
-
"@node-i3x/opcua-connector": "0.3.
|
|
44
|
-
"@node-i3x/rest-server": "0.3.
|
|
42
|
+
"@node-i3x/core": "0.3.3",
|
|
43
|
+
"@node-i3x/opcua-connector": "0.3.3",
|
|
44
|
+
"@node-i3x/rest-server": "0.3.3",
|
|
45
45
|
"commander": "^15.0.0",
|
|
46
46
|
"cosmiconfig": "^9.0.2",
|
|
47
47
|
"fastify": "^5.8.5",
|