node-opcua-convert-nodeset-to-javascript 2.65.1 → 2.66.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/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/private-stuff.js +5 -1
- package/dist/private-stuff.js.map +1 -1
- package/package.json +24 -24
package/dist/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,oEAAkD;AAClD,iDAA+B"}
|
package/dist/private-stuff.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"private-stuff.js","sourceRoot":"","sources":["../source/private-stuff.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"private-stuff.js","sourceRoot":"","sources":["../source/private-stuff.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC"}
|
package/package.json
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-convert-nodeset-to-javascript",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.66.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module -convert-nodeset-to-javascript",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": "dist/main.js",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "tsc -b",
|
|
10
|
-
"generate": "
|
|
11
|
-
"test": "mocha &&
|
|
10
|
+
"generate": "tsc -b && ts-node source/main.ts",
|
|
11
|
+
"test": "mocha && npm run test-generated",
|
|
12
12
|
"test-generated": "tsc --build tsconfig-generated.json"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@types/wordwrap": "^1.0.1",
|
|
16
16
|
"case-anything": "1.1.3",
|
|
17
|
-
"node-opcua-address-space": "2.
|
|
18
|
-
"node-opcua-address-space-base": "2.
|
|
19
|
-
"node-opcua-assert": "2.
|
|
20
|
-
"node-opcua-basic-types": "2.
|
|
21
|
-
"node-opcua-constants": "2.
|
|
22
|
-
"node-opcua-data-access": "2.
|
|
23
|
-
"node-opcua-data-model": "2.
|
|
24
|
-
"node-opcua-data-value": "2.
|
|
25
|
-
"node-opcua-debug": "2.
|
|
26
|
-
"node-opcua-factory": "2.
|
|
27
|
-
"node-opcua-nodeid": "2.
|
|
28
|
-
"node-opcua-pseudo-session": "2.
|
|
29
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
30
|
-
"node-opcua-status-code": "2.
|
|
31
|
-
"node-opcua-types": "2.
|
|
32
|
-
"node-opcua-utils": "2.
|
|
17
|
+
"node-opcua-address-space": "2.66.0",
|
|
18
|
+
"node-opcua-address-space-base": "2.66.0",
|
|
19
|
+
"node-opcua-assert": "2.66.0",
|
|
20
|
+
"node-opcua-basic-types": "2.66.0",
|
|
21
|
+
"node-opcua-constants": "2.66.0",
|
|
22
|
+
"node-opcua-data-access": "2.66.0",
|
|
23
|
+
"node-opcua-data-model": "2.66.0",
|
|
24
|
+
"node-opcua-data-value": "2.66.0",
|
|
25
|
+
"node-opcua-debug": "2.66.0",
|
|
26
|
+
"node-opcua-factory": "2.66.0",
|
|
27
|
+
"node-opcua-nodeid": "2.66.0",
|
|
28
|
+
"node-opcua-pseudo-session": "2.66.0",
|
|
29
|
+
"node-opcua-service-translate-browse-path": "2.66.0",
|
|
30
|
+
"node-opcua-status-code": "2.66.0",
|
|
31
|
+
"node-opcua-types": "2.66.0",
|
|
32
|
+
"node-opcua-utils": "2.66.0",
|
|
33
33
|
"wordwrap": "^1.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"node-opcua-leak-detector": "2.
|
|
37
|
-
"node-opcua-nodesets": "2.
|
|
38
|
-
"node-opcua-packet-analyzer": "2.
|
|
39
|
-
"node-opcua-variant": "2.
|
|
36
|
+
"node-opcua-leak-detector": "2.66.0",
|
|
37
|
+
"node-opcua-nodesets": "2.66.0",
|
|
38
|
+
"node-opcua-packet-analyzer": "2.66.0",
|
|
39
|
+
"node-opcua-variant": "2.66.0",
|
|
40
40
|
"should": "^13.2.3"
|
|
41
41
|
},
|
|
42
42
|
"author": "Etienne Rossignon",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"internet of things"
|
|
55
55
|
],
|
|
56
56
|
"homepage": "http://node-opcua.github.io/",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "97f47e2e242a1fd737495fd64cb65e8fb7a9964b"
|
|
58
58
|
}
|