node-opcua-generator
Advanced tools
Comparing version 2.0.0-alpha.22 to 2.0.0-alpha.23
"use strict"; | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -615,3 +616,4 @@ * @module node-opcua-generator | ||
write(" */"); | ||
write("import assert from \"node-opcua-assert\";"); | ||
write("/* istanbul ignore file */\n"); | ||
write("import { assert } from \"node-opcua-assert\";"); | ||
write("import * as util from \"util\";"); | ||
@@ -618,0 +620,0 @@ write("import * as _ from \"underscore\";"); |
@@ -11,2 +11,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -13,0 +14,0 @@ * @module node-opcua-generator |
@@ -11,2 +11,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -13,0 +14,0 @@ * @module node-opcua-generator |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -4,0 +5,0 @@ * @module node-opcua-generator |
@@ -11,2 +11,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -13,0 +14,0 @@ * @module node-opcua-generator |
{ | ||
"name": "node-opcua-generator", | ||
"version": "2.0.0-alpha.22", | ||
"version": "2.0.0-alpha.23", | ||
"description": "pure nodejs OPCUA SDK - module -generator", | ||
@@ -14,3 +14,3 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "^2.0.0-alpha.22", | ||
"node-opcua-basic-types": "^2.0.0-alpha.22", | ||
"node-opcua-basic-types": "^2.0.0-alpha.23", | ||
"node-opcua-buffer-utils": "^2.0.0-alpha.22", | ||
@@ -21,18 +21,18 @@ "node-opcua-constants": "^2.0.0-alpha.19", | ||
"node-opcua-enum": "^2.0.0-alpha.22", | ||
"node-opcua-factory": "^2.0.0-alpha.22", | ||
"node-opcua-factory": "^2.0.0-alpha.23", | ||
"node-opcua-guid": "^2.0.0-alpha.22", | ||
"node-opcua-nodeid": "^2.0.0-alpha.22", | ||
"node-opcua-schemas": "^2.0.0-alpha.22", | ||
"node-opcua-schemas": "^2.0.0-alpha.23", | ||
"node-opcua-status-code": "^2.0.0-alpha.22", | ||
"node-opcua-utils": "^2.0.0-alpha.22", | ||
"node-opcua-xml2json": "^2.0.0-alpha.22", | ||
"prettier": "^1.16.4", | ||
"typescript": "^3.4.2", | ||
"node-opcua-utils": "^2.0.0-alpha.23", | ||
"node-opcua-xml2json": "^2.0.0-alpha.23", | ||
"prettier": "^1.17.0", | ||
"typescript": "^3.4.4", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"@types/prettier": "^1.16.1", | ||
"@types/prettier": "^1.16.3", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.22", | ||
"node-opcua-extension-object": "^2.0.0-alpha.22", | ||
"node-opcua-packet-analyzer": "^2.0.0-alpha.22", | ||
"node-opcua-extension-object": "^2.0.0-alpha.23", | ||
"node-opcua-packet-analyzer": "^2.0.0-alpha.23", | ||
"should": "13.2.3", | ||
@@ -56,3 +56,3 @@ "source-map-support": "^0.5.12" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "16f856eb58ea5f10770dc9cee88aa03e6551cbda" | ||
"gitHead": "4395726cfb973e3796fda7ffc9e52e5673bf201c" | ||
} |
@@ -0,1 +1,2 @@ | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -719,3 +720,4 @@ * @module node-opcua-generator | ||
write(" */"); | ||
write("import assert from \"node-opcua-assert\";"); | ||
write("/* istanbul ignore file */\n"); | ||
write("import { assert } from \"node-opcua-assert\";"); | ||
write("import * as util from \"util\";"); | ||
@@ -722,0 +724,0 @@ write("import * as _ from \"underscore\";"); |
@@ -0,1 +1,2 @@ | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -2,0 +3,0 @@ * @module node-opcua-generator |
@@ -0,1 +1,2 @@ | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -2,0 +3,0 @@ * @module node-opcua-generator |
@@ -0,1 +1,2 @@ | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -2,0 +3,0 @@ * @module node-opcua-generator |
@@ -0,1 +1,2 @@ | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -2,0 +3,0 @@ * @module node-opcua-generator |
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
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
157734
2552