node-opcua-schemas
Advanced tools
Comparing version 2.90.0 to 2.90.1
@@ -20,4 +20,4 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; | ||
} | ||
export declare type AnyConstructorFunc = AnyConstructable; | ||
export type AnyConstructorFunc = AnyConstructable; | ||
export declare function createDynamicObjectConstructor(schema: IStructuredTypeSchema, dataTypeFactory: DataTypeFactory): ConstructorFuncWithSchema; | ||
export {}; |
@@ -685,8 +685,8 @@ "use strict"; | ||
class EXTENSION extends BaseClass { | ||
static get schema() { | ||
return schema; | ||
} | ||
constructor(options, schema2, factory2) { | ||
super(options, schema2 ? schema2 : EXTENSION.schema, factory2 ? factory2 : dataTypeFactory); | ||
} | ||
static get schema() { | ||
return schema; | ||
} | ||
toString() { | ||
@@ -693,0 +693,0 @@ return super.toString(); |
{ | ||
"name": "node-opcua-schemas", | ||
"version": "2.90.0", | ||
"version": "2.90.1", | ||
"description": "pure nodejs OPCUA SDK - module -schemas", | ||
@@ -17,15 +17,15 @@ "main": "dist/source/index.js", | ||
"node-opcua-assert": "2.88.0", | ||
"node-opcua-binary-stream": "2.89.0", | ||
"node-opcua-debug": "2.90.0", | ||
"node-opcua-extension-object": "2.90.0", | ||
"node-opcua-factory": "2.90.0", | ||
"node-opcua-nodeid": "2.90.0", | ||
"node-opcua-variant": "2.90.0", | ||
"node-opcua-xml2json": "2.90.0" | ||
"node-opcua-binary-stream": "2.90.1", | ||
"node-opcua-debug": "2.90.1", | ||
"node-opcua-extension-object": "2.90.1", | ||
"node-opcua-factory": "2.90.1", | ||
"node-opcua-nodeid": "2.90.1", | ||
"node-opcua-variant": "2.90.1", | ||
"node-opcua-xml2json": "2.90.1" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^10.2.0", | ||
"node-opcua-data-model": "2.90.0", | ||
"node-opcua-packet-analyzer": "2.90.0", | ||
"node-opcua-utils": "2.88.0", | ||
"node-opcua-data-model": "2.90.1", | ||
"node-opcua-packet-analyzer": "2.90.1", | ||
"node-opcua-utils": "2.90.1", | ||
"should": "^13.2.3" | ||
@@ -48,3 +48,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "d55f9150c3ffa5b86fbe1a0baba69a2543c3090a" | ||
"gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f" | ||
} |
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
176365
+ Addednode-opcua-basic-types@2.90.1(transitive)
+ Addednode-opcua-binary-stream@2.90.1(transitive)
+ Addednode-opcua-buffer-utils@2.90.1(transitive)
+ Addednode-opcua-data-model@2.90.1(transitive)
+ Addednode-opcua-date-time@2.90.1(transitive)
+ Addednode-opcua-debug@2.90.1(transitive)
+ Addednode-opcua-enum@2.90.1(transitive)
+ Addednode-opcua-extension-object@2.90.1(transitive)
+ Addednode-opcua-factory@2.90.1(transitive)
+ Addednode-opcua-nodeid@2.90.1(transitive)
+ Addednode-opcua-status-code@2.90.1(transitive)
+ Addednode-opcua-utils@2.90.1(transitive)
+ Addednode-opcua-variant@2.90.1(transitive)
+ Addednode-opcua-xml2json@2.90.1(transitive)
- Removednode-opcua-basic-types@2.90.0(transitive)
- Removednode-opcua-binary-stream@2.89.0(transitive)
- Removednode-opcua-buffer-utils@2.88.0(transitive)
- Removednode-opcua-data-model@2.90.0(transitive)
- Removednode-opcua-date-time@2.90.0(transitive)
- Removednode-opcua-debug@2.90.0(transitive)
- Removednode-opcua-enum@2.88.0(transitive)
- Removednode-opcua-extension-object@2.90.0(transitive)
- Removednode-opcua-factory@2.90.0(transitive)
- Removednode-opcua-nodeid@2.90.0(transitive)
- Removednode-opcua-status-code@2.89.0(transitive)
- Removednode-opcua-utils@2.88.0(transitive)
- Removednode-opcua-variant@2.90.0(transitive)
- Removednode-opcua-xml2json@2.90.0(transitive)
Updatednode-opcua-debug@2.90.1
Updatednode-opcua-factory@2.90.1
Updatednode-opcua-nodeid@2.90.1
Updatednode-opcua-variant@2.90.1
Updatednode-opcua-xml2json@2.90.1