node-opcua-factory
Advanced tools
Comparing version 2.86.0 to 2.86.1
@@ -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.86.0", | ||
"version": "2.86.1", | ||
"description": "pure nodejs OPCUA SDK - module -factory", | ||
@@ -20,3 +20,3 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.77.0", | ||
"node-opcua-basic-types": "2.86.0", | ||
"node-opcua-basic-types": "2.86.1", | ||
"node-opcua-binary-stream": "2.86.0", | ||
@@ -28,3 +28,3 @@ "node-opcua-constants": "2.77.0", | ||
"node-opcua-nodeid": "2.86.0", | ||
"node-opcua-status-code": "2.86.0", | ||
"node-opcua-status-code": "2.86.1", | ||
"node-opcua-utils": "2.86.0" | ||
@@ -47,3 +47,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3" | ||
"gitHead": "389ba18585ff4b62f6fee58b69bd871a8e6b0dff" | ||
} |
248916
+ Addednode-opcua-basic-types@2.86.1(transitive)
+ Addednode-opcua-status-code@2.86.1(transitive)
- Removednode-opcua-basic-types@2.86.0(transitive)
- Removednode-opcua-status-code@2.86.0(transitive)