node-opcua-object-registry
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare class ObjectRegistry { |
@@ -36,2 +36,3 @@ "use strict"; | ||
this._cache[obj._____hash] = null; | ||
obj._____trace = null; | ||
delete this._cache[obj._____hash]; | ||
@@ -58,5 +59,5 @@ } | ||
} | ||
exports.ObjectRegistry = ObjectRegistry; | ||
ObjectRegistry.doDebug = false; | ||
ObjectRegistry.registries = gRegistries; | ||
exports.ObjectRegistry = ObjectRegistry; | ||
//# sourceMappingURL=objectRegistry.js.map |
{ | ||
"name": "node-opcua-object-registry", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "pure nodejs OPCUA SDK - module -object-registry", | ||
@@ -14,7 +14,7 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "^2.0.0", | ||
"node-opcua-debug": "^2.1.0", | ||
"node-opcua-debug": "^2.2.0", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"colors": "^1.3.3", | ||
"colors": "^1.4.0", | ||
"should": "13.2.3" | ||
@@ -35,3 +35,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "ddce2b6e3e13371510e63d839c1a4c4ff0be2c15" | ||
"gitHead": "e77e0371580d04e874b2023f8a5751c3608bc3f9" | ||
} |
@@ -0,0 +0,0 @@ /** |
@@ -50,2 +50,3 @@ /** | ||
this._cache[obj._____hash] = null; | ||
obj._____trace = null; | ||
delete this._cache[obj._____hash]; | ||
@@ -52,0 +53,0 @@ } |
@@ -0,0 +0,0 @@ { |
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
113061
12
157
Updatednode-opcua-debug@^2.2.0