node-opcua-service-history
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-service-history | ||
*/ | ||
const node_opcua_data_value_1 = require("node-opcua-data-value"); | ||
@@ -22,6 +25,6 @@ var node_opcua_types_1 = require("node-opcua-types"); | ||
exports.ReadEventDetails = node_opcua_types_1.ReadEventDetails; | ||
const node_opcua_assert_1 = require("node-opcua-assert"); | ||
const node_opcua_types_2 = require("node-opcua-types"); | ||
const node_opcua_assert_1 = require("node-opcua-assert"); | ||
node_opcua_assert_1.assert(node_opcua_types_2.HistoryReadRequest.schema.fields[2].name === "timestampsToReturn"); | ||
node_opcua_types_2.HistoryReadRequest.schema.fields[2].defaultValue = node_opcua_data_value_1.TimestampsToReturn.Neither; | ||
//# sourceMappingURL=imports.js.map |
@@ -0,1 +1,4 @@ | ||
/** | ||
* @module node-opcua-service-history | ||
*/ | ||
export * from "./imports"; |
@@ -6,3 +6,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module node-opcua-service-history | ||
*/ | ||
__export(require("./imports")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "node-opcua-service-history", | ||
"version": "2.0.0-alpha.8", | ||
"version": "2.0.0-alpha.9", | ||
"description": "pure nodejs OPCUA SDK - module -service-history", | ||
@@ -13,19 +13,19 @@ "scripts": { | ||
"dependencies": { | ||
"node-opcua-assert": "^2.0.0-alpha.8", | ||
"node-opcua-basic-types": "^2.0.0-alpha.8", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.8", | ||
"node-opcua-data-model": "^2.0.0-alpha.8", | ||
"node-opcua-data-value": "^2.0.0-alpha.8", | ||
"node-opcua-extension-object": "^2.0.0-alpha.8", | ||
"node-opcua-factory": "^2.0.0-alpha.8", | ||
"node-opcua-nodeid": "^2.0.0-alpha.8", | ||
"node-opcua-service-filter": "^2.0.0-alpha.8", | ||
"node-opcua-service-secure-channel": "^2.0.0-alpha.8", | ||
"node-opcua-types": "^2.0.0-alpha.8", | ||
"node-opcua-assert": "^2.0.0-alpha.9", | ||
"node-opcua-basic-types": "^2.0.0-alpha.9", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.9", | ||
"node-opcua-data-model": "^2.0.0-alpha.9", | ||
"node-opcua-data-value": "^2.0.0-alpha.9", | ||
"node-opcua-extension-object": "^2.0.0-alpha.9", | ||
"node-opcua-factory": "^2.0.0-alpha.9", | ||
"node-opcua-nodeid": "^2.0.0-alpha.9", | ||
"node-opcua-service-filter": "^2.0.0-alpha.9", | ||
"node-opcua-service-secure-channel": "^2.0.0-alpha.9", | ||
"node-opcua-types": "^2.0.0-alpha.9", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^2.0.0-alpha.8", | ||
"node-opcua-packet-analyzer": "^2.0.0-alpha.8", | ||
"node-opcua-service-read": "^2.0.0-alpha.8" | ||
"node-opcua-generator": "^2.0.0-alpha.9", | ||
"node-opcua-packet-analyzer": "^2.0.0-alpha.9", | ||
"node-opcua-service-read": "^2.0.0-alpha.9" | ||
}, | ||
@@ -47,3 +47,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "7bbf38d5a3cd29cb6aed6ca38078f4d89d3f956a" | ||
"gitHead": "cd7120d1840593757f0f3c9e53be4e85883dc0e6" | ||
} |
@@ -0,1 +1,4 @@ | ||
/** | ||
* @module node-opcua-service-history | ||
*/ | ||
import { TimestampsToReturn } from "node-opcua-data-value"; | ||
@@ -26,7 +29,6 @@ | ||
} from "node-opcua-types"; | ||
import { assert } from "node-opcua-assert"; | ||
import { HistoryReadRequest } from "node-opcua-types"; | ||
import { assert } from "node-opcua-assert"; | ||
assert(HistoryReadRequest.schema.fields[2].name === "timestampsToReturn"); | ||
HistoryReadRequest.schema.fields[2].defaultValue = TimestampsToReturn.Neither; |
@@ -0,1 +1,4 @@ | ||
/** | ||
* @module node-opcua-service-history | ||
*/ | ||
export * from "./imports"; |
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
7155
11
89