cpi-us 1.202508.0 → 1.202509.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 +6 -6
package/dist/data.json CHANGED
@@ -1577,7 +1577,8 @@
1577
1577
  "321.465",
1578
1578
  "322.561",
1579
1579
  "323.048",
1580
- "323.976"
1580
+ "323.976",
1581
+ "324.800"
1581
1582
  ]
1582
1583
  ]
1583
1584
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cpi-us",
3
- "version": "1.202508.0",
3
+ "version": "1.202509.0",
4
4
  "description": "US CPI historical data.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -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.18.3",
47
- "globals": "16.4.0",
46
+ "@types/node": "22.18.13",
47
+ "globals": "16.5.0",
48
48
  "prettier": "3.6.2",
49
- "rimraf": "6.0.1",
50
- "tsx": "4.20.5",
51
- "typescript": "5.9.2",
49
+ "rimraf": "6.1.0",
50
+ "tsx": "4.20.6",
51
+ "typescript": "5.9.3",
52
52
  "vitest": "3.2.4"
53
53
  }
54
54
  }