cpi-us 1.202505.0 → 1.202507.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 +9 -1
  2. package/package.json +7 -7
package/dist/data.json CHANGED
@@ -1569,6 +1569,14 @@
1569
1569
  "315.493",
1570
1570
  "315.605"
1571
1571
  ],
1572
- ["317.671", "319.082", "319.799", "320.795", "321.465"]
1572
+ [
1573
+ "317.671",
1574
+ "319.082",
1575
+ "319.799",
1576
+ "320.795",
1577
+ "321.465",
1578
+ "322.561",
1579
+ "323.048"
1580
+ ]
1573
1581
  ]
1574
1582
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cpi-us",
3
- "version": "1.202505.0",
3
+ "version": "1.202507.0",
4
4
  "description": "US CPI historical data.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -13,7 +13,7 @@
13
13
  "!/dist/vitest.config.js"
14
14
  ],
15
15
  "engines": {
16
- "node": "^20 || >=22"
16
+ "node": "^20 || ^22 || >=24"
17
17
  },
18
18
  "scripts": {
19
19
  "clean": "rimraf dist/",
@@ -43,12 +43,12 @@
43
43
  "homepage": "https://cpi-us.8credits.com",
44
44
  "devDependencies": {
45
45
  "@8hobbies/eslint-conf-baseline": "6.0.0",
46
- "@types/node": "22.15.30",
47
- "globals": "16.2.0",
48
- "prettier": "3.5.3",
46
+ "@types/node": "22.17.0",
47
+ "globals": "16.3.0",
48
+ "prettier": "3.6.2",
49
49
  "rimraf": "6.0.1",
50
- "tsx": "4.19.4",
50
+ "tsx": "4.20.3",
51
51
  "typescript": "5.8.3",
52
- "vitest": "3.2.2"
52
+ "vitest": "3.2.4"
53
53
  }
54
54
  }