cpi-us 1.202412.0 → 1.202501.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 +9 -9
package/dist/data.json CHANGED
@@ -1568,6 +1568,7 @@
1568
1568
  "315.664",
1569
1569
  "315.493",
1570
1570
  "315.605"
1571
- ]
1571
+ ],
1572
+ ["317.671"]
1572
1573
  ]
1573
1574
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cpi-us",
3
- "version": "1.202412.0",
3
+ "version": "1.202501.0",
4
4
  "description": "US CPI historical data.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -42,13 +42,13 @@
42
42
  },
43
43
  "homepage": "https://cpi-us.8credits.com",
44
44
  "devDependencies": {
45
- "@8hobbies/eslint-conf-baseline": "^6.0.0",
46
- "@types/node": "^22.10.5",
47
- "globals": "^15.14.0",
48
- "prettier": "^3.4.2",
49
- "rimraf": "^6.0.1",
50
- "tsx": "^4.19.2",
51
- "typescript": "~5.7.2",
52
- "vitest": "^2.1.6"
45
+ "@8hobbies/eslint-conf-baseline": "6.0.0",
46
+ "@types/node": "22.13.1",
47
+ "globals": "15.14.0",
48
+ "prettier": "3.4.2",
49
+ "rimraf": "6.0.1",
50
+ "tsx": "4.19.2",
51
+ "typescript": "5.7.3",
52
+ "vitest": "3.0.5"
53
53
  }
54
54
  }