@actuarial-ts/data 0.12.0 → 0.14.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.
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const DATA_PACKAGE_VERSION = "0.12.0";
1
+ export declare const DATA_PACKAGE_VERSION = "0.14.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const DATA_PACKAGE_VERSION = "0.12.0";
1
+ export const DATA_PACKAGE_VERSION = "0.14.0";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actuarial-ts/data",
3
- "version": "0.12.0",
3
+ "version": "0.14.0",
4
4
  "description": "Data ingestion and ASOP No. 23 support for actuarial-ts: loss/exposure preparation, atomic generalized diagnostic validation, declarative review, and triangle assembly.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -49,7 +49,7 @@
49
49
  "prepublishOnly": "node ../../tools/release/verify-release-attestation.mjs @actuarial-ts/data"
50
50
  },
51
51
  "dependencies": {
52
- "@actuarial-ts/core": "^0.12.0",
52
+ "@actuarial-ts/core": "^0.14.0",
53
53
  "zod": "^3.25.76"
54
54
  },
55
55
  "devDependencies": {
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const DATA_PACKAGE_VERSION = "0.12.0";
1
+ export const DATA_PACKAGE_VERSION = "0.14.0";