@contractspec/example.wealth-snapshot 0.0.0-canary-20260119224109 → 0.0.0-canary-20260119224015
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/presentations.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts12 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/presentations.d.ts
|
|
4
|
-
declare const WealthDashboardPresentation:
|
|
5
|
-
declare const AccountsListPresentation:
|
|
6
|
-
declare const AssetsListPresentation:
|
|
7
|
-
declare const LiabilitiesListPresentation:
|
|
8
|
-
declare const GoalsListPresentation:
|
|
4
|
+
declare const WealthDashboardPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
5
|
+
declare const AccountsListPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
6
|
+
declare const AssetsListPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
7
|
+
declare const LiabilitiesListPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
8
|
+
declare const GoalsListPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { AccountsListPresentation, AssetsListPresentation, GoalsListPresentation, LiabilitiesListPresentation, WealthDashboardPresentation };
|
|
11
11
|
//# sourceMappingURL=presentations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"presentations.d.ts","names":[],"sources":["../src/presentations.ts"],"sourcesContent":[],"mappings":";;;cAEa,6BAsBX,
|
|
1
|
+
{"version":3,"file":"presentations.d.ts","names":[],"sources":["../src/presentations.ts"],"sourcesContent":[],"mappings":";;;cAEa,6BAsBX,6BAAA,CAtBsC;cAwB3B,0BAsBX,6BAAA,CAtBmC;cAwBxB,wBAsBX,6BAAA,CAtBiC;AAhDtB,cAwEA,2BAlDX,EAwEA,6BAAA,CAtBsC,gBAlDtC;AAEW,cAwEA,qBAlDX,EAwEA,6BAAA,CAtBgC,gBAlDhC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/wealth-snapshot.capability.d.ts
|
|
4
|
-
declare const AccountsCapability:
|
|
5
|
-
declare const NetWorthCapability:
|
|
6
|
-
declare const GoalsCapability:
|
|
4
|
+
declare const AccountsCapability: _contractspec_lib_contracts8.CapabilitySpec;
|
|
5
|
+
declare const NetWorthCapability: _contractspec_lib_contracts8.CapabilitySpec;
|
|
6
|
+
declare const GoalsCapability: _contractspec_lib_contracts8.CapabilitySpec;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { AccountsCapability, GoalsCapability, NetWorthCapability };
|
|
9
9
|
//# sourceMappingURL=wealth-snapshot.capability.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wealth-snapshot.capability.d.ts","names":[],"sources":["../src/wealth-snapshot.capability.ts"],"sourcesContent":[],"mappings":";;;cAEa,oBAUX,
|
|
1
|
+
{"version":3,"file":"wealth-snapshot.capability.d.ts","names":[],"sources":["../src/wealth-snapshot.capability.ts"],"sourcesContent":[],"mappings":";;;cAEa,oBAUX,4BAAA,CAV6B;cAYlB,oBAUX,4BAAA,CAV6B;cAYlB,iBAUX,4BAAA,CAV0B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts11 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/wealth-snapshot.feature.d.ts
|
|
4
|
-
declare const WealthSnapshotFeature:
|
|
4
|
+
declare const WealthSnapshotFeature: _contractspec_lib_contracts11.FeatureModuleSpec;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { WealthSnapshotFeature };
|
|
7
7
|
//# sourceMappingURL=wealth-snapshot.feature.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.wealth-snapshot",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20260119224015",
|
|
4
4
|
"description": "Wealth Snapshot mini-app for accounts, assets, liabilities, and goals",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"lint:check": "eslint src"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@contractspec/lib.identity-rbac": "0.0.0-canary-
|
|
20
|
+
"@contractspec/lib.identity-rbac": "0.0.0-canary-20260119224015",
|
|
21
21
|
"@contractspec/lib.schema": "1.48.0",
|
|
22
|
-
"@contractspec/lib.contracts": "0.0.0-canary-
|
|
23
|
-
"@contractspec/module.audit-trail": "0.0.0-canary-
|
|
24
|
-
"@contractspec/module.notifications": "0.0.0-canary-
|
|
22
|
+
"@contractspec/lib.contracts": "0.0.0-canary-20260119224015",
|
|
23
|
+
"@contractspec/module.audit-trail": "0.0.0-canary-20260119224015",
|
|
24
|
+
"@contractspec/module.notifications": "0.0.0-canary-20260119224015"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@contractspec/tool.typescript": "1.48.0",
|