node-opcua-date-time
Advanced tools
Comparing version 2.0.0-alpha.8 to 2.0.0-alpha.9
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module node-opcua-date-time | ||
*/ | ||
const long = require("long"); | ||
@@ -4,0 +7,0 @@ const node_opcua_assert_1 = require("node-opcua-assert"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module node-opcua-date-time | ||
*/ | ||
const node_opcua_assert_1 = require("node-opcua-assert"); | ||
@@ -4,0 +7,0 @@ const date_time_1 = require("./date_time"); |
@@ -0,2 +1,5 @@ | ||
/** | ||
* @module node-opcua-date-time | ||
*/ | ||
export * from "./date_time"; | ||
export * from "./encode_decode"; |
@@ -6,4 +6,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module node-opcua-date-time | ||
*/ | ||
__export(require("./date_time")); | ||
__export(require("./encode_decode")); | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "2.0.0-alpha.8", | ||
"version": "2.0.0-alpha.9", | ||
"description": "pure nodejs OPCUA SDK - module -date-time", | ||
@@ -14,3 +14,3 @@ "scripts": { | ||
"long": "^4.0.0", | ||
"node-opcua-assert": "^2.0.0-alpha.8", | ||
"node-opcua-assert": "^2.0.0-alpha.9", | ||
"underscore": "^1.9.1" | ||
@@ -21,4 +21,4 @@ }, | ||
"bignumber.js": "^8.0.1", | ||
"node-opcua-benchmarker": "^2.0.0-alpha.8", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.8", | ||
"node-opcua-benchmarker": "^2.0.0-alpha.9", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.9", | ||
"should": "13.2.3" | ||
@@ -41,3 +41,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "7bbf38d5a3cd29cb6aed6ca38078f4d89d3f956a" | ||
"gitHead": "cd7120d1840593757f0f3c9e53be4e85883dc0e6" | ||
} |
@@ -0,1 +1,4 @@ | ||
/** | ||
* @module node-opcua-date-time | ||
*/ | ||
import * as long from "long"; | ||
@@ -190,2 +193,1 @@ import assert from "node-opcua-assert"; | ||
} | ||
@@ -0,1 +1,4 @@ | ||
/** | ||
* @module node-opcua-date-time | ||
*/ | ||
import assert from "node-opcua-assert"; | ||
@@ -2,0 +5,0 @@ import { BinaryStream } from "node-opcua-binary-stream"; |
@@ -0,2 +1,5 @@ | ||
/** | ||
* @module node-opcua-date-time | ||
*/ | ||
export * from "./date_time"; | ||
export * from "./encode_decode"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
31891
558