sigo-package 1.2.91 → 1.2.92
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.
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15017,6 +15017,9 @@ var paisMap = {
|
|
|
15017
15017
|
},
|
|
15018
15018
|
"004": {
|
|
15019
15019
|
CantidadMin: 0
|
|
15020
|
+
},
|
|
15021
|
+
"504": {
|
|
15022
|
+
CantidadMin: 0
|
|
15020
15023
|
}
|
|
15021
15024
|
};
|
|
15022
15025
|
|
package/dist/index.mjs
CHANGED
|
@@ -14864,6 +14864,9 @@ var paisMap = {
|
|
|
14864
14864
|
},
|
|
14865
14865
|
"004": {
|
|
14866
14866
|
CantidadMin: 0
|
|
14867
|
+
},
|
|
14868
|
+
"504": {
|
|
14869
|
+
CantidadMin: 0
|
|
14867
14870
|
}
|
|
14868
14871
|
};
|
|
14869
14872
|
|