node-opcua-convert-nodeset-to-javascript 2.144.0 → 2.146.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-convert-nodeset-to-javascript",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.146.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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@types/wordwrap": "^1.0.3",
|
|
17
17
|
"case-anything": "1.1.5",
|
|
18
18
|
"chalk": "4.1.2",
|
|
19
|
-
"node-opcua-address-space": "2.
|
|
19
|
+
"node-opcua-address-space": "2.146.0",
|
|
20
20
|
"node-opcua-address-space-base": "2.143.0",
|
|
21
21
|
"node-opcua-assert": "2.139.0",
|
|
22
22
|
"node-opcua-constants": "2.139.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"internet of things"
|
|
53
53
|
],
|
|
54
54
|
"homepage": "http://node-opcua.github.io/",
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "a300e2278b431bef3ca23ed417be97f766bbd56c",
|
|
56
56
|
"files": [
|
|
57
57
|
"dist",
|
|
58
58
|
"source"
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
export declare const officialNamespaces: {
|
|
2
|
-
standard: {
|
|
3
|
-
location: string;
|
|
4
|
-
};
|
|
5
|
-
di: {
|
|
6
|
-
location: string;
|
|
7
|
-
};
|
|
8
|
-
adi: {
|
|
9
|
-
location: string;
|
|
10
|
-
};
|
|
11
|
-
autoId: {
|
|
12
|
-
location: string;
|
|
13
|
-
};
|
|
14
|
-
machineVision: {
|
|
15
|
-
location: string;
|
|
16
|
-
};
|
|
17
|
-
commercialKitchenEquipment: {
|
|
18
|
-
location: string;
|
|
19
|
-
};
|
|
20
|
-
gds: {
|
|
21
|
-
location: string;
|
|
22
|
-
};
|
|
23
|
-
robotics: {
|
|
24
|
-
location: string;
|
|
25
|
-
};
|
|
26
|
-
machinery: {
|
|
27
|
-
location: string;
|
|
28
|
-
};
|
|
29
|
-
ia: {
|
|
30
|
-
location: string;
|
|
31
|
-
};
|
|
32
|
-
machineTool: {
|
|
33
|
-
location: string;
|
|
34
|
-
};
|
|
35
|
-
cnc: {
|
|
36
|
-
location: string;
|
|
37
|
-
};
|
|
38
|
-
woodWorking: {
|
|
39
|
-
location: string;
|
|
40
|
-
};
|
|
41
|
-
glass: {
|
|
42
|
-
location: string;
|
|
43
|
-
};
|
|
44
|
-
tightening: {
|
|
45
|
-
location: string;
|
|
46
|
-
};
|
|
47
|
-
packML: {
|
|
48
|
-
location: string;
|
|
49
|
-
};
|
|
50
|
-
eumabois: {
|
|
51
|
-
location: string;
|
|
52
|
-
};
|
|
53
|
-
iolink: {
|
|
54
|
-
location: string;
|
|
55
|
-
};
|
|
56
|
-
iolinkIODD: {
|
|
57
|
-
location: string;
|
|
58
|
-
};
|
|
59
|
-
irdi: {
|
|
60
|
-
location: string;
|
|
61
|
-
};
|
|
62
|
-
padim: {
|
|
63
|
-
location: string;
|
|
64
|
-
};
|
|
65
|
-
machineryProcessValues: {
|
|
66
|
-
location: string;
|
|
67
|
-
};
|
|
68
|
-
machineryResult: {
|
|
69
|
-
location: string;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.officialNamespaces = void 0;
|
|
4
|
-
exports.officialNamespaces = {
|
|
5
|
-
"standard": {
|
|
6
|
-
location: "node-opcua-ua-types-ua"
|
|
7
|
-
},
|
|
8
|
-
"di": {
|
|
9
|
-
location: "node-opcua-nodeset-di"
|
|
10
|
-
},
|
|
11
|
-
"adi": {
|
|
12
|
-
location: "node-opcua-nodeset-adi"
|
|
13
|
-
},
|
|
14
|
-
"autoId": {
|
|
15
|
-
location: "node-opcua-nodeset-auto-id"
|
|
16
|
-
},
|
|
17
|
-
"machineVision": {
|
|
18
|
-
location: "node-opcua-nodeset-machine-vision"
|
|
19
|
-
},
|
|
20
|
-
"commercialKitchenEquipment": {
|
|
21
|
-
location: "node-opcua-nodeset-commercial-kitchen-equipment"
|
|
22
|
-
},
|
|
23
|
-
"gds": {
|
|
24
|
-
location: "node-opcua-types-gds"
|
|
25
|
-
},
|
|
26
|
-
"robotics": {
|
|
27
|
-
location: "node-opcua-robotics"
|
|
28
|
-
},
|
|
29
|
-
"machinery": {
|
|
30
|
-
location: "node-opcua-machinery"
|
|
31
|
-
},
|
|
32
|
-
"ia": {
|
|
33
|
-
location: "node-opcua-ia"
|
|
34
|
-
},
|
|
35
|
-
"machineTool": {
|
|
36
|
-
location: "node-opcua-machineTool"
|
|
37
|
-
},
|
|
38
|
-
"cnc": {
|
|
39
|
-
location: "node-opcua-cnc"
|
|
40
|
-
},
|
|
41
|
-
"woodWorking": {
|
|
42
|
-
location: "node-opcua-woodWorking"
|
|
43
|
-
},
|
|
44
|
-
"glass": {
|
|
45
|
-
location: "node-opcua-glass"
|
|
46
|
-
},
|
|
47
|
-
"tightening": {
|
|
48
|
-
location: "node-opcua-tightening"
|
|
49
|
-
},
|
|
50
|
-
"packML": {
|
|
51
|
-
location: "node-opcua-packML"
|
|
52
|
-
},
|
|
53
|
-
"eumabois": {
|
|
54
|
-
location: "node-opcua-eumabois"
|
|
55
|
-
},
|
|
56
|
-
"iolink": {
|
|
57
|
-
location: "node-opcua-iolink"
|
|
58
|
-
},
|
|
59
|
-
"iolinkIODD": {
|
|
60
|
-
location: "node-opcua-iolinkIODD"
|
|
61
|
-
},
|
|
62
|
-
"irdi": {
|
|
63
|
-
location: "node-opcua-irdi"
|
|
64
|
-
},
|
|
65
|
-
"padim": {
|
|
66
|
-
location: "node-opcua-padim"
|
|
67
|
-
},
|
|
68
|
-
"machineryProcessValues": {
|
|
69
|
-
location: "node-opcua-machineryProcessValues"
|
|
70
|
-
},
|
|
71
|
-
"machineryResult": {
|
|
72
|
-
location: "node-opcua-machineryResult"
|
|
73
|
-
}
|
|
74
|
-
};
|
|
75
|
-
/*
|
|
76
|
-
nodesets.standard,
|
|
77
|
-
nodesets.di,
|
|
78
|
-
nodesets.adi,
|
|
79
|
-
nodesets.autoId,
|
|
80
|
-
nodesets.machineVision,
|
|
81
|
-
nodesets.commercialKitchenEquipment,
|
|
82
|
-
nodesets.gds,
|
|
83
|
-
nodesets.robotics,
|
|
84
|
-
nodesets.machinery,
|
|
85
|
-
nodesets.ia,
|
|
86
|
-
nodesets.machineTool,
|
|
87
|
-
nodesets.cnc,
|
|
88
|
-
nodesets.woodWorking,
|
|
89
|
-
nodesets.glass,
|
|
90
|
-
nodesets.tightening,
|
|
91
|
-
nodesets.packML,
|
|
92
|
-
nodesets.eumabois,
|
|
93
|
-
nodesets.iolink,
|
|
94
|
-
nodesets.iolinkIODD,
|
|
95
|
-
nodesets.irdi,
|
|
96
|
-
nodesets.padim,
|
|
97
|
-
nodesets.machineryProcessValues,
|
|
98
|
-
nodesets.machineryResult,
|
|
99
|
-
*/
|
|
100
|
-
//# sourceMappingURL=official_namespaces.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"official_namespaces.js","sourceRoot":"","sources":["../source/official_namespaces.ts"],"names":[],"mappings":";;;AAEa,QAAA,kBAAkB,GAAG;IAC9B,UAAU,EAAE;QACR,QAAQ,EAAE,wBAAwB;KACrC;IACD,IAAI,EAAE;QACF,QAAQ,EAAE,uBAAuB;KACpC;IACD,KAAK,EAAE;QACH,QAAQ,EAAE,wBAAwB;KACrC;IACD,QAAQ,EAAE;QACN,QAAQ,EAAE,4BAA4B;KACzC;IACD,eAAe,EAAE;QACb,QAAQ,EAAE,mCAAmC;KAChD;IACD,4BAA4B,EAAE;QAC1B,QAAQ,EAAE,iDAAiD;KAC9D;IACD,KAAK,EAAE;QACH,QAAQ,EAAE,sBAAsB;KACnC;IACD,UAAU,EAAE;QACR,QAAQ,EAAE,qBAAqB;KAClC;IACD,WAAW,EAAE;QACT,QAAQ,EAAE,sBAAsB;KACnC;IACD,IAAI,EAAE;QACF,QAAQ,EAAE,eAAe;KAC5B;IACD,aAAa,EAAE;QACX,QAAQ,EAAE,wBAAwB;KACrC;IACD,KAAK,EAAE;QACH,QAAQ,EAAE,gBAAgB;KAC7B;IACD,aAAa,EAAE;QACX,QAAQ,EAAE,wBAAwB;KACrC;IACD,OAAO,EAAE;QACL,QAAQ,EAAE,kBAAkB;KAC/B;IACD,YAAY,EAAE;QACV,QAAQ,EAAE,uBAAuB;KACpC;IACD,QAAQ,EAAE;QACN,QAAQ,EAAE,mBAAmB;KAChC;IACD,UAAU,EAAE;QACR,QAAQ,EAAE,qBAAqB;KAClC;IACD,QAAQ,EAAE;QACN,QAAQ,EAAE,mBAAmB;KAChC;IACD,YAAY,EAAE;QACV,QAAQ,EAAE,uBAAuB;KACpC;IACD,MAAM,EAAE;QACJ,QAAQ,EAAE,iBAAiB;KAC9B;IACD,OAAO,EAAE;QACL,QAAQ,EAAE,kBAAkB;KAC/B;IACD,wBAAwB,EAAE;QACtB,QAAQ,EAAE,mCAAmC;KAChD;IACD,iBAAiB,EAAE;QACf,QAAQ,EAAE,4BAA4B;KACzC;CACJ,CAAC;AACF;;;;;;;;;;;;;;;;;;;;;;;;EAwBE"}
|