node-opcua-file-transfer 2.69.1 → 2.70.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 +57 -57
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
- "name": "node-opcua-file-transfer",
3
- "version": "2.69.1",
4
- "description": "pure nodejs OPCUA SDK - module -server",
5
- "scripts": {
6
- "build": "tsc -b",
7
- "lint": "eslint source/**/*.ts",
8
- "clean": "npx rimraf dist *.tsbuildinfo",
9
- "test": "mocha"
10
- },
11
- "main": "./dist/index.js",
12
- "types": "./dist/index.d.ts",
13
- "dependencies": {
14
- "node-opcua-address-space": "2.69.1",
15
- "node-opcua-assert": "2.66.0",
16
- "node-opcua-basic-types": "2.69.0",
17
- "node-opcua-client": "2.69.1",
18
- "node-opcua-constants": "2.67.0",
19
- "node-opcua-data-model": "2.69.0",
20
- "node-opcua-debug": "2.69.0",
21
- "node-opcua-nodeid": "2.69.0",
22
- "node-opcua-nodesets": "2.66.0",
23
- "node-opcua-pki": "^2.15.4",
24
- "node-opcua-pseudo-session": "2.69.1",
25
- "node-opcua-secure-channel": "2.69.0",
26
- "node-opcua-server": "2.69.1",
27
- "node-opcua-service-call": "2.69.0",
28
- "node-opcua-service-read": "2.69.0",
29
- "node-opcua-service-translate-browse-path": "2.69.0",
30
- "node-opcua-status-code": "2.69.0",
31
- "node-opcua-types": "2.69.0",
32
- "node-opcua-variant": "2.69.0"
33
- },
34
- "devDependencies": {
35
- "memfs": "^3.4.4",
36
- "node-opcua-binary-stream": "2.69.0",
37
- "node-opcua-data-value": "2.69.0",
38
- "node-opcua-leak-detector": "2.69.0",
39
- "should": "^13.2.3",
40
- "sinon": "^14.0.0"
41
- },
42
- "author": "Etienne Rossignon",
43
- "license": "MIT",
44
- "repository": {
45
- "type": "git",
46
- "url": "git://github.com/node-opcua/node-opcua.git"
47
- },
48
- "keywords": [
49
- "OPCUA",
50
- "opcua",
51
- "m2m",
52
- "iot",
53
- "opc ua",
54
- "internet of things"
55
- ],
56
- "homepage": "http://node-opcua.github.io/",
57
- "gitHead": "761e2af2abcbca10d1ec66fdf08a9bed43427fca"
58
- }
2
+ "name": "node-opcua-file-transfer",
3
+ "version": "2.70.0",
4
+ "description": "pure nodejs OPCUA SDK - module -server",
5
+ "main": "./dist/index.js",
6
+ "types": "./dist/index.d.ts",
7
+ "dependencies": {
8
+ "node-opcua-address-space": "2.70.0",
9
+ "node-opcua-assert": "2.66.0",
10
+ "node-opcua-basic-types": "2.70.0",
11
+ "node-opcua-client": "2.70.0",
12
+ "node-opcua-constants": "2.70.0",
13
+ "node-opcua-data-model": "2.70.0",
14
+ "node-opcua-debug": "2.69.0",
15
+ "node-opcua-nodeid": "2.70.0",
16
+ "node-opcua-nodesets": "2.70.0",
17
+ "node-opcua-pki": "^2.15.4",
18
+ "node-opcua-pseudo-session": "2.70.0",
19
+ "node-opcua-secure-channel": "2.70.0",
20
+ "node-opcua-server": "2.70.0",
21
+ "node-opcua-service-call": "2.70.0",
22
+ "node-opcua-service-read": "2.70.0",
23
+ "node-opcua-service-translate-browse-path": "2.70.0",
24
+ "node-opcua-status-code": "2.70.0",
25
+ "node-opcua-types": "2.70.0",
26
+ "node-opcua-variant": "2.70.0"
27
+ },
28
+ "devDependencies": {
29
+ "memfs": "^3.4.4",
30
+ "node-opcua-binary-stream": "2.69.0",
31
+ "node-opcua-data-value": "2.70.0",
32
+ "node-opcua-leak-detector": "2.69.0",
33
+ "should": "^13.2.3",
34
+ "sinon": "^14.0.0"
35
+ },
36
+ "author": "Etienne Rossignon",
37
+ "license": "MIT",
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "git://github.com/node-opcua/node-opcua.git"
41
+ },
42
+ "keywords": [
43
+ "OPCUA",
44
+ "opcua",
45
+ "m2m",
46
+ "iot",
47
+ "opc ua",
48
+ "internet of things"
49
+ ],
50
+ "homepage": "http://node-opcua.github.io/",
51
+ "gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
52
+ "scripts": {
53
+ "build": "tsc -b",
54
+ "lint": "eslint source/**/*.ts",
55
+ "clean": "npx rimraf dist *.tsbuildinfo",
56
+ "test": "mocha"
57
+ }
58
+ }