node-opcua-object-registry
Advanced tools
Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.12
@@ -6,3 +6,3 @@ export declare class ObjectRegistry { | ||
private readonly _cache; | ||
constructor(objectType: any); | ||
constructor(objectType?: any); | ||
getClassName(): string; | ||
@@ -9,0 +9,0 @@ register(obj: any): void; |
{ | ||
"name": "node-opcua-object-registry", | ||
"version": "2.0.0-alpha.10", | ||
"version": "2.0.0-alpha.12", | ||
"description": "pure nodejs OPCUA SDK - module -object-registry", | ||
@@ -34,3 +34,3 @@ "main": "./dist/index.js", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a4fd47cebc405a37470fa015e98148ec212a8c29" | ||
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac" | ||
} |
@@ -19,3 +19,3 @@ /** | ||
constructor(objectType: any) { | ||
constructor(objectType?: any) { | ||
@@ -22,0 +22,0 @@ this._objectType = objectType; |
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
8927