node-opcua 2.64.0 → 2.65.1

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 +87 -88
package/package.json CHANGED
@@ -1,89 +1,88 @@
1
1
  {
2
- "name": "node-opcua",
3
- "version": "2.64.0",
4
- "description": "pure nodejs OPCUA SDK - module ",
5
- "main": "./dist/index.js",
6
- "types": "./dist/index.d.ts",
7
- "engines": {
8
- "node": ">=8.10"
9
- },
10
- "dependencies": {
11
- "chalk": "4.1.2",
12
- "node-opcua-address-space": "2.64.0",
13
- "node-opcua-address-space-for-conformance-testing": "2.64.0",
14
- "node-opcua-aggregates": "2.64.0",
15
- "node-opcua-assert": "2.64.0",
16
- "node-opcua-basic-types": "2.64.0",
17
- "node-opcua-binary-stream": "2.64.0",
18
- "node-opcua-certificate-manager": "2.64.0",
19
- "node-opcua-client": "2.64.0",
20
- "node-opcua-client-crawler": "2.64.0",
21
- "node-opcua-client-proxy": "2.64.0",
22
- "node-opcua-common": "2.64.0",
23
- "node-opcua-constants": "2.64.0",
24
- "node-opcua-crypto": "^1.7.5",
25
- "node-opcua-data-access": "2.64.0",
26
- "node-opcua-data-model": "2.64.0",
27
- "node-opcua-data-value": "2.64.0",
28
- "node-opcua-debug": "2.64.0",
29
- "node-opcua-enum": "2.64.0",
30
- "node-opcua-factory": "2.64.0",
31
- "node-opcua-hostname": "2.64.0",
32
- "node-opcua-nodeid": "2.64.0",
33
- "node-opcua-nodesets": "2.64.0",
34
- "node-opcua-numeric-range": "2.64.0",
35
- "node-opcua-packet-analyzer": "2.64.0",
36
- "node-opcua-secure-channel": "2.64.0",
37
- "node-opcua-server": "2.64.0",
38
- "node-opcua-server-discovery": "2.64.0",
39
- "node-opcua-service-browse": "2.64.0",
40
- "node-opcua-service-call": "2.64.0",
41
- "node-opcua-service-discovery": "2.64.0",
42
- "node-opcua-service-endpoints": "2.64.0",
43
- "node-opcua-service-filter": "2.64.0",
44
- "node-opcua-service-history": "2.64.0",
45
- "node-opcua-service-node-management": "2.64.0",
46
- "node-opcua-service-query": "2.64.0",
47
- "node-opcua-service-read": "2.64.0",
48
- "node-opcua-service-register-node": "2.64.0",
49
- "node-opcua-service-secure-channel": "2.64.0",
50
- "node-opcua-service-session": "2.64.0",
51
- "node-opcua-service-subscription": "2.64.0",
52
- "node-opcua-service-translate-browse-path": "2.64.0",
53
- "node-opcua-service-write": "2.64.0",
54
- "node-opcua-status-code": "2.64.0",
55
- "node-opcua-transport": "2.64.0",
56
- "node-opcua-types": "2.64.0",
57
- "node-opcua-utils": "2.64.0",
58
- "node-opcua-variant": "2.64.0",
59
- "node-opcua-vendor-diagnostic": "2.64.0",
60
- "semver": "^7.3.5"
61
- },
62
- "devDependencies": {
63
- "should": "^13.2.3"
64
- },
65
- "author": "Etienne Rossignon",
66
- "license": "MIT",
67
- "repository": {
68
- "type": "git",
69
- "url": "git://github.com/node-opcua/node-opcua.git"
70
- },
71
- "keywords": [
72
- "OPCUA",
73
- "opcua",
74
- "m2m",
75
- "iot",
76
- "opc ua",
77
- "internet of things"
78
- ],
79
- "funding": {
80
- "url": "https://github.com/sponsors/erossignon"
81
- },
82
- "homepage": "http://node-opcua.github.io/",
83
- "gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
84
- "scripts": {
85
- "clean": "node -e \"require('rimraf').sync('dist');\"",
86
- "build": "tsc -b"
87
- },
88
- "readme": "node-opcua\n==========\n\nan implementation of a OPC UA stack fully written in javascript and nodejs\n\n\nsee http://node-opcua.github.io/\n\n"
89
- }
2
+ "name": "node-opcua",
3
+ "version": "2.65.1",
4
+ "description": "pure nodejs OPCUA SDK - module ",
5
+ "main": "./dist/index.js",
6
+ "types": "./dist/index.d.ts",
7
+ "scripts": {
8
+ "clean": "node -e \"require('rimraf').sync('dist');\"",
9
+ "build": "tsc -b"
10
+ },
11
+ "engines": {
12
+ "node": ">=8.10"
13
+ },
14
+ "dependencies": {
15
+ "chalk": "4.1.2",
16
+ "node-opcua-address-space": "2.65.1",
17
+ "node-opcua-address-space-for-conformance-testing": "2.65.1",
18
+ "node-opcua-aggregates": "2.65.1",
19
+ "node-opcua-assert": "2.64.1",
20
+ "node-opcua-basic-types": "2.64.1",
21
+ "node-opcua-binary-stream": "2.64.1",
22
+ "node-opcua-certificate-manager": "2.65.0",
23
+ "node-opcua-client": "2.65.1",
24
+ "node-opcua-client-crawler": "2.65.1",
25
+ "node-opcua-client-proxy": "2.65.1",
26
+ "node-opcua-common": "2.65.1",
27
+ "node-opcua-constants": "2.64.1",
28
+ "node-opcua-crypto": "^1.9.0",
29
+ "node-opcua-data-access": "2.65.1",
30
+ "node-opcua-data-model": "2.64.1",
31
+ "node-opcua-data-value": "2.64.1",
32
+ "node-opcua-debug": "2.64.1",
33
+ "node-opcua-enum": "2.64.1",
34
+ "node-opcua-factory": "2.64.1",
35
+ "node-opcua-hostname": "2.64.1",
36
+ "node-opcua-nodeid": "2.64.1",
37
+ "node-opcua-nodesets": "2.64.1",
38
+ "node-opcua-numeric-range": "2.64.1",
39
+ "node-opcua-packet-analyzer": "2.64.1",
40
+ "node-opcua-secure-channel": "2.65.1",
41
+ "node-opcua-server": "2.65.1",
42
+ "node-opcua-server-discovery": "2.65.1",
43
+ "node-opcua-service-browse": "2.65.1",
44
+ "node-opcua-service-call": "2.65.1",
45
+ "node-opcua-service-discovery": "2.65.1",
46
+ "node-opcua-service-endpoints": "2.65.1",
47
+ "node-opcua-service-filter": "2.65.1",
48
+ "node-opcua-service-history": "2.65.1",
49
+ "node-opcua-service-node-management": "2.65.1",
50
+ "node-opcua-service-query": "2.65.1",
51
+ "node-opcua-service-read": "2.65.1",
52
+ "node-opcua-service-register-node": "2.65.1",
53
+ "node-opcua-service-secure-channel": "2.65.1",
54
+ "node-opcua-service-session": "2.65.1",
55
+ "node-opcua-service-subscription": "2.65.1",
56
+ "node-opcua-service-translate-browse-path": "2.65.1",
57
+ "node-opcua-service-write": "2.65.1",
58
+ "node-opcua-status-code": "2.64.1",
59
+ "node-opcua-transport": "2.65.1",
60
+ "node-opcua-types": "2.65.1",
61
+ "node-opcua-utils": "2.64.1",
62
+ "node-opcua-variant": "2.64.1",
63
+ "node-opcua-vendor-diagnostic": "2.65.1",
64
+ "semver": "^7.3.5"
65
+ },
66
+ "devDependencies": {
67
+ "should": "^13.2.3"
68
+ },
69
+ "author": "Etienne Rossignon",
70
+ "license": "MIT",
71
+ "repository": {
72
+ "type": "git",
73
+ "url": "git://github.com/node-opcua/node-opcua.git"
74
+ },
75
+ "keywords": [
76
+ "OPCUA",
77
+ "opcua",
78
+ "m2m",
79
+ "iot",
80
+ "opc ua",
81
+ "internet of things"
82
+ ],
83
+ "funding": {
84
+ "url": "https://github.com/sponsors/erossignon"
85
+ },
86
+ "homepage": "http://node-opcua.github.io/",
87
+ "gitHead": "494c1a72df17756dafa8661648d7ae4d89be89ea"
88
+ }