@node-i3x/demo-embedded 0.2.4 → 0.3.1
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/LICENSING.md +2 -2
- package/package.json +6 -6
package/LICENSING.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Dual Licensing Guide
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> **node-i3x** is dual-licensed under the **AGPL-3.0-or-later** and a
|
|
4
4
|
> **Sterfive Commercial License**. This document explains what each
|
|
5
5
|
> license allows and when you need which.
|
|
6
6
|
|
|
@@ -45,7 +45,7 @@ copyleft to **network use**. This is the key difference from the GPL:
|
|
|
45
45
|
|
|
46
46
|
### The Critical Implication
|
|
47
47
|
|
|
48
|
-
> **If you use
|
|
48
|
+
> **If you use node-i3x in a server that users interact with over
|
|
49
49
|
> a network** (REST API, web app, cloud platform, IoT gateway),
|
|
50
50
|
> you **must** make your **entire application's source code**
|
|
51
51
|
> available to those users under the AGPL — even if you never
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node-i3x/demo-embedded",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"license": "AGPL-3.0-or-later OR LicenseRef-Sterfive-Commercial",
|
|
5
5
|
"author": "Sterfive SAS <contact@sterfive.com> (https://sterfive.com)",
|
|
6
6
|
"homepage": "https://sterfive.com",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/node-opcua/
|
|
9
|
+
"url": "git+https://github.com/node-opcua/node-i3x.git",
|
|
10
10
|
"directory": "packages/demo-embedded"
|
|
11
11
|
},
|
|
12
12
|
"description": "End-to-end demo: OPC UA server + i3X REST API wired via PseudoSession",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"client": "npx tsx src/client.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@node-i3x/core": "0.
|
|
44
|
-
"@node-i3x/opcua-connector": "0.
|
|
45
|
-
"@node-i3x/pseudo-session-connector": "0.
|
|
46
|
-
"@node-i3x/rest-server": "0.
|
|
43
|
+
"@node-i3x/core": "0.3.1",
|
|
44
|
+
"@node-i3x/opcua-connector": "0.3.1",
|
|
45
|
+
"@node-i3x/pseudo-session-connector": "0.3.1",
|
|
46
|
+
"@node-i3x/rest-server": "0.3.1",
|
|
47
47
|
"fastify": "^5.8.5",
|
|
48
48
|
"@fastify/cors": "^11.2.0",
|
|
49
49
|
"fastify-plugin": "^6.0.0",
|