node-opcua-enum
Advanced tools
Comparing version 2.125.0 to 2.128.0
@@ -9,3 +9,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Enum = exports.adaptTypescriptEnum = exports.EnumItem = void 0; | ||
exports.Enum = exports.EnumItem = void 0; | ||
exports.adaptTypescriptEnum = adaptTypescriptEnum; | ||
/** | ||
@@ -114,3 +115,2 @@ * Represents an Item of an Enum. | ||
} | ||
exports.adaptTypescriptEnum = adaptTypescriptEnum; | ||
const regexpSignedNumber = /^[-+]?[0-9]+$/; | ||
@@ -117,0 +117,0 @@ /** |
{ | ||
"name": "node-opcua-enum", | ||
"version": "2.125.0", | ||
"version": "2.128.0", | ||
"description": "pure nodejs OPCUA SDK - module enum", | ||
@@ -15,4 +15,3 @@ "scripts": { | ||
"enum": "3.0.4", | ||
"node-opcua-benchmarker": "2.125.0", | ||
"should": "^13.2.3" | ||
"node-opcua-benchmarker": "2.128.0" | ||
}, | ||
@@ -34,3 +33,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a0e0a2f1045e6e402dd4619c625c90008f0617ed", | ||
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b", | ||
"files": [ | ||
@@ -37,0 +36,0 @@ "dist", |
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
2
24694