@contractspec/example.wealth-snapshot 3.2.0 → 3.4.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.
@@ -832,7 +832,14 @@ var WealthSnapshotFeature = defineFeature({
832
832
  { key: "net-worth", version: "1.0.0" },
833
833
  { key: "goals", version: "1.0.0" }
834
834
  ]
835
- }
835
+ },
836
+ telemetry: [{ key: "wealth-snapshot.telemetry", version: "1.0.0" }],
837
+ docs: [
838
+ "docs.examples.wealth-snapshot",
839
+ "docs.examples.wealth-snapshot.goal",
840
+ "docs.examples.wealth-snapshot.usage",
841
+ "docs.examples.wealth-snapshot.constraints"
842
+ ]
836
843
  });
837
844
  // src/index.ts
838
845
  import { identityRbacSchemaContribution } from "@contractspec/lib.identity-rbac";
@@ -65,7 +65,14 @@ var WealthSnapshotFeature = defineFeature({
65
65
  { key: "net-worth", version: "1.0.0" },
66
66
  { key: "goals", version: "1.0.0" }
67
67
  ]
68
- }
68
+ },
69
+ telemetry: [{ key: "wealth-snapshot.telemetry", version: "1.0.0" }],
70
+ docs: [
71
+ "docs.examples.wealth-snapshot",
72
+ "docs.examples.wealth-snapshot.goal",
73
+ "docs.examples.wealth-snapshot.usage",
74
+ "docs.examples.wealth-snapshot.constraints"
75
+ ]
69
76
  });
70
77
  export {
71
78
  WealthSnapshotFeature
package/dist/index.js CHANGED
@@ -833,7 +833,14 @@ var WealthSnapshotFeature = defineFeature({
833
833
  { key: "net-worth", version: "1.0.0" },
834
834
  { key: "goals", version: "1.0.0" }
835
835
  ]
836
- }
836
+ },
837
+ telemetry: [{ key: "wealth-snapshot.telemetry", version: "1.0.0" }],
838
+ docs: [
839
+ "docs.examples.wealth-snapshot",
840
+ "docs.examples.wealth-snapshot.goal",
841
+ "docs.examples.wealth-snapshot.usage",
842
+ "docs.examples.wealth-snapshot.constraints"
843
+ ]
837
844
  });
838
845
  // src/index.ts
839
846
  import { identityRbacSchemaContribution } from "@contractspec/lib.identity-rbac";
@@ -832,7 +832,14 @@ var WealthSnapshotFeature = defineFeature({
832
832
  { key: "net-worth", version: "1.0.0" },
833
833
  { key: "goals", version: "1.0.0" }
834
834
  ]
835
- }
835
+ },
836
+ telemetry: [{ key: "wealth-snapshot.telemetry", version: "1.0.0" }],
837
+ docs: [
838
+ "docs.examples.wealth-snapshot",
839
+ "docs.examples.wealth-snapshot.goal",
840
+ "docs.examples.wealth-snapshot.usage",
841
+ "docs.examples.wealth-snapshot.constraints"
842
+ ]
836
843
  });
837
844
  // src/index.ts
838
845
  import { identityRbacSchemaContribution } from "@contractspec/lib.identity-rbac";
@@ -65,7 +65,14 @@ var WealthSnapshotFeature = defineFeature({
65
65
  { key: "net-worth", version: "1.0.0" },
66
66
  { key: "goals", version: "1.0.0" }
67
67
  ]
68
- }
68
+ },
69
+ telemetry: [{ key: "wealth-snapshot.telemetry", version: "1.0.0" }],
70
+ docs: [
71
+ "docs.examples.wealth-snapshot",
72
+ "docs.examples.wealth-snapshot.goal",
73
+ "docs.examples.wealth-snapshot.usage",
74
+ "docs.examples.wealth-snapshot.constraints"
75
+ ]
69
76
  });
70
77
  export {
71
78
  WealthSnapshotFeature
@@ -66,7 +66,14 @@ var WealthSnapshotFeature = defineFeature({
66
66
  { key: "net-worth", version: "1.0.0" },
67
67
  { key: "goals", version: "1.0.0" }
68
68
  ]
69
- }
69
+ },
70
+ telemetry: [{ key: "wealth-snapshot.telemetry", version: "1.0.0" }],
71
+ docs: [
72
+ "docs.examples.wealth-snapshot",
73
+ "docs.examples.wealth-snapshot.goal",
74
+ "docs.examples.wealth-snapshot.usage",
75
+ "docs.examples.wealth-snapshot.constraints"
76
+ ]
70
77
  });
71
78
  export {
72
79
  WealthSnapshotFeature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.wealth-snapshot",
3
- "version": "3.2.0",
3
+ "version": "3.4.0",
4
4
  "description": "Wealth Snapshot mini-app for accounts, assets, liabilities, and goals",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -19,16 +19,16 @@
19
19
  "typecheck": "tsc --noEmit"
20
20
  },
21
21
  "dependencies": {
22
- "@contractspec/lib.identity-rbac": "3.2.0",
23
- "@contractspec/lib.schema": "3.2.0",
24
- "@contractspec/lib.contracts-spec": "3.2.0",
25
- "@contractspec/module.audit-trail": "3.2.0",
26
- "@contractspec/module.notifications": "3.2.0"
22
+ "@contractspec/lib.identity-rbac": "3.4.0",
23
+ "@contractspec/lib.schema": "3.4.0",
24
+ "@contractspec/lib.contracts-spec": "3.4.0",
25
+ "@contractspec/module.audit-trail": "3.4.0",
26
+ "@contractspec/module.notifications": "3.4.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@contractspec/tool.typescript": "3.2.0",
29
+ "@contractspec/tool.typescript": "3.4.0",
30
30
  "typescript": "^5.9.3",
31
- "@contractspec/tool.bun": "3.2.0"
31
+ "@contractspec/tool.bun": "3.4.0"
32
32
  },
33
33
  "exports": {
34
34
  ".": {