mdz-enum 1.1.74 → 1.1.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,7 @@ export declare const Uf: {
55
55
  shortDescription(val: string): "RO" | "AC" | "AM" | "RR" | "PA" | "AP" | "TO" | "MA" | "RN" | "PB" | "PE" | "AL" | "SE" | "BA" | "MG" | "ES" | "RJ" | "SP" | "PR" | "SC" | "RS" | "MS" | "MT" | "GO" | "DF" | undefined;
56
56
  };
57
57
  export declare const ProporcaoImagem: {
58
- '1x1': string;
59
- '9x16': string;
60
- description(val: string): "enum not found" | "1x1" | "9x16";
58
+ '1/1': string;
59
+ '9/16': string;
60
+ description(val: string): "enum not found" | "1/1" | "9/16";
61
61
  };
@@ -204,14 +204,14 @@ exports.Uf = {
204
204
  },
205
205
  };
206
206
  exports.ProporcaoImagem = {
207
- '1x1': '0',
208
- '9x16': '1',
207
+ '1/1': '0',
208
+ '9/16': '1',
209
209
  description(val) {
210
210
  switch (val) {
211
- case this['1x1']:
212
- return '1x1';
213
- case this['9x16']:
214
- return '9x16';
211
+ case this['1/1']:
212
+ return '1/1';
213
+ case this['9/16']:
214
+ return '9/16';
215
215
  default:
216
216
  return 'enum not found';
217
217
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.1.74",
3
+ "version": "1.1.75",
4
4
  "description": "Enumerados Moderniza",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {