@actuarial-ts/data 0.1.0 → 0.2.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actuarial-ts/data",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Data ingestion and ASOP No. 23 data-quality review for the actuarial-ts SDK: RFC 4180 CSV parsing, loss-run import, long-format triangle assembly, and claim/triangle review checks.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -47,7 +47,7 @@
47
47
  "prepack": "tsc -p tsconfig.build.json"
48
48
  },
49
49
  "dependencies": {
50
- "@actuarial-ts/core": "^0.1.0"
50
+ "@actuarial-ts/core": "^0.2.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "typescript": "^5.7.3",