node-opcua-modeler 2.58.0 → 2.59.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/distNodeJS/index.d.ts
CHANGED
package/distNodeJS/index.js
CHANGED
|
@@ -14,7 +14,7 @@ exports.generateAddressSpace = void 0;
|
|
|
14
14
|
__exportStar(require("./symbol_cvs"), exports);
|
|
15
15
|
__exportStar(require("./build_model"), exports);
|
|
16
16
|
__exportStar(require("./build_documentation_to_file"), exports);
|
|
17
|
-
__exportStar(require("../source"), exports);
|
|
17
|
+
__exportStar(require("../source/index"), exports);
|
|
18
18
|
var nodeJS_1 = require("node-opcua-address-space/nodeJS");
|
|
19
19
|
Object.defineProperty(exports, "generateAddressSpace", { enumerable: true, get: function () { return nodeJS_1.generateAddressSpace; } });
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
package/distNodeJS/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source_nodejs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,gDAA8B;AAC9B,gEAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source_nodejs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,gDAA8B;AAC9B,gEAA8C;AAC9C,kDAAgC;AAChC,0DAAsE;AAA7D,8GAAA,oBAAoB,OAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-modeler",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.59.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module - model",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -15,21 +15,21 @@
|
|
|
15
15
|
"chalk": "4.1.2",
|
|
16
16
|
"cli-table3": "^0.6.0",
|
|
17
17
|
"csv-parse": "4.16.3",
|
|
18
|
-
"node-opcua-address-space": "2.
|
|
18
|
+
"node-opcua-address-space": "2.59.0",
|
|
19
19
|
"node-opcua-assert": "2.55.0",
|
|
20
20
|
"node-opcua-basic-types": "2.57.0",
|
|
21
|
-
"node-opcua-client-dynamic-extension-object": "2.
|
|
21
|
+
"node-opcua-client-dynamic-extension-object": "2.59.0",
|
|
22
22
|
"node-opcua-constants": "2.52.0",
|
|
23
23
|
"node-opcua-data-model": "2.57.0",
|
|
24
24
|
"node-opcua-factory": "2.57.0",
|
|
25
25
|
"node-opcua-nodeid": "2.55.0",
|
|
26
26
|
"node-opcua-nodesets": "2.57.0",
|
|
27
27
|
"node-opcua-numeric-range": "2.57.0",
|
|
28
|
-
"node-opcua-schemas": "2.
|
|
29
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
28
|
+
"node-opcua-schemas": "2.59.0",
|
|
29
|
+
"node-opcua-service-translate-browse-path": "2.59.0",
|
|
30
30
|
"node-opcua-status-code": "2.56.0",
|
|
31
|
-
"node-opcua-types": "2.
|
|
32
|
-
"node-opcua-variant": "2.
|
|
31
|
+
"node-opcua-types": "2.59.0",
|
|
32
|
+
"node-opcua-variant": "2.59.0",
|
|
33
33
|
"node-opcua-xml2json": "2.57.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"internet of things"
|
|
50
50
|
],
|
|
51
51
|
"homepage": "http://node-opcua.github.io/",
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "ea10265745d3d4b8af249a4e13288ad71232706f"
|
|
53
53
|
}
|
package/source_nodejs/index.ts
CHANGED