node-opcua-schemas
Advanced tools
Comparing version 2.129.0 to 2.131.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.129.0", | ||
"version": "2.131.0", | ||
"description": "pure nodejs OPCUA SDK - module schemas", | ||
@@ -19,11 +19,11 @@ "main": "dist/source/index.js", | ||
"node-opcua-debug": "2.128.0", | ||
"node-opcua-extension-object": "2.128.0", | ||
"node-opcua-factory": "2.128.0", | ||
"node-opcua-extension-object": "2.131.0", | ||
"node-opcua-factory": "2.131.0", | ||
"node-opcua-nodeid": "2.128.0", | ||
"node-opcua-variant": "2.129.0", | ||
"node-opcua-variant": "2.131.0", | ||
"node-opcua-xml2json": "2.128.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-data-model": "2.128.0", | ||
"node-opcua-packet-analyzer": "2.128.0", | ||
"node-opcua-data-model": "2.131.0", | ||
"node-opcua-packet-analyzer": "2.131.0", | ||
"node-opcua-utils": "2.128.0" | ||
@@ -46,3 +46,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "8a1754350fb95a764e278d37a289f0c48ccb8c9d", | ||
"gitHead": "80f430dd3044826c904f803af40297839dd809be", | ||
"files": [ | ||
@@ -49,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220304
2930
+ Addednode-opcua-basic-types@2.131.0(transitive)
+ Addednode-opcua-data-model@2.131.0(transitive)
+ Addednode-opcua-extension-object@2.131.0(transitive)
+ Addednode-opcua-factory@2.131.0(transitive)
+ Addednode-opcua-variant@2.131.0(transitive)
- Removednode-opcua-basic-types@2.128.0(transitive)
- Removednode-opcua-data-model@2.128.0(transitive)
- Removednode-opcua-extension-object@2.128.0(transitive)
- Removednode-opcua-factory@2.128.0(transitive)
- Removednode-opcua-variant@2.129.0(transitive)
Updatednode-opcua-factory@2.131.0
Updatednode-opcua-variant@2.131.0