node-opcua-generator
Advanced tools
Comparing version 2.1.8 to 2.2.0
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function generate(filename: string, generatedTypescriptFilename: string): Promise<void>; |
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -8,0 +9,0 @@ }); |
@@ -0,0 +0,0 @@ import { ConstructorFunc } from "node-opcua-factory"; |
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -8,0 +9,0 @@ }); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -8,0 +9,0 @@ }); |
{ | ||
"name": "node-opcua-generator", | ||
"version": "2.1.8", | ||
"version": "2.2.0", | ||
"description": "pure nodejs OPCUA SDK - module -generator", | ||
@@ -14,25 +14,25 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "^2.0.0", | ||
"node-opcua-basic-types": "^2.1.6", | ||
"node-opcua-buffer-utils": "^2.1.0", | ||
"node-opcua-basic-types": "^2.2.0", | ||
"node-opcua-buffer-utils": "^2.2.0", | ||
"node-opcua-constants": "^2.1.6", | ||
"node-opcua-date-time": "^2.1.5", | ||
"node-opcua-debug": "^2.1.0", | ||
"node-opcua-enum": "^2.1.0", | ||
"node-opcua-factory": "^2.1.6", | ||
"node-opcua-date-time": "^2.2.0", | ||
"node-opcua-debug": "^2.2.0", | ||
"node-opcua-enum": "^2.2.0", | ||
"node-opcua-factory": "^2.2.0", | ||
"node-opcua-guid": "^2.1.0", | ||
"node-opcua-nodeid": "^2.1.6", | ||
"node-opcua-numeric-range": "^2.1.6", | ||
"node-opcua-schemas": "^2.1.8", | ||
"node-opcua-status-code": "^2.1.6", | ||
"node-opcua-utils": "^2.1.6", | ||
"node-opcua-xml2json": "^2.1.8", | ||
"node-opcua-nodeid": "^2.2.0", | ||
"node-opcua-numeric-range": "^2.2.0", | ||
"node-opcua-schemas": "^2.2.0", | ||
"node-opcua-status-code": "^2.2.0", | ||
"node-opcua-utils": "^2.2.0", | ||
"node-opcua-xml2json": "^2.2.0", | ||
"prettier": "^1.18.2", | ||
"typescript": "^3.6.2", | ||
"typescript": "^3.6.4", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"@types/prettier": "^1.18.2", | ||
"node-opcua-binary-stream": "^2.1.0", | ||
"node-opcua-extension-object": "^2.1.6", | ||
"node-opcua-packet-analyzer": "^2.1.6", | ||
"@types/prettier": "^1.18.3", | ||
"node-opcua-binary-stream": "^2.2.0", | ||
"node-opcua-extension-object": "^2.2.0", | ||
"node-opcua-packet-analyzer": "^2.2.0", | ||
"should": "13.2.3", | ||
@@ -56,3 +56,3 @@ "source-map-support": "^0.5.13" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a9290b68d48927403e853e438ea9bd1bc6ad3f78" | ||
"gitHead": "e77e0371580d04e874b2023f8a5751c3608bc3f9" | ||
} |
@@ -0,0 +0,0 @@ /* istanbul ignore file */ |
@@ -0,0 +0,0 @@ /* istanbul ignore file */ |
@@ -0,0 +0,0 @@ /* istanbul ignore file */ |
@@ -0,0 +0,0 @@ /* istanbul ignore file */ |
@@ -0,0 +0,0 @@ /* istanbul ignore file */ |
@@ -0,0 +0,0 @@ { |
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
315970
24
2379
Updatednode-opcua-date-time@^2.2.0
Updatednode-opcua-debug@^2.2.0
Updatednode-opcua-enum@^2.2.0
Updatednode-opcua-factory@^2.2.0
Updatednode-opcua-nodeid@^2.2.0
Updatednode-opcua-schemas@^2.2.0
Updatednode-opcua-utils@^2.2.0
Updatednode-opcua-xml2json@^2.2.0
Updatedtypescript@^3.6.4