cpi-us 1.202511.0 → 1.202512.0

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.
Files changed (2) hide show
  1. package/dist/data.json +2 -1
  2. package/package.json +2 -2
package/dist/data.json CHANGED
@@ -1580,7 +1580,8 @@
1580
1580
  "323.976",
1581
1581
  "324.800",
1582
1582
  "324.461",
1583
- "324.122"
1583
+ "324.122",
1584
+ "324.054"
1584
1585
  ]
1585
1586
  ]
1586
1587
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cpi-us",
3
- "version": "1.202511.0",
3
+ "version": "1.202512.0",
4
4
  "description": "US CPI historical data.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  "devDependencies": {
45
45
  "@8hobbies/eslint-conf-baseline": "6.0.0",
46
46
  "@types/node": "24.10.4",
47
- "globals": "16.5.0",
47
+ "globals": "17.0.0",
48
48
  "prettier": "3.7.4",
49
49
  "rimraf": "6.1.2",
50
50
  "tsx": "4.21.0",