node-opcua-factory
Advanced tools
Comparing version 2.131.0 to 2.132.0
@@ -166,3 +166,3 @@ "use strict"; | ||
coerce: node_opcua_basic_types_1.coerceDateTime, | ||
defaultValue: () => node_opcua_basic_types_1.minDate | ||
defaultValue: () => (0, node_opcua_basic_types_1.getMinOPCUADate)() | ||
}, | ||
@@ -169,0 +169,0 @@ { |
{ | ||
"name": "node-opcua-factory", | ||
"version": "2.131.0", | ||
"version": "2.132.0", | ||
"description": "pure nodejs OPCUA SDK - module factory", | ||
@@ -17,3 +17,3 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-basic-types": "2.131.0", | ||
"node-opcua-basic-types": "2.132.0", | ||
"node-opcua-binary-stream": "2.128.0", | ||
@@ -43,3 +43,3 @@ "node-opcua-constants": "2.125.0", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "80f430dd3044826c904f803af40297839dd809be", | ||
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456", | ||
"files": [ | ||
@@ -46,0 +46,0 @@ "dist", |
@@ -55,3 +55,3 @@ /** | ||
encodeUInt64, | ||
minDate | ||
getMinOPCUADate | ||
} from "node-opcua-basic-types"; | ||
@@ -259,3 +259,3 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; | ||
coerce: coerceDateTime, | ||
defaultValue: ()=> minDate | ||
defaultValue: () => getMinOPCUADate() | ||
}, | ||
@@ -262,0 +262,0 @@ { |
Sorry, the diff of this file is not supported yet
247738
+ Addednode-opcua-basic-types@2.132.0(transitive)
+ Addednode-opcua-date-time@2.132.0(transitive)
- Removednode-opcua-basic-types@2.131.0(transitive)
- Removednode-opcua-date-time@2.128.0(transitive)