node-opcua-basic-types 2.133.0 → 2.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,5 +2,4 @@
2
2
  * @module node-opcua-basic-types
3
3
  */
4
4
  export * from "node-opcua-date-time";
5
- import { DateWithPicoseconds } from "node-opcua-date-time";
6
- export type DateTime = Date | DateWithPicoseconds | null;
5
+ export type DateTime = Date | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-basic-types",
3
- "version": "2.133.0",
3
+ "version": "2.134.0",
4
4
  "description": "pure nodejs OPCUA SDK - module basic-types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "node-opcua-assert": "2.120.0",
15
15
  "node-opcua-binary-stream": "2.133.0",
16
16
  "node-opcua-buffer-utils": "2.133.0",
17
- "node-opcua-date-time": "2.133.0",
17
+ "node-opcua-date-time": "2.134.0",
18
18
  "node-opcua-guid": "2.133.0",
19
19
  "node-opcua-nodeid": "2.133.0",
20
20
  "node-opcua-status-code": "2.133.0"
@@ -38,7 +38,7 @@
38
38
  "internet of things"
39
39
  ],
40
40
  "homepage": "http://node-opcua.github.io/",
41
- "gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
41
+ "gitHead": "ccb34926a3c195f6a7e66fca58a2f101858e78be",
42
42
  "files": [
43
43
  "dist",
44
44
  "source"
@@ -2,5 +2,4 @@
2
2
  * @module node-opcua-basic-types
3
3
  */
4
4
  export * from "node-opcua-date-time";
5
- import { DateWithPicoseconds } from "node-opcua-date-time";
6
- export type DateTime = Date | DateWithPicoseconds | null;
5
+ export type DateTime = Date | null;