Comparing version 1.5.1 to 1.5.2
@@ -45,4 +45,4 @@ export declare const TipoSolicitacao: { | ||
Backend: string; | ||
IndexedDb: string; | ||
IndexedDB: string; | ||
description(val: string): "enum not found" | "Backend" | "IndexedDB"; | ||
}; |
@@ -126,3 +126,3 @@ "use strict"; | ||
Backend: '0', | ||
IndexedDb: '1', | ||
IndexedDB: '1', | ||
description(val) { | ||
@@ -132,3 +132,3 @@ switch (val) { | ||
return 'Backend'; | ||
case this.IndexedDb: | ||
case this.IndexedDB: | ||
return 'IndexedDB'; | ||
@@ -135,0 +135,0 @@ default: |
{ | ||
"name": "mdz-enum", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Enumerados ModerShop", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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