@node-i3x/pseudo-session-connector 0.4.0 → 0.5.0

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-i3x/pseudo-session-connector",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
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)",
@@ -56,7 +56,7 @@
56
56
  "test": "vitest run"
57
57
  },
58
58
  "dependencies": {
59
- "@node-i3x/core": "0.4.0",
59
+ "@node-i3x/core": "0.5.0",
60
60
  "node-opcua-address-space": "^2.173.1",
61
61
  "node-opcua-address-space-base": "^2.173.0",
62
62
  "node-opcua-data-model": "^2.173.0",