@lssm/example.wealth-snapshot 0.0.0-canary-20251221153314 → 0.0.0-canary-20251221165922

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/index.d.ts CHANGED
@@ -5,11 +5,11 @@ import example from "./example.js";
5
5
  import { registerWealthSnapshotHandlers } from "./handlers/index.js";
6
6
  import { AccountsListPresentation, AssetsListPresentation, GoalsListPresentation, LiabilitiesListPresentation, WealthDashboardPresentation } from "./presentations.js";
7
7
  import { WealthSnapshotFeature } from "./wealth-snapshot.feature.js";
8
- import * as _lssm_lib_schema57 from "@lssm/lib.schema";
8
+ import * as _lssm_lib_schema0 from "@lssm/lib.schema";
9
9
 
10
10
  //#region src/index.d.ts
11
11
  declare const schemaComposition: {
12
- modules: _lssm_lib_schema57.ModuleSchemaContribution[];
12
+ modules: _lssm_lib_schema0.ModuleSchemaContribution[];
13
13
  provider: "postgresql";
14
14
  outputPath: string;
15
15
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;cAca;WASZ,kBAAA,CAAA,wBAAA;EATY,QAAA,EAAA,YASZ"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;cAca;WASZ,iBAAA,CAAA,wBAAA;EATY,QAAA,EAAA,YASZ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.wealth-snapshot",
3
- "version": "0.0.0-canary-20251221153314",
3
+ "version": "0.0.0-canary-20251221165922",
4
4
  "description": "Wealth Snapshot mini-app for accounts, assets, liabilities, and goals",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -18,17 +18,17 @@
18
18
  "lint:check": "eslint src"
19
19
  },
20
20
  "dependencies": {
21
- "@lssm/lib.schema": "0.0.0-canary-20251221153314",
22
- "@lssm/lib.contracts": "0.0.0-canary-20251221153314",
23
- "@lssm/lib.bus": "0.0.0-canary-20251221153314",
24
- "@lssm/lib.identity-rbac": "0.0.0-canary-20251221153314",
25
- "@lssm/module.audit-trail": "0.0.0-canary-20251221153314",
26
- "@lssm/module.notifications": "0.0.0-canary-20251221153314",
21
+ "@lssm/lib.schema": "0.0.0-canary-20251221165922",
22
+ "@lssm/lib.contracts": "0.0.0-canary-20251221165922",
23
+ "@lssm/lib.bus": "0.0.0-canary-20251221165922",
24
+ "@lssm/lib.identity-rbac": "0.0.0-canary-20251221165922",
25
+ "@lssm/module.audit-trail": "0.0.0-canary-20251221165922",
26
+ "@lssm/module.notifications": "0.0.0-canary-20251221165922",
27
27
  "zod": "^4.1.13"
28
28
  },
29
29
  "devDependencies": {
30
- "@lssm/tool.typescript": "0.0.0-canary-20251221153314",
31
- "@lssm/tool.tsdown": "0.0.0-canary-20251221153314",
30
+ "@lssm/tool.typescript": "0.0.0-canary-20251221165922",
31
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221165922",
32
32
  "typescript": "^5.9.3"
33
33
  },
34
34
  "exports": {