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