node-opcua-nodeset-machine-vision 2.158.0 → 2.161.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 (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  The MIT License (MIT)
3
3
 
4
- Copyright (c) 2022-2025 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
4
+ Copyright (c) 2022-2026 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
5
5
 
6
6
  Copyright (c) 2014-2022 Etienne Rossignon
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machine-vision",
3
- "version": "2.158.0",
3
+ "version": "2.161.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machine-vision",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,14 +11,14 @@
11
11
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "node-opcua-address-space-base": "2.158.0",
14
+ "node-opcua-address-space-base": "2.161.0",
15
15
  "node-opcua-basic-types": "2.157.0",
16
16
  "node-opcua-data-model": "2.158.0",
17
17
  "node-opcua-extension-object": "2.158.0",
18
18
  "node-opcua-nodeid": "2.157.0",
19
- "node-opcua-nodeset-ua": "2.158.0",
19
+ "node-opcua-nodeset-ua": "2.161.0",
20
20
  "node-opcua-status-code": "2.157.0",
21
- "node-opcua-variant": "2.158.0"
21
+ "node-opcua-variant": "2.161.0"
22
22
  },
23
23
  "files": [
24
24
  "dist",
@@ -37,5 +37,5 @@
37
37
  "internet of things"
38
38
  ],
39
39
  "homepage": "http://node-opcua.github.io/",
40
- "gitHead": "d92c1c46754548964c3a7821dfec2b52a8522232"
40
+ "gitHead": "38402828c447c860efb5f3141306ccc148bb99bc"
41
41
  }