node-opcua-schemas
Advanced tools
Comparing version 2.126.0 to 2.128.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createDynamicObjectConstructor = exports.DynamicExtensionObject = exports.getOrCreateConstructor = void 0; | ||
exports.DynamicExtensionObject = void 0; | ||
exports.getOrCreateConstructor = getOrCreateConstructor; | ||
exports.createDynamicObjectConstructor = createDynamicObjectConstructor; | ||
/** | ||
@@ -51,3 +53,2 @@ * @module node-opcua-schemas | ||
} | ||
exports.getOrCreateConstructor = getOrCreateConstructor; | ||
function encodeElement(field, element, stream, encodeFunc) { | ||
@@ -716,3 +717,2 @@ if (encodeFunc) { | ||
} | ||
exports.createDynamicObjectConstructor = createDynamicObjectConstructor; | ||
function warningLog(arg0, message) { | ||
@@ -719,0 +719,0 @@ throw new Error("Function not implemented."); |
@@ -11,3 +11,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parseBinaryXSDAsync = exports.parseBinaryXSD = exports.InternalTypeDictionary = void 0; | ||
exports.InternalTypeDictionary = void 0; | ||
exports.parseBinaryXSD = parseBinaryXSD; | ||
exports.parseBinaryXSDAsync = parseBinaryXSDAsync; | ||
const chalk_1 = __importDefault(require("chalk")); | ||
@@ -333,3 +335,2 @@ const node_opcua_assert_1 = __importDefault(require("node-opcua-assert")); | ||
} | ||
exports.parseBinaryXSD = parseBinaryXSD; | ||
async function parseBinaryXSDAsync(xmlString, idProvider, dataTypeFactory) { | ||
@@ -348,3 +349,2 @@ debugLog("parseBinaryXSDAsync"); | ||
} | ||
exports.parseBinaryXSDAsync = parseBinaryXSDAsync; | ||
//# sourceMappingURL=parse_binary_xsd.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getOrCreateStructuredTypeSchema = void 0; | ||
exports.getOrCreateStructuredTypeSchema = getOrCreateStructuredTypeSchema; | ||
/* eslint-disable max-depth */ | ||
@@ -157,3 +157,2 @@ /* eslint-disable max-statements */ | ||
} | ||
exports.getOrCreateStructuredTypeSchema = getOrCreateStructuredTypeSchema; | ||
//# sourceMappingURL=tools.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.toTypeScript = void 0; | ||
exports.toTypeScript = toTypeScript; | ||
function toTypeScript(dataTypeFactory) { | ||
@@ -108,3 +108,2 @@ const enumeratedTypes = new Map(); | ||
} | ||
exports.toTypeScript = toTypeScript; | ||
//# sourceMappingURL=toTypeScript.js.map |
{ | ||
"name": "node-opcua-schemas", | ||
"version": "2.126.0", | ||
"version": "2.128.0", | ||
"description": "pure nodejs OPCUA SDK - module schemas", | ||
@@ -17,16 +17,14 @@ "main": "dist/source/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-binary-stream": "2.125.0", | ||
"node-opcua-debug": "2.125.0", | ||
"node-opcua-extension-object": "2.126.0", | ||
"node-opcua-factory": "2.126.0", | ||
"node-opcua-nodeid": "2.125.0", | ||
"node-opcua-variant": "2.126.0", | ||
"node-opcua-xml2json": "2.125.0" | ||
"node-opcua-binary-stream": "2.128.0", | ||
"node-opcua-debug": "2.128.0", | ||
"node-opcua-extension-object": "2.128.0", | ||
"node-opcua-factory": "2.128.0", | ||
"node-opcua-nodeid": "2.128.0", | ||
"node-opcua-variant": "2.128.0", | ||
"node-opcua-xml2json": "2.128.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^10.4.0", | ||
"node-opcua-data-model": "2.126.0", | ||
"node-opcua-packet-analyzer": "2.126.0", | ||
"node-opcua-utils": "2.125.0", | ||
"should": "^13.2.3" | ||
"node-opcua-data-model": "2.128.0", | ||
"node-opcua-packet-analyzer": "2.128.0", | ||
"node-opcua-utils": "2.128.0" | ||
}, | ||
@@ -48,3 +46,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "81b467f284c41813ab8caf17f6d20322d4734fdc", | ||
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b", | ||
"files": [ | ||
@@ -51,0 +49,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3
219087
2930
+ Addednode-opcua-basic-types@2.128.0(transitive)
+ Addednode-opcua-binary-stream@2.128.0(transitive)
+ Addednode-opcua-buffer-utils@2.128.0(transitive)
+ Addednode-opcua-data-model@2.128.0(transitive)
+ Addednode-opcua-date-time@2.128.0(transitive)
+ Addednode-opcua-debug@2.128.0(transitive)
+ Addednode-opcua-enum@2.128.0(transitive)
+ Addednode-opcua-extension-object@2.128.0(transitive)
+ Addednode-opcua-factory@2.128.0(transitive)
+ Addednode-opcua-guid@2.128.0(transitive)
+ Addednode-opcua-nodeid@2.128.0(transitive)
+ Addednode-opcua-status-code@2.128.0(transitive)
+ Addednode-opcua-utils@2.128.0(transitive)
+ Addednode-opcua-variant@2.128.0(transitive)
+ Addednode-opcua-xml2json@2.128.0(transitive)
- Removednode-opcua-basic-types@2.126.0(transitive)
- Removednode-opcua-binary-stream@2.125.0(transitive)
- Removednode-opcua-buffer-utils@2.125.0(transitive)
- Removednode-opcua-data-model@2.126.0(transitive)
- Removednode-opcua-date-time@2.125.0(transitive)
- Removednode-opcua-debug@2.125.0(transitive)
- Removednode-opcua-enum@2.125.0(transitive)
- Removednode-opcua-extension-object@2.126.0(transitive)
- Removednode-opcua-factory@2.126.0(transitive)
- Removednode-opcua-guid@2.120.0(transitive)
- Removednode-opcua-nodeid@2.125.0(transitive)
- Removednode-opcua-status-code@2.125.0(transitive)
- Removednode-opcua-utils@2.125.0(transitive)
- Removednode-opcua-variant@2.126.0(transitive)
- Removednode-opcua-xml2json@2.125.0(transitive)
Updatednode-opcua-debug@2.128.0
Updatednode-opcua-factory@2.128.0
Updatednode-opcua-nodeid@2.128.0
Updatednode-opcua-variant@2.128.0
Updatednode-opcua-xml2json@2.128.0