node-opcua-assert
Advanced tools
Comparing version 2.120.0 to 2.139.0
@@ -6,3 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.renderError = exports.assert = void 0; | ||
exports.assert = assert; | ||
exports.renderError = renderError; | ||
/*** | ||
@@ -26,3 +27,2 @@ * @module node-opcua-assert | ||
} | ||
exports.assert = assert; | ||
exports.default = assert; | ||
@@ -32,3 +32,2 @@ function renderError(err) { | ||
} | ||
exports.renderError = renderError; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "node-opcua-assert", | ||
"version": "2.120.0", | ||
"version": "2.139.0", | ||
"description": "pure nodejs OPCUA SDK - module assert", | ||
@@ -10,3 +10,3 @@ "main": "./dist/index.js", | ||
"test": "echo nothing to do", | ||
"clean": "npx rimraf node_modules dist *.tsbuildinfo", | ||
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo", | ||
"lint": "eslint source/**/*.ts" | ||
@@ -32,3 +32,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "f4ae243bb61ba7af4c019a3cfe76dfc0f6427983", | ||
"gitHead": "b7a01d31c7602d323e60a5f4a54428199a266f29", | ||
"files": [ | ||
@@ -35,0 +35,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
1
5173
6
56