@node-i3x/pseudo-session-connector 0.2.3 → 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.
Files changed (2) hide show
  1. package/LICENSING.md +2 -2
  2. package/package.json +17 -16
package/LICENSING.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Dual Licensing Guide
2
2
 
3
- > **i3x2ua-node** is dual-licensed under the **AGPL-3.0-or-later** and a
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 i3x2ua-node in a server that users interact with over
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,17 +1,17 @@
1
1
  {
2
2
  "name": "@node-i3x/pseudo-session-connector",
3
- "version": "0.2.3",
3
+ "version": "0.3.1",
4
4
  "description": "i3X data-source adapter using node-opcua PseudoSession — connects directly to an AddressSpace without binary OPC UA transport",
5
5
  "license": "AGPL-3.0-or-later OR LicenseRef-Sterfive-Commercial",
6
6
  "author": "Sterfive SAS <contact@sterfive.com> (https://sterfive.com)",
7
7
  "homepage": "https://sterfive.com",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/node-opcua/i3x2ua-node.git",
10
+ "url": "git+https://github.com/node-opcua/node-i3x.git",
11
11
  "directory": "packages/pseudo-session-connector"
12
12
  },
13
13
  "bugs": {
14
- "url": "https://github.com/node-opcua/i3x2ua-node/issues",
14
+ "url": "https://github.com/node-opcua/node-i3x/issues",
15
15
  "email": "contact@sterfive.com"
16
16
  },
17
17
  "funding": {
@@ -41,6 +41,7 @@
41
41
  }
42
42
  },
43
43
  "publishConfig": {
44
+ "access": "public",
44
45
  "provenance": true
45
46
  },
46
47
  "files": [
@@ -55,20 +56,20 @@
55
56
  "test": "vitest run"
56
57
  },
57
58
  "dependencies": {
58
- "@node-i3x/core": "0.2.3",
59
- "node-opcua-address-space": "^2.128.0",
60
- "node-opcua-address-space-base": "^2.128.0",
61
- "node-opcua-data-model": "^2.128.0",
62
- "node-opcua-data-value": "^2.128.0",
63
- "node-opcua-nodeid": "^2.128.0",
64
- "node-opcua-pseudo-session": "^2.128.0",
65
- "node-opcua-service-browse": "^2.128.0",
66
- "node-opcua-status-code": "^2.128.0",
67
- "node-opcua-variant": "^2.128.0",
68
- "node-opcua-types": "^2.128.0",
69
- "node-opcua-constants": "^2.128.0"
59
+ "@node-i3x/core": "0.3.1",
60
+ "node-opcua-address-space": "^2.173.1",
61
+ "node-opcua-address-space-base": "^2.173.0",
62
+ "node-opcua-data-model": "^2.173.0",
63
+ "node-opcua-data-value": "^2.173.0",
64
+ "node-opcua-nodeid": "^2.173.0",
65
+ "node-opcua-pseudo-session": "^2.173.0",
66
+ "node-opcua-service-browse": "^2.173.0",
67
+ "node-opcua-status-code": "^2.173.0",
68
+ "node-opcua-variant": "^2.173.0",
69
+ "node-opcua-types": "^2.173.0",
70
+ "node-opcua-constants": "^2.157.0"
70
71
  },
71
72
  "devDependencies": {
72
- "node-opcua": "^2.128.0"
73
+ "node-opcua": "^2.173.1"
73
74
  }
74
75
  }