@actuarial-ts/interchange 0.13.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.
@@ -32,7 +32,7 @@ export declare const INTERCHANGE_SPEC_MAJOR = 1;
32
32
  * This package's version, stamped into `generator` by default. A sync test
33
33
  * asserts it matches package.json so it cannot silently drift.
34
34
  */
35
- export declare const INTERCHANGE_PACKAGE_VERSION = "0.13.0";
35
+ export declare const INTERCHANGE_PACKAGE_VERSION = "0.14.0";
36
36
  export interface GeneratorStamp {
37
37
  name: string;
38
38
  version: string;
package/dist/envelope.js CHANGED
@@ -34,7 +34,7 @@ export const INTERCHANGE_SPEC_MAJOR = 1;
34
34
  * This package's version, stamped into `generator` by default. A sync test
35
35
  * asserts it matches package.json so it cannot silently drift.
36
36
  */
37
- export const INTERCHANGE_PACKAGE_VERSION = "0.13.0";
37
+ export const INTERCHANGE_PACKAGE_VERSION = "0.14.0";
38
38
  /** Default `generator` stamp for documents authored by this package. */
39
39
  export const DEFAULT_GENERATOR = Object.freeze({
40
40
  name: "@actuarial-ts/interchange",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actuarial-ts/interchange",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Language-neutral actuarial-interchange documents for triangles, selections, results, studies, bundles, crosschecks, and portable diagnostic definitions across TypeScript, Python, and R.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -54,8 +54,8 @@
54
54
  "emit-schema": "npm run build && node --experimental-strip-types scripts/emit-schema.ts"
55
55
  },
56
56
  "dependencies": {
57
- "@actuarial-ts/core": "^0.13.0",
58
- "@actuarial-ts/data": "^0.13.0",
57
+ "@actuarial-ts/core": "^0.14.0",
58
+ "@actuarial-ts/data": "^0.14.0",
59
59
  "zod": "^3.25.76"
60
60
  },
61
61
  "devDependencies": {
package/src/envelope.ts CHANGED
@@ -43,7 +43,7 @@ export const INTERCHANGE_SPEC_MAJOR = 1;
43
43
  * This package's version, stamped into `generator` by default. A sync test
44
44
  * asserts it matches package.json so it cannot silently drift.
45
45
  */
46
- export const INTERCHANGE_PACKAGE_VERSION = "0.13.0";
46
+ export const INTERCHANGE_PACKAGE_VERSION = "0.14.0";
47
47
 
48
48
  export interface GeneratorStamp {
49
49
  name: string;