node-opcua-service-node-management 2.73.1 → 2.76.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/LICENSE +3 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +15 -15
- package/package.json +3 -11
package/LICENSE
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2022 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
|
|
4
|
+
|
|
5
|
+
Copyright (c) 2014-2022 Etienne Rossignon
|
|
4
6
|
|
|
5
7
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
8
|
this software and associated documentation files (the "Software"), to deal in
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module node-opcua-service-node-management
|
|
3
|
-
*/
|
|
4
|
-
export { AddNodesRequest, AddNodesResponse, AddReferencesRequest, AddReferencesResponse, DeleteNodesRequest, DeleteNodesResponse, DeleteReferencesRequest, DeleteReferencesResponse } from "node-opcua-types";
|
|
1
|
+
/**
|
|
2
|
+
* @module node-opcua-service-node-management
|
|
3
|
+
*/
|
|
4
|
+
export { AddNodesRequest, AddNodesResponse, AddReferencesRequest, AddReferencesResponse, DeleteNodesRequest, DeleteNodesResponse, DeleteReferencesRequest, DeleteReferencesResponse } from "node-opcua-types";
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteReferencesResponse = exports.DeleteReferencesRequest = exports.DeleteNodesResponse = exports.DeleteNodesRequest = exports.AddReferencesResponse = exports.AddReferencesRequest = exports.AddNodesResponse = exports.AddNodesRequest = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* @module node-opcua-service-node-management
|
|
6
|
-
*/
|
|
7
|
-
var node_opcua_types_1 = require("node-opcua-types");
|
|
8
|
-
Object.defineProperty(exports, "AddNodesRequest", { enumerable: true, get: function () { return node_opcua_types_1.AddNodesRequest; } });
|
|
9
|
-
Object.defineProperty(exports, "AddNodesResponse", { enumerable: true, get: function () { return node_opcua_types_1.AddNodesResponse; } });
|
|
10
|
-
Object.defineProperty(exports, "AddReferencesRequest", { enumerable: true, get: function () { return node_opcua_types_1.AddReferencesRequest; } });
|
|
11
|
-
Object.defineProperty(exports, "AddReferencesResponse", { enumerable: true, get: function () { return node_opcua_types_1.AddReferencesResponse; } });
|
|
12
|
-
Object.defineProperty(exports, "DeleteNodesRequest", { enumerable: true, get: function () { return node_opcua_types_1.DeleteNodesRequest; } });
|
|
13
|
-
Object.defineProperty(exports, "DeleteNodesResponse", { enumerable: true, get: function () { return node_opcua_types_1.DeleteNodesResponse; } });
|
|
14
|
-
Object.defineProperty(exports, "DeleteReferencesRequest", { enumerable: true, get: function () { return node_opcua_types_1.DeleteReferencesRequest; } });
|
|
15
|
-
Object.defineProperty(exports, "DeleteReferencesResponse", { enumerable: true, get: function () { return node_opcua_types_1.DeleteReferencesResponse; } });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteReferencesResponse = exports.DeleteReferencesRequest = exports.DeleteNodesResponse = exports.DeleteNodesRequest = exports.AddReferencesResponse = exports.AddReferencesRequest = exports.AddNodesResponse = exports.AddNodesRequest = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* @module node-opcua-service-node-management
|
|
6
|
+
*/
|
|
7
|
+
var node_opcua_types_1 = require("node-opcua-types");
|
|
8
|
+
Object.defineProperty(exports, "AddNodesRequest", { enumerable: true, get: function () { return node_opcua_types_1.AddNodesRequest; } });
|
|
9
|
+
Object.defineProperty(exports, "AddNodesResponse", { enumerable: true, get: function () { return node_opcua_types_1.AddNodesResponse; } });
|
|
10
|
+
Object.defineProperty(exports, "AddReferencesRequest", { enumerable: true, get: function () { return node_opcua_types_1.AddReferencesRequest; } });
|
|
11
|
+
Object.defineProperty(exports, "AddReferencesResponse", { enumerable: true, get: function () { return node_opcua_types_1.AddReferencesResponse; } });
|
|
12
|
+
Object.defineProperty(exports, "DeleteNodesRequest", { enumerable: true, get: function () { return node_opcua_types_1.DeleteNodesRequest; } });
|
|
13
|
+
Object.defineProperty(exports, "DeleteNodesResponse", { enumerable: true, get: function () { return node_opcua_types_1.DeleteNodesResponse; } });
|
|
14
|
+
Object.defineProperty(exports, "DeleteReferencesRequest", { enumerable: true, get: function () { return node_opcua_types_1.DeleteReferencesRequest; } });
|
|
15
|
+
Object.defineProperty(exports, "DeleteReferencesResponse", { enumerable: true, get: function () { return node_opcua_types_1.DeleteReferencesResponse; } });
|
|
16
16
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-service-node-management",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.76.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module -service-node-management",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -b",
|
|
@@ -11,15 +11,7 @@
|
|
|
11
11
|
"main": "./dist/index.js",
|
|
12
12
|
"types": "./dist/index.d.ts",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"node-opcua-
|
|
15
|
-
"node-opcua-basic-types": "2.73.0",
|
|
16
|
-
"node-opcua-binary-stream": "2.73.0",
|
|
17
|
-
"node-opcua-data-model": "2.73.1",
|
|
18
|
-
"node-opcua-extension-object": "2.73.1",
|
|
19
|
-
"node-opcua-factory": "2.73.1",
|
|
20
|
-
"node-opcua-nodeid": "2.71.0",
|
|
21
|
-
"node-opcua-service-secure-channel": "2.73.1",
|
|
22
|
-
"node-opcua-types": "2.73.1"
|
|
14
|
+
"node-opcua-types": "2.76.0"
|
|
23
15
|
},
|
|
24
16
|
"author": "Etienne Rossignon",
|
|
25
17
|
"license": "MIT",
|
|
@@ -36,5 +28,5 @@
|
|
|
36
28
|
"internet of things"
|
|
37
29
|
],
|
|
38
30
|
"homepage": "http://node-opcua.github.io/",
|
|
39
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "75d9b8cf894c8fbadf77d2c4a48a730d055465e7"
|
|
40
32
|
}
|