node-opcua-file-transfer 2.119.1 → 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.
- package/LICENSE +1 -1
- package/package.json +21 -21
- package/readme.md +1 -1
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2022-
|
|
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-file-transfer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.120.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module file-transfer",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -b",
|
|
@@ -15,28 +15,28 @@
|
|
|
15
15
|
"npm": ">=8.x"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"node-opcua-address-space": "2.
|
|
19
|
-
"node-opcua-address-space-base": "2.
|
|
20
|
-
"node-opcua-assert": "2.
|
|
21
|
-
"node-opcua-basic-types": "2.
|
|
22
|
-
"node-opcua-binary-stream": "2.
|
|
23
|
-
"node-opcua-constants": "2.
|
|
24
|
-
"node-opcua-data-model": "2.
|
|
25
|
-
"node-opcua-debug": "2.
|
|
26
|
-
"node-opcua-nodeid": "2.
|
|
27
|
-
"node-opcua-pseudo-session": "2.
|
|
28
|
-
"node-opcua-service-call": "2.
|
|
29
|
-
"node-opcua-service-read": "2.
|
|
30
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
31
|
-
"node-opcua-status-code": "2.
|
|
32
|
-
"node-opcua-variant": "2.
|
|
18
|
+
"node-opcua-address-space": "2.120.0",
|
|
19
|
+
"node-opcua-address-space-base": "2.120.0",
|
|
20
|
+
"node-opcua-assert": "2.120.0",
|
|
21
|
+
"node-opcua-basic-types": "2.120.0",
|
|
22
|
+
"node-opcua-binary-stream": "2.120.0",
|
|
23
|
+
"node-opcua-constants": "2.120.0",
|
|
24
|
+
"node-opcua-data-model": "2.120.0",
|
|
25
|
+
"node-opcua-debug": "2.120.0",
|
|
26
|
+
"node-opcua-nodeid": "2.120.0",
|
|
27
|
+
"node-opcua-pseudo-session": "2.120.0",
|
|
28
|
+
"node-opcua-service-call": "2.120.0",
|
|
29
|
+
"node-opcua-service-read": "2.120.0",
|
|
30
|
+
"node-opcua-service-translate-browse-path": "2.120.0",
|
|
31
|
+
"node-opcua-status-code": "2.120.0",
|
|
32
|
+
"node-opcua-variant": "2.120.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"memfs": "^4.6.0",
|
|
36
|
-
"node-opcua": "2.
|
|
37
|
-
"node-opcua-client": "2.
|
|
38
|
-
"node-opcua-leak-detector": "2.
|
|
39
|
-
"node-opcua-nodesets": "2.
|
|
36
|
+
"node-opcua": "2.120.0",
|
|
37
|
+
"node-opcua-client": "2.120.0",
|
|
38
|
+
"node-opcua-leak-detector": "2.120.0",
|
|
39
|
+
"node-opcua-nodesets": "2.120.0",
|
|
40
40
|
"should": "^13.2.3"
|
|
41
41
|
},
|
|
42
42
|
"author": "Etienne Rossignon",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"internet of things"
|
|
55
55
|
],
|
|
56
56
|
"homepage": "http://node-opcua.github.io/",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "f4ae243bb61ba7af4c019a3cfe76dfc0f6427983",
|
|
58
58
|
"files": [
|
|
59
59
|
"dist",
|
|
60
60
|
"source"
|
package/readme.md
CHANGED
|
@@ -253,7 +253,7 @@ Contact Sterfive SAS (mailto:contact@sterfive.com) for additional companion modu
|
|
|
253
253
|
|
|
254
254
|
# Copyright
|
|
255
255
|
|
|
256
|
-
Copyright (c) 2022-
|
|
256
|
+
Copyright (c) 2022-2024 Sterfive SAS - https://www.sterfive.com
|
|
257
257
|
|
|
258
258
|
Copyright (c) 2014-2022 Etienne Rossignon
|
|
259
259
|
|