node-opcua-types 2.102.0 → 2.104.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 +345 -345
- package/dist/_generated_opcua_types.js.map +1 -1
- package/dist/generate.js +26 -3
- package/dist/generate.js.map +1 -1
- package/package.json +15 -15
- package/source/_generated_opcua_types.ts +1 -1
package/dist/generate.js
CHANGED
|
@@ -1,4 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
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);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
2
25
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
26
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
27
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -13,11 +36,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
13
36
|
* @module node-opcua-types
|
|
14
37
|
*/
|
|
15
38
|
// tslint:disable:no-console
|
|
16
|
-
const path = require("path");
|
|
17
|
-
const d = require("node-opcua-data-model");
|
|
39
|
+
const path = __importStar(require("path"));
|
|
40
|
+
const d = __importStar(require("node-opcua-data-model"));
|
|
18
41
|
const node_opcua_data_value_1 = require("node-opcua-data-value");
|
|
19
42
|
const node_opcua_generator_1 = require("node-opcua-generator");
|
|
20
|
-
const n = require("node-opcua-numeric-range");
|
|
43
|
+
const n = __importStar(require("node-opcua-numeric-range"));
|
|
21
44
|
const node_opcua_variant_1 = require("node-opcua-variant");
|
|
22
45
|
const force_inclusion = n.NumericRange;
|
|
23
46
|
const force_inclusion_QualifiedName = d.QualifiedName;
|
package/dist/generate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate.js","sourceRoot":"","sources":["../source/generate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"generate.js","sourceRoot":"","sources":["../source/generate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,4BAA4B;AAC5B,2CAA6B;AAC7B,yDAA2C;AAC3C,iEAAkD;AAClD,+DAAgD;AAChD,4DAA8C;AAC9C,2DAA6C;AAE7C,MAAM,eAAe,GAAG,CAAC,CAAC,YAAY,CAAC;AACvC,MAAM,6BAA6B,GAAG,CAAC,CAAC,aAAa,CAAC;AACtD,MAAM,6BAA6B,GAAG,CAAC,CAAC,aAAa,CAAC;AACtD,MAAM,uBAAuB,GAAG,4BAAO,CAAC;AACxC,MAAM,yBAAyB,GAAG,iCAAS,CAAC;AAE5C,SAAe,IAAI;;QACf,IAAI;YACA,kCAAkC;YAClC,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,gCAAgC,CAAC,CAAC;YACxE,MAAM,2BAA2B,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,2BAA2B,CAAC,CAAC;YACtF,MAAM,IAAA,+BAAQ,EAAC,QAAQ,EAAE,2BAA2B,CAAC,CAAC;SACzD;QAAC,OAAO,GAAG,EAAE;YACV,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;SACpB;IACL,CAAC;CAAA;AACD,IAAI,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module types",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
"clean": "npx rimraf node_modules dist *.tsbuildinfo"
|
|
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.104.0",
|
|
16
|
+
"node-opcua-basic-types": "2.104.0",
|
|
17
|
+
"node-opcua-binary-stream": "2.104.0",
|
|
18
|
+
"node-opcua-data-model": "2.104.0",
|
|
19
|
+
"node-opcua-data-value": "2.104.0",
|
|
20
|
+
"node-opcua-enum": "2.104.0",
|
|
21
|
+
"node-opcua-extension-object": "2.104.0",
|
|
22
|
+
"node-opcua-factory": "2.104.0",
|
|
23
|
+
"node-opcua-generator": "2.104.0",
|
|
24
|
+
"node-opcua-nodeid": "2.104.0",
|
|
25
|
+
"node-opcua-numeric-range": "2.104.0",
|
|
26
|
+
"node-opcua-status-code": "2.104.0",
|
|
27
|
+
"node-opcua-variant": "2.104.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"should": "^13.2.3"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"internet of things"
|
|
45
45
|
],
|
|
46
46
|
"homepage": "http://node-opcua.github.io/",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d",
|
|
48
48
|
"files": [
|
|
49
49
|
"dist",
|
|
50
50
|
"source"
|