solve-engine 1.0.0-beta.4 → 1.0.0-beta.6
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/{chunk-EAAHVJ4P.cjs → chunk-62W2DYYA.cjs} +3 -3
- package/dist/{chunk-EAAHVJ4P.cjs.map → chunk-62W2DYYA.cjs.map} +1 -1
- package/dist/{chunk-3MNKQZ77.js → chunk-BAMZT3GL.js} +3 -3
- package/dist/{chunk-3MNKQZ77.js.map → chunk-BAMZT3GL.js.map} +1 -1
- package/dist/{chunk-2NPS5DQ3.cjs → chunk-BXKJLM5R.cjs} +13 -5
- package/dist/chunk-BXKJLM5R.cjs.map +1 -0
- package/dist/{chunk-43G3JT2E.cjs → chunk-CSG5XVNJ.cjs} +35 -35
- package/dist/chunk-CSG5XVNJ.cjs.map +1 -0
- package/dist/{chunk-X2BWAZAU.cjs → chunk-FN2WMF2W.cjs} +28 -27
- package/dist/chunk-FN2WMF2W.cjs.map +1 -0
- package/dist/{chunk-FIFQPKBA.js → chunk-GVWHCL2N.js} +3 -3
- package/dist/chunk-GVWHCL2N.js.map +1 -0
- package/dist/{chunk-OWRHDUJD.js → chunk-LVLUHTRD.js} +3 -3
- package/dist/{chunk-OWRHDUJD.js.map → chunk-LVLUHTRD.js.map} +1 -1
- package/dist/{chunk-KHJUSHFU.js → chunk-MVBEL57Q.js} +13 -5
- package/dist/chunk-MVBEL57Q.js.map +1 -0
- package/dist/{chunk-DDQVZGLO.js → chunk-NUR3K7EW.js} +7 -6
- package/dist/chunk-NUR3K7EW.js.map +1 -0
- package/dist/{chunk-M4Q47KHF.cjs → chunk-QDMPOAI7.cjs} +22 -22
- package/dist/{chunk-M4Q47KHF.cjs.map → chunk-QDMPOAI7.cjs.map} +1 -1
- package/dist/constants.cjs +4 -4
- package/dist/constants.js +1 -1
- package/dist/engine.cjs +15 -15
- package/dist/engine.js +5 -5
- package/dist/index.cjs +11 -11
- package/dist/index.js +6 -6
- package/dist/packages.cjs +25 -25
- package/dist/packages.d.cts +42 -0
- package/dist/packages.d.ts +42 -0
- package/dist/packages.js +2 -2
- package/dist/vm.cjs +13 -13
- package/dist/vm.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-2NPS5DQ3.cjs.map +0 -1
- package/dist/chunk-43G3JT2E.cjs.map +0 -1
- package/dist/chunk-DDQVZGLO.js.map +0 -1
- package/dist/chunk-FIFQPKBA.js.map +0 -1
- package/dist/chunk-KHJUSHFU.js.map +0 -1
- package/dist/chunk-X2BWAZAU.cjs.map +0 -1
|
@@ -1668,9 +1668,17 @@ var CPI_TABLE = {
|
|
|
1668
1668
|
2022: 292.7,
|
|
1669
1669
|
2023: 304.7,
|
|
1670
1670
|
2024: 313.7,
|
|
1671
|
-
// 2025-2026
|
|
1672
|
-
|
|
1673
|
-
|
|
1671
|
+
// 2025-2026 were projected from model knowledge and are now derived from
|
|
1672
|
+
// the IMF monthly CPI series (statisticsoftheworld.com,
|
|
1673
|
+
// IMF.CPI.YOY.M?geo=USA), chained forward from the published 2024 figure
|
|
1674
|
+
// using annual mean year-over-year rates. 2026 covers January to June only,
|
|
1675
|
+
// so it remains a partial year and will move.
|
|
1676
|
+
//
|
|
1677
|
+
// The projections were 320.6 and 327.4, low by 0.49% and 1.63%. Everything
|
|
1678
|
+
// from 2021 to 2024 reproduced the same series to within 0.02%, which is
|
|
1679
|
+
// what makes those two the only entries worth changing.
|
|
1680
|
+
2025: 322.2,
|
|
1681
|
+
2026: 332.7
|
|
1674
1682
|
};
|
|
1675
1683
|
var CPI_MIN_YEAR = 1970;
|
|
1676
1684
|
var CPI_MAX_YEAR = 2026;
|
|
@@ -2628,5 +2636,5 @@ exports.symbolicNeg = symbolicNeg;
|
|
|
2628
2636
|
exports.symbolicPow = symbolicPow;
|
|
2629
2637
|
exports.unifyUom = unifyUom;
|
|
2630
2638
|
exports.unregisterAsConverter = unregisterAsConverter;
|
|
2631
|
-
//# sourceMappingURL=chunk-
|
|
2632
|
-
//# sourceMappingURL=chunk-
|
|
2639
|
+
//# sourceMappingURL=chunk-BXKJLM5R.cjs.map
|
|
2640
|
+
//# sourceMappingURL=chunk-BXKJLM5R.cjs.map
|