node-opcua-service-subscription 2.134.0 → 2.139.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/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-service-subscription",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.139.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module service-subscription",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "tsc -b",
|
|
9
9
|
"test": "mocha",
|
|
10
|
-
"clean": "npx rimraf node_modules dist *.tsbuildinfo _generated_",
|
|
10
|
+
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo _generated_",
|
|
11
11
|
"deprected_generate": "node ./generate"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"node-opcua-assert": "2.
|
|
15
|
-
"node-opcua-types": "2.
|
|
16
|
-
"node-opcua-variant": "2.
|
|
14
|
+
"node-opcua-assert": "2.139.0",
|
|
15
|
+
"node-opcua-types": "2.139.0",
|
|
16
|
+
"node-opcua-variant": "2.139.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"node-opcua-buffer-utils": "2.
|
|
20
|
-
"node-opcua-debug": "2.
|
|
21
|
-
"node-opcua-nodeid": "2.
|
|
22
|
-
"node-opcua-packet-analyzer": "2.
|
|
23
|
-
"node-opcua-secure-channel": "2.
|
|
24
|
-
"node-opcua-service-read": "2.
|
|
25
|
-
"node-opcua-status-code": "2.
|
|
19
|
+
"node-opcua-buffer-utils": "2.139.0",
|
|
20
|
+
"node-opcua-debug": "2.139.0",
|
|
21
|
+
"node-opcua-nodeid": "2.139.0",
|
|
22
|
+
"node-opcua-packet-analyzer": "2.139.0",
|
|
23
|
+
"node-opcua-secure-channel": "2.139.0",
|
|
24
|
+
"node-opcua-service-read": "2.139.0",
|
|
25
|
+
"node-opcua-status-code": "2.139.0"
|
|
26
26
|
},
|
|
27
27
|
"author": "Etienne Rossignon",
|
|
28
28
|
"license": "MIT",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"internet of things"
|
|
40
40
|
],
|
|
41
41
|
"homepage": "http://node-opcua.github.io/",
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "b7a01d31c7602d323e60a5f4a54428199a266f29",
|
|
43
43
|
"files": [
|
|
44
44
|
"dist",
|
|
45
45
|
"source"
|