mdz-enum 1.1.15 → 1.1.16

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.
@@ -199,7 +199,7 @@ exports.ParametroEtiquetaProduto = {
199
199
  },
200
200
  };
201
201
  exports.ModeloPimaco = {
202
- A4351: 'A4351',
202
+ A4351: '0',
203
203
  description(val) {
204
204
  switch (val) {
205
205
  case this.A4351:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "Enumerados Moderniza",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {