node-opcua-types 2.137.0 → 2.141.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/dist/_generated_opcua_types.js +1 -1
- package/package.json +16 -16
- package/source/_generated_opcua_types.ts +874 -874
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.141.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module types",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
"build": "pnpm run generate",
|
|
10
10
|
"test": "mocha",
|
|
11
11
|
"format": "prettier --write source test",
|
|
12
|
-
"clean": "npx rimraf node_modules dist *.tsbuildinfo"
|
|
12
|
+
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo source/_generated_*"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"node-opcua-assert": "2.
|
|
16
|
-
"node-opcua-basic-types": "2.
|
|
17
|
-
"node-opcua-binary-stream": "2.
|
|
18
|
-
"node-opcua-data-model": "2.
|
|
19
|
-
"node-opcua-data-value": "2.
|
|
20
|
-
"node-opcua-enum": "2.
|
|
21
|
-
"node-opcua-extension-object": "2.
|
|
22
|
-
"node-opcua-factory": "2.
|
|
23
|
-
"node-opcua-generator": "2.
|
|
24
|
-
"node-opcua-nodeid": "2.
|
|
25
|
-
"node-opcua-numeric-range": "2.
|
|
26
|
-
"node-opcua-status-code": "2.
|
|
27
|
-
"node-opcua-variant": "2.
|
|
15
|
+
"node-opcua-assert": "2.139.0",
|
|
16
|
+
"node-opcua-basic-types": "2.139.0",
|
|
17
|
+
"node-opcua-binary-stream": "2.139.0",
|
|
18
|
+
"node-opcua-data-model": "2.139.0",
|
|
19
|
+
"node-opcua-data-value": "2.139.0",
|
|
20
|
+
"node-opcua-enum": "2.139.0",
|
|
21
|
+
"node-opcua-extension-object": "2.139.0",
|
|
22
|
+
"node-opcua-factory": "2.139.0",
|
|
23
|
+
"node-opcua-generator": "2.141.0",
|
|
24
|
+
"node-opcua-nodeid": "2.139.0",
|
|
25
|
+
"node-opcua-numeric-range": "2.139.0",
|
|
26
|
+
"node-opcua-status-code": "2.139.0",
|
|
27
|
+
"node-opcua-variant": "2.139.0"
|
|
28
28
|
},
|
|
29
29
|
"author": "Etienne Rossignon",
|
|
30
30
|
"license": "MIT",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"internet of things"
|
|
42
42
|
],
|
|
43
43
|
"homepage": "http://node-opcua.github.io/",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "7467e145ce9ebad2c80cabb096189bda7714083d",
|
|
45
45
|
"files": [
|
|
46
46
|
"dist",
|
|
47
47
|
"source"
|