node-opcua-types
Advanced tools
Comparing version 2.1.8 to 2.2.0
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 @@ }); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-types", | ||
"version": "2.1.8", | ||
"version": "2.2.0", | ||
"description": "pure nodejs OPCUA SDK - module -generator", | ||
@@ -15,21 +15,21 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "^2.0.0", | ||
"node-opcua-basic-types": "^2.1.6", | ||
"node-opcua-binary-stream": "^2.1.0", | ||
"node-opcua-buffer-utils": "^2.1.0", | ||
"node-opcua-data-model": "^2.1.6", | ||
"node-opcua-data-value": "^2.1.8", | ||
"node-opcua-date-time": "^2.1.5", | ||
"node-opcua-debug": "^2.1.0", | ||
"node-opcua-enum": "^2.1.0", | ||
"node-opcua-extension-object": "^2.1.6", | ||
"node-opcua-factory": "^2.1.6", | ||
"node-opcua-generator": "^2.1.8", | ||
"node-opcua-basic-types": "^2.2.0", | ||
"node-opcua-binary-stream": "^2.2.0", | ||
"node-opcua-buffer-utils": "^2.2.0", | ||
"node-opcua-data-model": "^2.2.0", | ||
"node-opcua-data-value": "^2.2.0", | ||
"node-opcua-date-time": "^2.2.0", | ||
"node-opcua-debug": "^2.2.0", | ||
"node-opcua-enum": "^2.2.0", | ||
"node-opcua-extension-object": "^2.2.0", | ||
"node-opcua-factory": "^2.2.0", | ||
"node-opcua-generator": "^2.2.0", | ||
"node-opcua-guid": "^2.1.0", | ||
"node-opcua-nodeid": "^2.1.6", | ||
"node-opcua-numeric-range": "^2.1.6", | ||
"node-opcua-packet-analyzer": "^2.1.6", | ||
"node-opcua-schemas": "^2.1.8", | ||
"node-opcua-status-code": "^2.1.6", | ||
"node-opcua-utils": "^2.1.6", | ||
"node-opcua-variant": "^2.1.6", | ||
"node-opcua-nodeid": "^2.2.0", | ||
"node-opcua-numeric-range": "^2.2.0", | ||
"node-opcua-packet-analyzer": "^2.2.0", | ||
"node-opcua-schemas": "^2.2.0", | ||
"node-opcua-status-code": "^2.2.0", | ||
"node-opcua-utils": "^2.2.0", | ||
"node-opcua-variant": "^2.2.0", | ||
"underscore": "^1.9.1" | ||
@@ -58,3 +58,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a9290b68d48927403e853e438ea9bd1bc6ad3f78" | ||
"gitHead": "e77e0371580d04e874b2023f8a5751c3608bc3f9" | ||
} |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
2543973
18
27739
Updatednode-opcua-data-model@^2.2.0
Updatednode-opcua-data-value@^2.2.0
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-generator@^2.2.0
Updatednode-opcua-nodeid@^2.2.0
Updatednode-opcua-schemas@^2.2.0
Updatednode-opcua-utils@^2.2.0
Updatednode-opcua-variant@^2.2.0