@actuarial-ts/compliance 0.4.0 → 0.5.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/README.md +1 -1
- package/dist/bundle.d.ts +1 -1
- package/dist/bundle.js +1 -1
- package/package.json +3 -3
- package/src/bundle.ts +1 -1
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ const markdown = generateDisclosure({
|
|
|
69
69
|
{ methodId: "mack", basisLabel: "paid", resultSummary: { standardError: mack.totals.standardError } },
|
|
70
70
|
],
|
|
71
71
|
ledger,
|
|
72
|
-
sdkVersion: "0.
|
|
72
|
+
sdkVersion: "0.5.0",
|
|
73
73
|
generatedAt: "2026-01-05T10:15:00Z",
|
|
74
74
|
});
|
|
75
75
|
```
|
package/dist/bundle.d.ts
CHANGED
|
@@ -65,7 +65,7 @@ export declare const WRAPPED_BUNDLE_INTERCHANGE_VERSION = "1.0.0";
|
|
|
65
65
|
* silently drift (mirroring interchange's INTERCHANGE_PACKAGE_VERSION
|
|
66
66
|
* discipline).
|
|
67
67
|
*/
|
|
68
|
-
export declare const COMPLIANCE_PACKAGE_VERSION = "0.
|
|
68
|
+
export declare const COMPLIANCE_PACKAGE_VERSION = "0.5.0";
|
|
69
69
|
/**
|
|
70
70
|
* The interchange mirror for a wrapped bundle (spec 3.2): the triangles the
|
|
71
71
|
* analysis consumed, the selections it applied, and the results it produced,
|
package/dist/bundle.js
CHANGED
|
@@ -60,7 +60,7 @@ export const WRAPPED_BUNDLE_INTERCHANGE_VERSION = "1.0.0";
|
|
|
60
60
|
* silently drift (mirroring interchange's INTERCHANGE_PACKAGE_VERSION
|
|
61
61
|
* discipline).
|
|
62
62
|
*/
|
|
63
|
-
export const COMPLIANCE_PACKAGE_VERSION = "0.
|
|
63
|
+
export const COMPLIANCE_PACKAGE_VERSION = "0.5.0";
|
|
64
64
|
export function createBundle(input) {
|
|
65
65
|
const body = {
|
|
66
66
|
createdAt: input.createdAt,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actuarial-ts/compliance",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "ASOP-compliance-support layer for the actuarial-ts SDK: estimate metadata, assumption ledger, disclosures, model cards, diagnostics provenance, reproducibility bundles, and actual-vs-expected roll-forward. Responsibility for compliance remains with the credentialed actuary.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"prepack": "tsc -p tsconfig.build.json"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@actuarial-ts/core": "^0.
|
|
50
|
-
"@actuarial-ts/interchange": "^0.
|
|
49
|
+
"@actuarial-ts/core": "^0.5.0",
|
|
50
|
+
"@actuarial-ts/interchange": "^0.5.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "^22.10.5",
|
package/src/bundle.ts
CHANGED
|
@@ -89,7 +89,7 @@ export const WRAPPED_BUNDLE_INTERCHANGE_VERSION = "1.0.0";
|
|
|
89
89
|
* silently drift (mirroring interchange's INTERCHANGE_PACKAGE_VERSION
|
|
90
90
|
* discipline).
|
|
91
91
|
*/
|
|
92
|
-
export const COMPLIANCE_PACKAGE_VERSION = "0.
|
|
92
|
+
export const COMPLIANCE_PACKAGE_VERSION = "0.5.0";
|
|
93
93
|
|
|
94
94
|
/**
|
|
95
95
|
* The interchange mirror for a wrapped bundle (spec 3.2): the triangles the
|