node-opcua-client-proxy 2.119.0 → 2.120.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 +17 -17
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022-2023 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
3
+ Copyright (c) 2022-2024 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
4
4
 
5
5
  Copyright (c) 2014-2022 Etienne Rossignon
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-client-proxy",
3
- "version": "2.119.0",
3
+ "version": "2.120.0",
4
4
  "description": "pure nodejs OPCUA SDK - module client-proxy",
5
5
  "scripts": {
6
6
  "clean": "npx rimraf node_modules dist *.tsbuildinfo",
@@ -13,21 +13,21 @@
13
13
  "types": "./dist/index.d.ts",
14
14
  "dependencies": {
15
15
  "async": "^3.2.5",
16
- "node-opcua-assert": "2.105.0",
17
- "node-opcua-constants": "2.114.0",
18
- "node-opcua-data-model": "2.119.0",
19
- "node-opcua-data-value": "2.119.0",
20
- "node-opcua-debug": "2.118.0",
21
- "node-opcua-nodeid": "2.118.0",
22
- "node-opcua-pseudo-session": "2.119.0",
23
- "node-opcua-service-browse": "2.119.0",
24
- "node-opcua-service-call": "2.119.0",
25
- "node-opcua-service-read": "2.119.0",
26
- "node-opcua-service-subscription": "2.119.0",
27
- "node-opcua-service-write": "2.119.0",
28
- "node-opcua-status-code": "2.117.0",
29
- "node-opcua-utils": "2.117.0",
30
- "node-opcua-variant": "2.119.0",
16
+ "node-opcua-assert": "2.120.0",
17
+ "node-opcua-constants": "2.120.0",
18
+ "node-opcua-data-model": "2.120.0",
19
+ "node-opcua-data-value": "2.120.0",
20
+ "node-opcua-debug": "2.120.0",
21
+ "node-opcua-nodeid": "2.120.0",
22
+ "node-opcua-pseudo-session": "2.120.0",
23
+ "node-opcua-service-browse": "2.120.0",
24
+ "node-opcua-service-call": "2.120.0",
25
+ "node-opcua-service-read": "2.120.0",
26
+ "node-opcua-service-subscription": "2.120.0",
27
+ "node-opcua-service-write": "2.120.0",
28
+ "node-opcua-status-code": "2.120.0",
29
+ "node-opcua-utils": "2.120.0",
30
+ "node-opcua-variant": "2.120.0",
31
31
  "thenify": "^3.3.1"
32
32
  },
33
33
  "author": "Etienne Rossignon",
@@ -45,7 +45,7 @@
45
45
  "internet of things"
46
46
  ],
47
47
  "homepage": "http://node-opcua.github.io/",
48
- "gitHead": "f985d1ada89600c33696c541e6ba3c78a1a7f340",
48
+ "gitHead": "f4ae243bb61ba7af4c019a3cfe76dfc0f6427983",
49
49
  "files": [
50
50
  "dist",
51
51
  "source"