node-opcua-basic-types
Advanced tools
Comparing version 2.0.0-alpha.12 to 2.0.0-alpha.13
{ | ||
"name": "node-opcua-basic-types", | ||
"version": "2.0.0-alpha.12", | ||
"version": "2.0.0-alpha.13", | ||
"description": "pure nodejs OPCUA SDK - module -basic-types", | ||
@@ -11,14 +11,14 @@ "main": "./dist/index.js", | ||
"clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"lint": "tslint source/**/*.ts" | ||
"lint": "tslint source/*.ts" | ||
}, | ||
"dependencies": { | ||
"node-opcua-assert": "^2.0.0-alpha.10", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.12", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.13", | ||
"node-opcua-buffer-utils": "^2.0.0-alpha.10", | ||
"node-opcua-date-time": "^2.0.0-alpha.12", | ||
"node-opcua-date-time": "^2.0.0-alpha.13", | ||
"node-opcua-enum": "^2.0.0-alpha.10", | ||
"node-opcua-guid": "^2.0.0-alpha.10", | ||
"node-opcua-nodeid": "^2.0.0-alpha.11", | ||
"node-opcua-status-code": "^2.0.0-alpha.12", | ||
"node-opcua-utils": "^2.0.0-alpha.12", | ||
"node-opcua-nodeid": "^2.0.0-alpha.13", | ||
"node-opcua-status-code": "^2.0.0-alpha.13", | ||
"node-opcua-utils": "^2.0.0-alpha.13", | ||
"underscore": "^1.9.1" | ||
@@ -47,3 +47,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac" | ||
"gitHead": "6a0c56afb819a44d5abd453d39ce684df6fb3505" | ||
} |
@@ -6,2 +6,3 @@ /*** | ||
import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; | ||
import { Guid } from "node-opcua-guid"; | ||
import { ExpandedNodeId, makeNodeId, NodeId, NodeIdType } from "node-opcua-nodeid"; | ||
@@ -14,3 +15,2 @@ | ||
import { getRandomInt } from "./utils"; | ||
import { Guid } from "node-opcua-guid"; | ||
@@ -17,0 +17,0 @@ // tslint:disable:no-bitwise |
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
93163