@contractspec/example.wealth-snapshot 1.59.0 → 1.61.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.
Files changed (1) hide show
  1. package/package.json +136 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.wealth-snapshot",
3
- "version": "1.59.0",
3
+ "version": "1.61.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,34 +19,130 @@
19
19
  "typecheck": "tsc --noEmit"
20
20
  },
21
21
  "dependencies": {
22
- "@contractspec/lib.identity-rbac": "1.59.0",
23
- "@contractspec/lib.schema": "1.59.0",
24
- "@contractspec/lib.contracts": "1.59.0",
25
- "@contractspec/module.audit-trail": "1.59.0",
26
- "@contractspec/module.notifications": "1.59.0"
22
+ "@contractspec/lib.identity-rbac": "1.61.0",
23
+ "@contractspec/lib.schema": "1.61.0",
24
+ "@contractspec/lib.contracts": "1.61.0",
25
+ "@contractspec/module.audit-trail": "1.61.0",
26
+ "@contractspec/module.notifications": "1.61.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@contractspec/tool.typescript": "1.59.0",
29
+ "@contractspec/tool.typescript": "1.61.0",
30
30
  "typescript": "^5.9.3",
31
- "@contractspec/tool.bun": "1.58.0"
31
+ "@contractspec/tool.bun": "1.60.0"
32
32
  },
33
33
  "exports": {
34
- ".": "./src/index.ts",
35
- "./docs": "./src/docs/index.ts",
36
- "./docs/index": "./src/docs/index.ts",
37
- "./docs/wealth-snapshot.docblock": "./src/docs/wealth-snapshot.docblock.ts",
38
- "./entities": "./src/entities/index.ts",
39
- "./entities/index": "./src/entities/index.ts",
40
- "./events": "./src/events.ts",
41
- "./example": "./src/example.ts",
42
- "./handlers": "./src/handlers/index.ts",
43
- "./handlers/index": "./src/handlers/index.ts",
44
- "./operations": "./src/operations/index.ts",
45
- "./operations/index": "./src/operations/index.ts",
46
- "./presentations": "./src/presentations.ts",
47
- "./presentations/index": "./src/presentations/index.ts",
48
- "./wealth-snapshot.capability": "./src/wealth-snapshot.capability.ts",
49
- "./wealth-snapshot.feature": "./src/wealth-snapshot.feature.ts"
34
+ ".": {
35
+ "types": "./dist/index.d.ts",
36
+ "bun": "./dist/index.js",
37
+ "node": "./dist/node/index.js",
38
+ "browser": "./dist/browser/index.js",
39
+ "default": "./dist/index.js"
40
+ },
41
+ "./docs": {
42
+ "types": "./dist/docs/index.d.ts",
43
+ "bun": "./dist/docs/index.js",
44
+ "node": "./dist/node/docs/index.js",
45
+ "browser": "./dist/browser/docs/index.js",
46
+ "default": "./dist/docs/index.js"
47
+ },
48
+ "./docs/index": {
49
+ "types": "./dist/docs/index.d.ts",
50
+ "bun": "./dist/docs/index.js",
51
+ "node": "./dist/node/docs/index.js",
52
+ "browser": "./dist/browser/docs/index.js",
53
+ "default": "./dist/docs/index.js"
54
+ },
55
+ "./docs/wealth-snapshot.docblock": {
56
+ "types": "./dist/docs/wealth-snapshot.docblock.d.ts",
57
+ "bun": "./dist/docs/wealth-snapshot.docblock.js",
58
+ "node": "./dist/node/docs/wealth-snapshot.docblock.js",
59
+ "browser": "./dist/browser/docs/wealth-snapshot.docblock.js",
60
+ "default": "./dist/docs/wealth-snapshot.docblock.js"
61
+ },
62
+ "./entities": {
63
+ "types": "./dist/entities/index.d.ts",
64
+ "bun": "./dist/entities/index.js",
65
+ "node": "./dist/node/entities/index.js",
66
+ "browser": "./dist/browser/entities/index.js",
67
+ "default": "./dist/entities/index.js"
68
+ },
69
+ "./entities/index": {
70
+ "types": "./dist/entities/index.d.ts",
71
+ "bun": "./dist/entities/index.js",
72
+ "node": "./dist/node/entities/index.js",
73
+ "browser": "./dist/browser/entities/index.js",
74
+ "default": "./dist/entities/index.js"
75
+ },
76
+ "./events": {
77
+ "types": "./dist/events.d.ts",
78
+ "bun": "./dist/events.js",
79
+ "node": "./dist/node/events.js",
80
+ "browser": "./dist/browser/events.js",
81
+ "default": "./dist/events.js"
82
+ },
83
+ "./example": {
84
+ "types": "./dist/example.d.ts",
85
+ "bun": "./dist/example.js",
86
+ "node": "./dist/node/example.js",
87
+ "browser": "./dist/browser/example.js",
88
+ "default": "./dist/example.js"
89
+ },
90
+ "./handlers": {
91
+ "types": "./dist/handlers/index.d.ts",
92
+ "bun": "./dist/handlers/index.js",
93
+ "node": "./dist/node/handlers/index.js",
94
+ "browser": "./dist/browser/handlers/index.js",
95
+ "default": "./dist/handlers/index.js"
96
+ },
97
+ "./handlers/index": {
98
+ "types": "./dist/handlers/index.d.ts",
99
+ "bun": "./dist/handlers/index.js",
100
+ "node": "./dist/node/handlers/index.js",
101
+ "browser": "./dist/browser/handlers/index.js",
102
+ "default": "./dist/handlers/index.js"
103
+ },
104
+ "./operations": {
105
+ "types": "./dist/operations/index.d.ts",
106
+ "bun": "./dist/operations/index.js",
107
+ "node": "./dist/node/operations/index.js",
108
+ "browser": "./dist/browser/operations/index.js",
109
+ "default": "./dist/operations/index.js"
110
+ },
111
+ "./operations/index": {
112
+ "types": "./dist/operations/index.d.ts",
113
+ "bun": "./dist/operations/index.js",
114
+ "node": "./dist/node/operations/index.js",
115
+ "browser": "./dist/browser/operations/index.js",
116
+ "default": "./dist/operations/index.js"
117
+ },
118
+ "./presentations": {
119
+ "types": "./dist/presentations.d.ts",
120
+ "bun": "./dist/presentations.js",
121
+ "node": "./dist/node/presentations.js",
122
+ "browser": "./dist/browser/presentations.js",
123
+ "default": "./dist/presentations.js"
124
+ },
125
+ "./presentations/index": {
126
+ "types": "./dist/presentations/index.d.ts",
127
+ "bun": "./dist/presentations/index.js",
128
+ "node": "./dist/node/presentations/index.js",
129
+ "browser": "./dist/browser/presentations/index.js",
130
+ "default": "./dist/presentations/index.js"
131
+ },
132
+ "./wealth-snapshot.capability": {
133
+ "types": "./dist/wealth-snapshot.capability.d.ts",
134
+ "bun": "./dist/wealth-snapshot.capability.js",
135
+ "node": "./dist/node/wealth-snapshot.capability.js",
136
+ "browser": "./dist/browser/wealth-snapshot.capability.js",
137
+ "default": "./dist/wealth-snapshot.capability.js"
138
+ },
139
+ "./wealth-snapshot.feature": {
140
+ "types": "./dist/wealth-snapshot.feature.d.ts",
141
+ "bun": "./dist/wealth-snapshot.feature.js",
142
+ "node": "./dist/node/wealth-snapshot.feature.js",
143
+ "browser": "./dist/browser/wealth-snapshot.feature.js",
144
+ "default": "./dist/wealth-snapshot.feature.js"
145
+ }
50
146
  },
51
147
  "files": [
52
148
  "dist",
@@ -58,112 +154,112 @@
58
154
  ".": {
59
155
  "types": "./dist/index.d.ts",
60
156
  "bun": "./dist/index.js",
61
- "node": "./dist/node/index.mjs",
157
+ "node": "./dist/node/index.js",
62
158
  "browser": "./dist/browser/index.js",
63
159
  "default": "./dist/index.js"
64
160
  },
65
161
  "./docs": {
66
162
  "types": "./dist/docs/index.d.ts",
67
163
  "bun": "./dist/docs/index.js",
68
- "node": "./dist/node/docs/index.mjs",
164
+ "node": "./dist/node/docs/index.js",
69
165
  "browser": "./dist/browser/docs/index.js",
70
166
  "default": "./dist/docs/index.js"
71
167
  },
72
168
  "./docs/index": {
73
169
  "types": "./dist/docs/index.d.ts",
74
170
  "bun": "./dist/docs/index.js",
75
- "node": "./dist/node/docs/index.mjs",
171
+ "node": "./dist/node/docs/index.js",
76
172
  "browser": "./dist/browser/docs/index.js",
77
173
  "default": "./dist/docs/index.js"
78
174
  },
79
175
  "./docs/wealth-snapshot.docblock": {
80
176
  "types": "./dist/docs/wealth-snapshot.docblock.d.ts",
81
177
  "bun": "./dist/docs/wealth-snapshot.docblock.js",
82
- "node": "./dist/node/docs/wealth-snapshot.docblock.mjs",
178
+ "node": "./dist/node/docs/wealth-snapshot.docblock.js",
83
179
  "browser": "./dist/browser/docs/wealth-snapshot.docblock.js",
84
180
  "default": "./dist/docs/wealth-snapshot.docblock.js"
85
181
  },
86
182
  "./entities": {
87
183
  "types": "./dist/entities/index.d.ts",
88
184
  "bun": "./dist/entities/index.js",
89
- "node": "./dist/node/entities/index.mjs",
185
+ "node": "./dist/node/entities/index.js",
90
186
  "browser": "./dist/browser/entities/index.js",
91
187
  "default": "./dist/entities/index.js"
92
188
  },
93
189
  "./entities/index": {
94
190
  "types": "./dist/entities/index.d.ts",
95
191
  "bun": "./dist/entities/index.js",
96
- "node": "./dist/node/entities/index.mjs",
192
+ "node": "./dist/node/entities/index.js",
97
193
  "browser": "./dist/browser/entities/index.js",
98
194
  "default": "./dist/entities/index.js"
99
195
  },
100
196
  "./events": {
101
197
  "types": "./dist/events.d.ts",
102
198
  "bun": "./dist/events.js",
103
- "node": "./dist/node/events.mjs",
199
+ "node": "./dist/node/events.js",
104
200
  "browser": "./dist/browser/events.js",
105
201
  "default": "./dist/events.js"
106
202
  },
107
203
  "./example": {
108
204
  "types": "./dist/example.d.ts",
109
205
  "bun": "./dist/example.js",
110
- "node": "./dist/node/example.mjs",
206
+ "node": "./dist/node/example.js",
111
207
  "browser": "./dist/browser/example.js",
112
208
  "default": "./dist/example.js"
113
209
  },
114
210
  "./handlers": {
115
211
  "types": "./dist/handlers/index.d.ts",
116
212
  "bun": "./dist/handlers/index.js",
117
- "node": "./dist/node/handlers/index.mjs",
213
+ "node": "./dist/node/handlers/index.js",
118
214
  "browser": "./dist/browser/handlers/index.js",
119
215
  "default": "./dist/handlers/index.js"
120
216
  },
121
217
  "./handlers/index": {
122
218
  "types": "./dist/handlers/index.d.ts",
123
219
  "bun": "./dist/handlers/index.js",
124
- "node": "./dist/node/handlers/index.mjs",
220
+ "node": "./dist/node/handlers/index.js",
125
221
  "browser": "./dist/browser/handlers/index.js",
126
222
  "default": "./dist/handlers/index.js"
127
223
  },
128
224
  "./operations": {
129
225
  "types": "./dist/operations/index.d.ts",
130
226
  "bun": "./dist/operations/index.js",
131
- "node": "./dist/node/operations/index.mjs",
227
+ "node": "./dist/node/operations/index.js",
132
228
  "browser": "./dist/browser/operations/index.js",
133
229
  "default": "./dist/operations/index.js"
134
230
  },
135
231
  "./operations/index": {
136
232
  "types": "./dist/operations/index.d.ts",
137
233
  "bun": "./dist/operations/index.js",
138
- "node": "./dist/node/operations/index.mjs",
234
+ "node": "./dist/node/operations/index.js",
139
235
  "browser": "./dist/browser/operations/index.js",
140
236
  "default": "./dist/operations/index.js"
141
237
  },
142
238
  "./presentations": {
143
239
  "types": "./dist/presentations.d.ts",
144
240
  "bun": "./dist/presentations.js",
145
- "node": "./dist/node/presentations.mjs",
241
+ "node": "./dist/node/presentations.js",
146
242
  "browser": "./dist/browser/presentations.js",
147
243
  "default": "./dist/presentations.js"
148
244
  },
149
245
  "./presentations/index": {
150
246
  "types": "./dist/presentations/index.d.ts",
151
247
  "bun": "./dist/presentations/index.js",
152
- "node": "./dist/node/presentations/index.mjs",
248
+ "node": "./dist/node/presentations/index.js",
153
249
  "browser": "./dist/browser/presentations/index.js",
154
250
  "default": "./dist/presentations/index.js"
155
251
  },
156
252
  "./wealth-snapshot.capability": {
157
253
  "types": "./dist/wealth-snapshot.capability.d.ts",
158
254
  "bun": "./dist/wealth-snapshot.capability.js",
159
- "node": "./dist/node/wealth-snapshot.capability.mjs",
255
+ "node": "./dist/node/wealth-snapshot.capability.js",
160
256
  "browser": "./dist/browser/wealth-snapshot.capability.js",
161
257
  "default": "./dist/wealth-snapshot.capability.js"
162
258
  },
163
259
  "./wealth-snapshot.feature": {
164
260
  "types": "./dist/wealth-snapshot.feature.d.ts",
165
261
  "bun": "./dist/wealth-snapshot.feature.js",
166
- "node": "./dist/node/wealth-snapshot.feature.mjs",
262
+ "node": "./dist/node/wealth-snapshot.feature.js",
167
263
  "browser": "./dist/browser/wealth-snapshot.feature.js",
168
264
  "default": "./dist/wealth-snapshot.feature.js"
169
265
  }