sigo-package 1.2.118 → 1.2.120
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 +4 -0
- package/dist/index.mjs +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13438,6 +13438,10 @@ var codIssueByPeriodoAL02 = [
|
|
|
13438
13438
|
{
|
|
13439
13439
|
IssueNumber: "",
|
|
13440
13440
|
codPeriodo: "ENERO-2026"
|
|
13441
|
+
},
|
|
13442
|
+
{
|
|
13443
|
+
IssueNumber: "",
|
|
13444
|
+
codPeriodo: "DICIEMBRE-2025"
|
|
13441
13445
|
}
|
|
13442
13446
|
];
|
|
13443
13447
|
|
package/dist/index.mjs
CHANGED
|
@@ -13275,6 +13275,10 @@ var codIssueByPeriodoAL02 = [
|
|
|
13275
13275
|
{
|
|
13276
13276
|
IssueNumber: "",
|
|
13277
13277
|
codPeriodo: "ENERO-2026"
|
|
13278
|
+
},
|
|
13279
|
+
{
|
|
13280
|
+
IssueNumber: "",
|
|
13281
|
+
codPeriodo: "DICIEMBRE-2025"
|
|
13278
13282
|
}
|
|
13279
13283
|
];
|
|
13280
13284
|
|