@trademe/ensure
Advanced tools
Comparing version 0.1.0-beta.4 to 0.1.0-beta.5
{ | ||
"name": "@trademe/ensure", | ||
"version": "0.1.0-beta.4", | ||
"version": "0.1.0-beta.5", | ||
"description": "Utility decorators for Angular applications", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -14,4 +14,4 @@ # @trademe/ensure - utility decorators for Angular applications. | ||
@Singleton | ||
@Injectable | ||
@Singleton() | ||
@Injectable() | ||
export class MyStatefulService { } | ||
@@ -18,0 +18,0 @@ |
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
56221