mdz-enum 1.5.44 → 1.5.45

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.
@@ -47,5 +47,5 @@ export declare const TipoBusca: {
47
47
  };
48
48
  export declare const TipoCodigo: {
49
49
  ACTIVATION: string;
50
- RECOVEY: string;
50
+ RECOVERY: string;
51
51
  };
@@ -137,5 +137,5 @@ exports.TipoBusca = {
137
137
  };
138
138
  exports.TipoCodigo = {
139
139
  ACTIVATION: 'activation',
140
- RECOVEY: 'recovery',
140
+ RECOVERY: 'recovery',
141
141
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.5.44",
3
+ "version": "1.5.45",
4
4
  "description": "Enumerados ModerShop",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {