@appolo/inject
Advanced tools
Comparing version 8.0.2 to 8.0.3
@@ -33,3 +33,3 @@ "use strict"; | ||
} | ||
id() { | ||
get id() { | ||
return this._definition && this._definition.id; | ||
@@ -36,0 +36,0 @@ } |
@@ -49,3 +49,3 @@ "use strict"; | ||
public id(): string { | ||
public get id(): string { | ||
return this._definition && this._definition.id; | ||
@@ -52,0 +52,0 @@ } |
@@ -34,3 +34,3 @@ { | ||
"main": "./index.js", | ||
"version": "8.0.2", | ||
"version": "8.0.3", | ||
"license": "MIT", | ||
@@ -37,0 +37,0 @@ "repository": { |
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
171324