node-opcua-factory
Advanced tools
Comparing version 2.90.0 to 2.90.1
@@ -43,3 +43,3 @@ /** | ||
} | ||
export declare type Func1<T> = (value: any, field: StructuredTypeField, data: T, args?: any) => void; | ||
export type Func1<T> = (value: any, field: StructuredTypeField, data: T, args?: any) => void; | ||
export interface DecodeDebugOptions { | ||
@@ -62,4 +62,4 @@ tracer: any; | ||
} | ||
declare type BaseUAObjectConstructable = new (options?: Record<string, unknown>) => IBaseUAObject; | ||
export declare type ConstructorFunc = BaseUAObjectConstructable; | ||
type BaseUAObjectConstructable = new (options?: Record<string, unknown>) => IBaseUAObject; | ||
export type ConstructorFunc = BaseUAObjectConstructable; | ||
export interface ConstructorFuncWithSchema extends ConstructorFunc { | ||
@@ -97,4 +97,4 @@ schema: IStructuredTypeSchema; | ||
} | ||
export declare type FieldType = FieldEnumeration | FieldComplex | FieldBasic; | ||
export declare type DefaultValueFunc = () => any; | ||
export type FieldType = FieldEnumeration | FieldComplex | FieldBasic; | ||
export type DefaultValueFunc = () => any; | ||
export interface StructuredTypeOptions { | ||
@@ -143,3 +143,3 @@ name: string; | ||
} | ||
export declare type TypeDefinition = BuiltInTypeDefinition | EnumerationDefinition | BasicTypeDefinition | CommonInterface; | ||
export type TypeDefinition = BuiltInTypeDefinition | EnumerationDefinition | BasicTypeDefinition | CommonInterface; | ||
export interface BitField { | ||
@@ -146,0 +146,0 @@ name: string; |
{ | ||
"name": "node-opcua-factory", | ||
"version": "2.90.0", | ||
"version": "2.90.1", | ||
"description": "pure nodejs OPCUA SDK - module -factory", | ||
@@ -20,11 +20,11 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.88.0", | ||
"node-opcua-basic-types": "2.90.0", | ||
"node-opcua-binary-stream": "2.89.0", | ||
"node-opcua-basic-types": "2.90.1", | ||
"node-opcua-binary-stream": "2.90.1", | ||
"node-opcua-constants": "2.88.0", | ||
"node-opcua-debug": "2.90.0", | ||
"node-opcua-enum": "2.88.0", | ||
"node-opcua-debug": "2.90.1", | ||
"node-opcua-enum": "2.90.1", | ||
"node-opcua-guid": "2.88.0", | ||
"node-opcua-nodeid": "2.90.0", | ||
"node-opcua-status-code": "2.89.0", | ||
"node-opcua-utils": "2.88.0" | ||
"node-opcua-nodeid": "2.90.1", | ||
"node-opcua-status-code": "2.90.1", | ||
"node-opcua-utils": "2.90.1" | ||
}, | ||
@@ -46,3 +46,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "d55f9150c3ffa5b86fbe1a0baba69a2543c3090a" | ||
"gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f" | ||
} |
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
248873
+ 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-date-time@2.90.1(transitive)
+ Addednode-opcua-debug@2.90.1(transitive)
+ Addednode-opcua-enum@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)
- 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-date-time@2.90.0(transitive)
- Removednode-opcua-debug@2.90.0(transitive)
- Removednode-opcua-enum@2.88.0(transitive)
- Removednode-opcua-nodeid@2.90.0(transitive)
- Removednode-opcua-status-code@2.89.0(transitive)
- Removednode-opcua-utils@2.88.0(transitive)
Updatednode-opcua-debug@2.90.1
Updatednode-opcua-enum@2.90.1
Updatednode-opcua-nodeid@2.90.1
Updatednode-opcua-utils@2.90.1