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