node-opcua-schemas
Advanced tools
Comparing version 2.95.0 to 2.96.0
@@ -20,4 +20,4 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; | ||
} | ||
export type AnyConstructorFunc = AnyConstructable; | ||
export declare type AnyConstructorFunc = AnyConstructable; | ||
export declare function createDynamicObjectConstructor(schema: IStructuredTypeSchema, dataTypeFactory: DataTypeFactory): ConstructorFuncWithSchema; | ||
export {}; |
@@ -685,8 +685,8 @@ "use strict"; | ||
class EXTENSION extends BaseClass { | ||
constructor(options, schema2, factory2) { | ||
super(options, schema2 ? schema2 : EXTENSION.schema, factory2 ? factory2 : dataTypeFactory); | ||
} | ||
static get schema() { | ||
return schema; | ||
} | ||
constructor(options, schema2, factory2) { | ||
super(options, schema2 ? schema2 : EXTENSION.schema, factory2 ? factory2 : dataTypeFactory); | ||
} | ||
toString() { | ||
@@ -693,0 +693,0 @@ return super.toString(); |
{ | ||
"name": "node-opcua-schemas", | ||
"version": "2.95.0", | ||
"version": "2.96.0", | ||
"description": "pure nodejs OPCUA SDK - module -schemas", | ||
@@ -23,3 +23,3 @@ "main": "dist/source/index.js", | ||
"node-opcua-variant": "2.95.0", | ||
"node-opcua-xml2json": "2.90.1" | ||
"node-opcua-xml2json": "2.96.0" | ||
}, | ||
@@ -48,3 +48,3 @@ "devDependencies": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "ad7086f9c4cd2ab52922e26cb6782ec6b86f9d20" | ||
"gitHead": "43642e4aaa1ca2a3938b044cc2237544dfff764a" | ||
} |
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
176373
+ Addednode-opcua-xml2json@2.96.0(transitive)
- Removednode-opcua-xml2json@2.90.1(transitive)
Updatednode-opcua-xml2json@2.96.0