@contractspec/example.saas-boilerplate 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.
@@ -55,7 +55,7 @@ Bundled 48 modules in 74ms
55
55
  billing/billing.enum.js 443 bytes (entry point)
56
56
 
57
57
  [contractspec-bun-build] transpile target=node root=src entries=48
58
- Bundled 48 modules in 86ms
58
+ Bundled 48 modules in 58ms
59
59
 
60
60
  billing/billing.entity.js 3.53 KB (entry point)
61
61
  tests/operations.test-spec.js 2.89 KB (entry point)
@@ -107,7 +107,7 @@ Bundled 48 modules in 86ms
107
107
  billing/billing.enum.js 435 bytes (entry point)
108
108
 
109
109
  [contractspec-bun-build] transpile target=browser root=src entries=48
110
- Bundled 48 modules in 75ms
110
+ Bundled 48 modules in 108ms
111
111
 
112
112
  billing/billing.entity.js 3.53 KB (entry point)
113
113
  tests/operations.test-spec.js 2.89 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @contractspec/example.saas-boilerplate
2
2
 
3
+ ## 1.61.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 374fd71: fix: publishing
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [374fd71]
12
+ - @contractspec/lib.example-shared-ui@1.15.0
13
+ - @contractspec/module.notifications@1.61.0
14
+ - @contractspec/lib.runtime-sandbox@0.16.0
15
+ - @contractspec/module.audit-trail@1.61.0
16
+ - @contractspec/lib.design-system@1.61.0
17
+ - @contractspec/lib.identity-rbac@1.61.0
18
+ - @contractspec/lib.contracts@1.61.0
19
+ - @contractspec/lib.schema@1.61.0
20
+ - @contractspec/lib.jobs@1.61.0
21
+
22
+ ## 1.60.0
23
+
24
+ ### Minor Changes
25
+
26
+ - fix: publish with bun
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @contractspec/lib.example-shared-ui@1.14.0
32
+ - @contractspec/module.notifications@1.60.0
33
+ - @contractspec/lib.runtime-sandbox@0.15.0
34
+ - @contractspec/module.audit-trail@1.60.0
35
+ - @contractspec/lib.design-system@1.60.0
36
+ - @contractspec/lib.identity-rbac@1.60.0
37
+ - @contractspec/lib.contracts@1.60.0
38
+ - @contractspec/lib.schema@1.60.0
39
+ - @contractspec/lib.jobs@1.60.0
40
+
3
41
  ## 1.59.0
4
42
 
5
43
  ### Minor Changes
package/package.json CHANGED
@@ -1,71 +1,437 @@
1
1
  {
2
2
  "name": "@contractspec/example.saas-boilerplate",
3
- "version": "1.59.0",
3
+ "version": "1.61.0",
4
4
  "description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
8
- ".": "./src/index.ts",
9
- "./billing": "./src/billing/index.ts",
10
- "./billing/billing.entity": "./src/billing/billing.entity.ts",
11
- "./billing/billing.enum": "./src/billing/billing.enum.ts",
12
- "./billing/billing.event": "./src/billing/billing.event.ts",
13
- "./billing/billing.handler": "./src/billing/billing.handler.ts",
14
- "./billing/billing.operations": "./src/billing/billing.operations.ts",
15
- "./billing/billing.presentation": "./src/billing/billing.presentation.ts",
16
- "./billing/billing.schema": "./src/billing/billing.schema.ts",
17
- "./billing/index": "./src/billing/index.ts",
18
- "./dashboard": "./src/dashboard/index.ts",
19
- "./dashboard/dashboard.presentation": "./src/dashboard/dashboard.presentation.ts",
20
- "./dashboard/index": "./src/dashboard/index.ts",
21
- "./docs": "./src/docs/index.ts",
22
- "./docs/index": "./src/docs/index.ts",
23
- "./docs/saas-boilerplate.docblock": "./src/docs/saas-boilerplate.docblock.ts",
24
- "./example": "./src/example.ts",
25
- "./handlers": "./src/handlers/index.ts",
26
- "./handlers/index": "./src/handlers/index.ts",
27
- "./handlers/saas.handlers": "./src/handlers/saas.handlers.ts",
28
- "./presentations": "./src/presentations/index.ts",
29
- "./presentations/index": "./src/presentations/index.ts",
30
- "./project": "./src/project/index.ts",
31
- "./project/index": "./src/project/index.ts",
32
- "./project/project.entity": "./src/project/project.entity.ts",
33
- "./project/project.enum": "./src/project/project.enum.ts",
34
- "./project/project.event": "./src/project/project.event.ts",
35
- "./project/project.handler": "./src/project/project.handler.ts",
36
- "./project/project.operations": "./src/project/project.operations.ts",
37
- "./project/project.presentation": "./src/project/project.presentation.ts",
38
- "./project/project.schema": "./src/project/project.schema.ts",
39
- "./saas-boilerplate.feature": "./src/saas-boilerplate.feature.ts",
40
- "./seeders": "./src/seeders/index.ts",
41
- "./seeders/index": "./src/seeders/index.ts",
42
- "./settings": "./src/settings/index.ts",
43
- "./settings/index": "./src/settings/index.ts",
44
- "./settings/settings.entity": "./src/settings/settings.entity.ts",
45
- "./settings/settings.enum": "./src/settings/settings.enum.ts",
46
- "./shared/mock-data": "./src/shared/mock-data.ts",
47
- "./shared/overlay-types": "./src/shared/overlay-types.ts",
48
- "./tests/operations.test-spec": "./src/tests/operations.test-spec.ts",
49
- "./ui": "./src/ui/index.ts",
50
- "./ui/hooks": "./src/ui/hooks/index.ts",
51
- "./ui/hooks/index": "./src/ui/hooks/index.ts",
52
- "./ui/hooks/useProjectList": "./src/ui/hooks/useProjectList.ts",
53
- "./ui/hooks/useProjectMutations": "./src/ui/hooks/useProjectMutations.ts",
54
- "./ui/index": "./src/ui/index.ts",
55
- "./ui/modals": "./src/ui/modals/index.ts",
56
- "./ui/modals/CreateProjectModal": "./src/ui/modals/CreateProjectModal.tsx",
57
- "./ui/modals/index": "./src/ui/modals/index.ts",
58
- "./ui/modals/ProjectActionsModal": "./src/ui/modals/ProjectActionsModal.tsx",
59
- "./ui/overlays": "./src/ui/overlays/index.ts",
60
- "./ui/overlays/demo-overlays": "./src/ui/overlays/demo-overlays.ts",
61
- "./ui/overlays/index": "./src/ui/overlays/index.ts",
62
- "./ui/renderers": "./src/ui/renderers/index.ts",
63
- "./ui/renderers/index": "./src/ui/renderers/index.ts",
64
- "./ui/renderers/project-list.markdown": "./src/ui/renderers/project-list.markdown.ts",
65
- "./ui/renderers/project-list.renderer": "./src/ui/renderers/project-list.renderer.tsx",
66
- "./ui/SaasDashboard": "./src/ui/SaasDashboard.tsx",
67
- "./ui/SaasProjectList": "./src/ui/SaasProjectList.tsx",
68
- "./ui/SaasSettingsPanel": "./src/ui/SaasSettingsPanel.tsx"
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "bun": "./dist/index.js",
11
+ "node": "./dist/node/index.js",
12
+ "browser": "./dist/browser/index.js",
13
+ "default": "./dist/index.js"
14
+ },
15
+ "./billing": {
16
+ "types": "./dist/billing/index.d.ts",
17
+ "bun": "./dist/billing/index.js",
18
+ "node": "./dist/node/billing/index.js",
19
+ "browser": "./dist/browser/billing/index.js",
20
+ "default": "./dist/billing/index.js"
21
+ },
22
+ "./billing/billing.entity": {
23
+ "types": "./dist/billing/billing.entity.d.ts",
24
+ "bun": "./dist/billing/billing.entity.js",
25
+ "node": "./dist/node/billing/billing.entity.js",
26
+ "browser": "./dist/browser/billing/billing.entity.js",
27
+ "default": "./dist/billing/billing.entity.js"
28
+ },
29
+ "./billing/billing.enum": {
30
+ "types": "./dist/billing/billing.enum.d.ts",
31
+ "bun": "./dist/billing/billing.enum.js",
32
+ "node": "./dist/node/billing/billing.enum.js",
33
+ "browser": "./dist/browser/billing/billing.enum.js",
34
+ "default": "./dist/billing/billing.enum.js"
35
+ },
36
+ "./billing/billing.event": {
37
+ "types": "./dist/billing/billing.event.d.ts",
38
+ "bun": "./dist/billing/billing.event.js",
39
+ "node": "./dist/node/billing/billing.event.js",
40
+ "browser": "./dist/browser/billing/billing.event.js",
41
+ "default": "./dist/billing/billing.event.js"
42
+ },
43
+ "./billing/billing.handler": {
44
+ "types": "./dist/billing/billing.handler.d.ts",
45
+ "bun": "./dist/billing/billing.handler.js",
46
+ "node": "./dist/node/billing/billing.handler.js",
47
+ "browser": "./dist/browser/billing/billing.handler.js",
48
+ "default": "./dist/billing/billing.handler.js"
49
+ },
50
+ "./billing/billing.operations": {
51
+ "types": "./dist/billing/billing.operations.d.ts",
52
+ "bun": "./dist/billing/billing.operations.js",
53
+ "node": "./dist/node/billing/billing.operations.js",
54
+ "browser": "./dist/browser/billing/billing.operations.js",
55
+ "default": "./dist/billing/billing.operations.js"
56
+ },
57
+ "./billing/billing.presentation": {
58
+ "types": "./dist/billing/billing.presentation.d.ts",
59
+ "bun": "./dist/billing/billing.presentation.js",
60
+ "node": "./dist/node/billing/billing.presentation.js",
61
+ "browser": "./dist/browser/billing/billing.presentation.js",
62
+ "default": "./dist/billing/billing.presentation.js"
63
+ },
64
+ "./billing/billing.schema": {
65
+ "types": "./dist/billing/billing.schema.d.ts",
66
+ "bun": "./dist/billing/billing.schema.js",
67
+ "node": "./dist/node/billing/billing.schema.js",
68
+ "browser": "./dist/browser/billing/billing.schema.js",
69
+ "default": "./dist/billing/billing.schema.js"
70
+ },
71
+ "./billing/index": {
72
+ "types": "./dist/billing/index.d.ts",
73
+ "bun": "./dist/billing/index.js",
74
+ "node": "./dist/node/billing/index.js",
75
+ "browser": "./dist/browser/billing/index.js",
76
+ "default": "./dist/billing/index.js"
77
+ },
78
+ "./dashboard": {
79
+ "types": "./dist/dashboard/index.d.ts",
80
+ "bun": "./dist/dashboard/index.js",
81
+ "node": "./dist/node/dashboard/index.js",
82
+ "browser": "./dist/browser/dashboard/index.js",
83
+ "default": "./dist/dashboard/index.js"
84
+ },
85
+ "./dashboard/dashboard.presentation": {
86
+ "types": "./dist/dashboard/dashboard.presentation.d.ts",
87
+ "bun": "./dist/dashboard/dashboard.presentation.js",
88
+ "node": "./dist/node/dashboard/dashboard.presentation.js",
89
+ "browser": "./dist/browser/dashboard/dashboard.presentation.js",
90
+ "default": "./dist/dashboard/dashboard.presentation.js"
91
+ },
92
+ "./dashboard/index": {
93
+ "types": "./dist/dashboard/index.d.ts",
94
+ "bun": "./dist/dashboard/index.js",
95
+ "node": "./dist/node/dashboard/index.js",
96
+ "browser": "./dist/browser/dashboard/index.js",
97
+ "default": "./dist/dashboard/index.js"
98
+ },
99
+ "./docs": {
100
+ "types": "./dist/docs/index.d.ts",
101
+ "bun": "./dist/docs/index.js",
102
+ "node": "./dist/node/docs/index.js",
103
+ "browser": "./dist/browser/docs/index.js",
104
+ "default": "./dist/docs/index.js"
105
+ },
106
+ "./docs/index": {
107
+ "types": "./dist/docs/index.d.ts",
108
+ "bun": "./dist/docs/index.js",
109
+ "node": "./dist/node/docs/index.js",
110
+ "browser": "./dist/browser/docs/index.js",
111
+ "default": "./dist/docs/index.js"
112
+ },
113
+ "./docs/saas-boilerplate.docblock": {
114
+ "types": "./dist/docs/saas-boilerplate.docblock.d.ts",
115
+ "bun": "./dist/docs/saas-boilerplate.docblock.js",
116
+ "node": "./dist/node/docs/saas-boilerplate.docblock.js",
117
+ "browser": "./dist/browser/docs/saas-boilerplate.docblock.js",
118
+ "default": "./dist/docs/saas-boilerplate.docblock.js"
119
+ },
120
+ "./example": {
121
+ "types": "./dist/example.d.ts",
122
+ "bun": "./dist/example.js",
123
+ "node": "./dist/node/example.js",
124
+ "browser": "./dist/browser/example.js",
125
+ "default": "./dist/example.js"
126
+ },
127
+ "./handlers": {
128
+ "types": "./dist/handlers/index.d.ts",
129
+ "bun": "./dist/handlers/index.js",
130
+ "node": "./dist/node/handlers/index.js",
131
+ "browser": "./dist/browser/handlers/index.js",
132
+ "default": "./dist/handlers/index.js"
133
+ },
134
+ "./handlers/index": {
135
+ "types": "./dist/handlers/index.d.ts",
136
+ "bun": "./dist/handlers/index.js",
137
+ "node": "./dist/node/handlers/index.js",
138
+ "browser": "./dist/browser/handlers/index.js",
139
+ "default": "./dist/handlers/index.js"
140
+ },
141
+ "./handlers/saas.handlers": {
142
+ "types": "./dist/handlers/saas.handlers.d.ts",
143
+ "bun": "./dist/handlers/saas.handlers.js",
144
+ "node": "./dist/node/handlers/saas.handlers.js",
145
+ "browser": "./dist/browser/handlers/saas.handlers.js",
146
+ "default": "./dist/handlers/saas.handlers.js"
147
+ },
148
+ "./presentations": {
149
+ "types": "./dist/presentations/index.d.ts",
150
+ "bun": "./dist/presentations/index.js",
151
+ "node": "./dist/node/presentations/index.js",
152
+ "browser": "./dist/browser/presentations/index.js",
153
+ "default": "./dist/presentations/index.js"
154
+ },
155
+ "./presentations/index": {
156
+ "types": "./dist/presentations/index.d.ts",
157
+ "bun": "./dist/presentations/index.js",
158
+ "node": "./dist/node/presentations/index.js",
159
+ "browser": "./dist/browser/presentations/index.js",
160
+ "default": "./dist/presentations/index.js"
161
+ },
162
+ "./project": {
163
+ "types": "./dist/project/index.d.ts",
164
+ "bun": "./dist/project/index.js",
165
+ "node": "./dist/node/project/index.js",
166
+ "browser": "./dist/browser/project/index.js",
167
+ "default": "./dist/project/index.js"
168
+ },
169
+ "./project/index": {
170
+ "types": "./dist/project/index.d.ts",
171
+ "bun": "./dist/project/index.js",
172
+ "node": "./dist/node/project/index.js",
173
+ "browser": "./dist/browser/project/index.js",
174
+ "default": "./dist/project/index.js"
175
+ },
176
+ "./project/project.entity": {
177
+ "types": "./dist/project/project.entity.d.ts",
178
+ "bun": "./dist/project/project.entity.js",
179
+ "node": "./dist/node/project/project.entity.js",
180
+ "browser": "./dist/browser/project/project.entity.js",
181
+ "default": "./dist/project/project.entity.js"
182
+ },
183
+ "./project/project.enum": {
184
+ "types": "./dist/project/project.enum.d.ts",
185
+ "bun": "./dist/project/project.enum.js",
186
+ "node": "./dist/node/project/project.enum.js",
187
+ "browser": "./dist/browser/project/project.enum.js",
188
+ "default": "./dist/project/project.enum.js"
189
+ },
190
+ "./project/project.event": {
191
+ "types": "./dist/project/project.event.d.ts",
192
+ "bun": "./dist/project/project.event.js",
193
+ "node": "./dist/node/project/project.event.js",
194
+ "browser": "./dist/browser/project/project.event.js",
195
+ "default": "./dist/project/project.event.js"
196
+ },
197
+ "./project/project.handler": {
198
+ "types": "./dist/project/project.handler.d.ts",
199
+ "bun": "./dist/project/project.handler.js",
200
+ "node": "./dist/node/project/project.handler.js",
201
+ "browser": "./dist/browser/project/project.handler.js",
202
+ "default": "./dist/project/project.handler.js"
203
+ },
204
+ "./project/project.operations": {
205
+ "types": "./dist/project/project.operations.d.ts",
206
+ "bun": "./dist/project/project.operations.js",
207
+ "node": "./dist/node/project/project.operations.js",
208
+ "browser": "./dist/browser/project/project.operations.js",
209
+ "default": "./dist/project/project.operations.js"
210
+ },
211
+ "./project/project.presentation": {
212
+ "types": "./dist/project/project.presentation.d.ts",
213
+ "bun": "./dist/project/project.presentation.js",
214
+ "node": "./dist/node/project/project.presentation.js",
215
+ "browser": "./dist/browser/project/project.presentation.js",
216
+ "default": "./dist/project/project.presentation.js"
217
+ },
218
+ "./project/project.schema": {
219
+ "types": "./dist/project/project.schema.d.ts",
220
+ "bun": "./dist/project/project.schema.js",
221
+ "node": "./dist/node/project/project.schema.js",
222
+ "browser": "./dist/browser/project/project.schema.js",
223
+ "default": "./dist/project/project.schema.js"
224
+ },
225
+ "./saas-boilerplate.feature": {
226
+ "types": "./dist/saas-boilerplate.feature.d.ts",
227
+ "bun": "./dist/saas-boilerplate.feature.js",
228
+ "node": "./dist/node/saas-boilerplate.feature.js",
229
+ "browser": "./dist/browser/saas-boilerplate.feature.js",
230
+ "default": "./dist/saas-boilerplate.feature.js"
231
+ },
232
+ "./seeders": {
233
+ "types": "./dist/seeders/index.d.ts",
234
+ "bun": "./dist/seeders/index.js",
235
+ "node": "./dist/node/seeders/index.js",
236
+ "browser": "./dist/browser/seeders/index.js",
237
+ "default": "./dist/seeders/index.js"
238
+ },
239
+ "./seeders/index": {
240
+ "types": "./dist/seeders/index.d.ts",
241
+ "bun": "./dist/seeders/index.js",
242
+ "node": "./dist/node/seeders/index.js",
243
+ "browser": "./dist/browser/seeders/index.js",
244
+ "default": "./dist/seeders/index.js"
245
+ },
246
+ "./settings": {
247
+ "types": "./dist/settings/index.d.ts",
248
+ "bun": "./dist/settings/index.js",
249
+ "node": "./dist/node/settings/index.js",
250
+ "browser": "./dist/browser/settings/index.js",
251
+ "default": "./dist/settings/index.js"
252
+ },
253
+ "./settings/index": {
254
+ "types": "./dist/settings/index.d.ts",
255
+ "bun": "./dist/settings/index.js",
256
+ "node": "./dist/node/settings/index.js",
257
+ "browser": "./dist/browser/settings/index.js",
258
+ "default": "./dist/settings/index.js"
259
+ },
260
+ "./settings/settings.entity": {
261
+ "types": "./dist/settings/settings.entity.d.ts",
262
+ "bun": "./dist/settings/settings.entity.js",
263
+ "node": "./dist/node/settings/settings.entity.js",
264
+ "browser": "./dist/browser/settings/settings.entity.js",
265
+ "default": "./dist/settings/settings.entity.js"
266
+ },
267
+ "./settings/settings.enum": {
268
+ "types": "./dist/settings/settings.enum.d.ts",
269
+ "bun": "./dist/settings/settings.enum.js",
270
+ "node": "./dist/node/settings/settings.enum.js",
271
+ "browser": "./dist/browser/settings/settings.enum.js",
272
+ "default": "./dist/settings/settings.enum.js"
273
+ },
274
+ "./shared/mock-data": {
275
+ "types": "./dist/shared/mock-data.d.ts",
276
+ "bun": "./dist/shared/mock-data.js",
277
+ "node": "./dist/node/shared/mock-data.js",
278
+ "browser": "./dist/browser/shared/mock-data.js",
279
+ "default": "./dist/shared/mock-data.js"
280
+ },
281
+ "./shared/overlay-types": {
282
+ "types": "./dist/shared/overlay-types.d.ts",
283
+ "bun": "./dist/shared/overlay-types.js",
284
+ "node": "./dist/node/shared/overlay-types.js",
285
+ "browser": "./dist/browser/shared/overlay-types.js",
286
+ "default": "./dist/shared/overlay-types.js"
287
+ },
288
+ "./tests/operations.test-spec": {
289
+ "types": "./dist/tests/operations.test-spec.d.ts",
290
+ "bun": "./dist/tests/operations.test-spec.js",
291
+ "node": "./dist/node/tests/operations.test-spec.js",
292
+ "browser": "./dist/browser/tests/operations.test-spec.js",
293
+ "default": "./dist/tests/operations.test-spec.js"
294
+ },
295
+ "./ui": {
296
+ "types": "./dist/ui/index.d.ts",
297
+ "bun": "./dist/ui/index.js",
298
+ "node": "./dist/node/ui/index.js",
299
+ "browser": "./dist/browser/ui/index.js",
300
+ "default": "./dist/ui/index.js"
301
+ },
302
+ "./ui/hooks": {
303
+ "types": "./dist/ui/hooks/index.d.ts",
304
+ "bun": "./dist/ui/hooks/index.js",
305
+ "node": "./dist/node/ui/hooks/index.js",
306
+ "browser": "./dist/browser/ui/hooks/index.js",
307
+ "default": "./dist/ui/hooks/index.js"
308
+ },
309
+ "./ui/hooks/index": {
310
+ "types": "./dist/ui/hooks/index.d.ts",
311
+ "bun": "./dist/ui/hooks/index.js",
312
+ "node": "./dist/node/ui/hooks/index.js",
313
+ "browser": "./dist/browser/ui/hooks/index.js",
314
+ "default": "./dist/ui/hooks/index.js"
315
+ },
316
+ "./ui/hooks/useProjectList": {
317
+ "types": "./dist/ui/hooks/useProjectList.d.ts",
318
+ "bun": "./dist/ui/hooks/useProjectList.js",
319
+ "node": "./dist/node/ui/hooks/useProjectList.js",
320
+ "browser": "./dist/browser/ui/hooks/useProjectList.js",
321
+ "default": "./dist/ui/hooks/useProjectList.js"
322
+ },
323
+ "./ui/hooks/useProjectMutations": {
324
+ "types": "./dist/ui/hooks/useProjectMutations.d.ts",
325
+ "bun": "./dist/ui/hooks/useProjectMutations.js",
326
+ "node": "./dist/node/ui/hooks/useProjectMutations.js",
327
+ "browser": "./dist/browser/ui/hooks/useProjectMutations.js",
328
+ "default": "./dist/ui/hooks/useProjectMutations.js"
329
+ },
330
+ "./ui/index": {
331
+ "types": "./dist/ui/index.d.ts",
332
+ "bun": "./dist/ui/index.js",
333
+ "node": "./dist/node/ui/index.js",
334
+ "browser": "./dist/browser/ui/index.js",
335
+ "default": "./dist/ui/index.js"
336
+ },
337
+ "./ui/modals": {
338
+ "types": "./dist/ui/modals/index.d.ts",
339
+ "bun": "./dist/ui/modals/index.js",
340
+ "node": "./dist/node/ui/modals/index.js",
341
+ "browser": "./dist/browser/ui/modals/index.js",
342
+ "default": "./dist/ui/modals/index.js"
343
+ },
344
+ "./ui/modals/CreateProjectModal": {
345
+ "types": "./dist/ui/modals/CreateProjectModal.d.ts",
346
+ "bun": "./dist/ui/modals/CreateProjectModal.js",
347
+ "node": "./dist/node/ui/modals/CreateProjectModal.js",
348
+ "browser": "./dist/browser/ui/modals/CreateProjectModal.js",
349
+ "default": "./dist/ui/modals/CreateProjectModal.js"
350
+ },
351
+ "./ui/modals/index": {
352
+ "types": "./dist/ui/modals/index.d.ts",
353
+ "bun": "./dist/ui/modals/index.js",
354
+ "node": "./dist/node/ui/modals/index.js",
355
+ "browser": "./dist/browser/ui/modals/index.js",
356
+ "default": "./dist/ui/modals/index.js"
357
+ },
358
+ "./ui/modals/ProjectActionsModal": {
359
+ "types": "./dist/ui/modals/ProjectActionsModal.d.ts",
360
+ "bun": "./dist/ui/modals/ProjectActionsModal.js",
361
+ "node": "./dist/node/ui/modals/ProjectActionsModal.js",
362
+ "browser": "./dist/browser/ui/modals/ProjectActionsModal.js",
363
+ "default": "./dist/ui/modals/ProjectActionsModal.js"
364
+ },
365
+ "./ui/overlays": {
366
+ "types": "./dist/ui/overlays/index.d.ts",
367
+ "bun": "./dist/ui/overlays/index.js",
368
+ "node": "./dist/node/ui/overlays/index.js",
369
+ "browser": "./dist/browser/ui/overlays/index.js",
370
+ "default": "./dist/ui/overlays/index.js"
371
+ },
372
+ "./ui/overlays/demo-overlays": {
373
+ "types": "./dist/ui/overlays/demo-overlays.d.ts",
374
+ "bun": "./dist/ui/overlays/demo-overlays.js",
375
+ "node": "./dist/node/ui/overlays/demo-overlays.js",
376
+ "browser": "./dist/browser/ui/overlays/demo-overlays.js",
377
+ "default": "./dist/ui/overlays/demo-overlays.js"
378
+ },
379
+ "./ui/overlays/index": {
380
+ "types": "./dist/ui/overlays/index.d.ts",
381
+ "bun": "./dist/ui/overlays/index.js",
382
+ "node": "./dist/node/ui/overlays/index.js",
383
+ "browser": "./dist/browser/ui/overlays/index.js",
384
+ "default": "./dist/ui/overlays/index.js"
385
+ },
386
+ "./ui/renderers": {
387
+ "types": "./dist/ui/renderers/index.d.ts",
388
+ "bun": "./dist/ui/renderers/index.js",
389
+ "node": "./dist/node/ui/renderers/index.js",
390
+ "browser": "./dist/browser/ui/renderers/index.js",
391
+ "default": "./dist/ui/renderers/index.js"
392
+ },
393
+ "./ui/renderers/index": {
394
+ "types": "./dist/ui/renderers/index.d.ts",
395
+ "bun": "./dist/ui/renderers/index.js",
396
+ "node": "./dist/node/ui/renderers/index.js",
397
+ "browser": "./dist/browser/ui/renderers/index.js",
398
+ "default": "./dist/ui/renderers/index.js"
399
+ },
400
+ "./ui/renderers/project-list.markdown": {
401
+ "types": "./dist/ui/renderers/project-list.markdown.d.ts",
402
+ "bun": "./dist/ui/renderers/project-list.markdown.js",
403
+ "node": "./dist/node/ui/renderers/project-list.markdown.js",
404
+ "browser": "./dist/browser/ui/renderers/project-list.markdown.js",
405
+ "default": "./dist/ui/renderers/project-list.markdown.js"
406
+ },
407
+ "./ui/renderers/project-list.renderer": {
408
+ "types": "./dist/ui/renderers/project-list.renderer.d.ts",
409
+ "bun": "./dist/ui/renderers/project-list.renderer.js",
410
+ "node": "./dist/node/ui/renderers/project-list.renderer.js",
411
+ "browser": "./dist/browser/ui/renderers/project-list.renderer.js",
412
+ "default": "./dist/ui/renderers/project-list.renderer.js"
413
+ },
414
+ "./ui/SaasDashboard": {
415
+ "types": "./dist/ui/SaasDashboard.d.ts",
416
+ "bun": "./dist/ui/SaasDashboard.js",
417
+ "node": "./dist/node/ui/SaasDashboard.js",
418
+ "browser": "./dist/browser/ui/SaasDashboard.js",
419
+ "default": "./dist/ui/SaasDashboard.js"
420
+ },
421
+ "./ui/SaasProjectList": {
422
+ "types": "./dist/ui/SaasProjectList.d.ts",
423
+ "bun": "./dist/ui/SaasProjectList.js",
424
+ "node": "./dist/node/ui/SaasProjectList.js",
425
+ "browser": "./dist/browser/ui/SaasProjectList.js",
426
+ "default": "./dist/ui/SaasProjectList.js"
427
+ },
428
+ "./ui/SaasSettingsPanel": {
429
+ "types": "./dist/ui/SaasSettingsPanel.d.ts",
430
+ "bun": "./dist/ui/SaasSettingsPanel.js",
431
+ "node": "./dist/node/ui/SaasSettingsPanel.js",
432
+ "browser": "./dist/browser/ui/SaasSettingsPanel.js",
433
+ "default": "./dist/ui/SaasSettingsPanel.js"
434
+ }
69
435
  },
70
436
  "scripts": {
71
437
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
@@ -83,451 +449,451 @@
83
449
  "typecheck": "tsc --noEmit"
84
450
  },
85
451
  "dependencies": {
86
- "@contractspec/lib.identity-rbac": "1.59.0",
87
- "@contractspec/lib.jobs": "1.59.0",
88
- "@contractspec/module.audit-trail": "1.59.0",
89
- "@contractspec/module.notifications": "1.59.0",
90
- "@contractspec/lib.contracts": "1.59.0",
91
- "@contractspec/lib.schema": "1.59.0",
92
- "@contractspec/lib.example-shared-ui": "1.13.0",
93
- "@contractspec/lib.design-system": "1.59.0",
94
- "@contractspec/lib.runtime-sandbox": "0.14.0",
452
+ "@contractspec/lib.identity-rbac": "1.61.0",
453
+ "@contractspec/lib.jobs": "1.61.0",
454
+ "@contractspec/module.audit-trail": "1.61.0",
455
+ "@contractspec/module.notifications": "1.61.0",
456
+ "@contractspec/lib.contracts": "1.61.0",
457
+ "@contractspec/lib.schema": "1.61.0",
458
+ "@contractspec/lib.example-shared-ui": "1.15.0",
459
+ "@contractspec/lib.design-system": "1.61.0",
460
+ "@contractspec/lib.runtime-sandbox": "0.16.0",
95
461
  "react": "19.2.4",
96
462
  "react-dom": "19.2.4"
97
463
  },
98
464
  "devDependencies": {
99
- "@contractspec/tool.typescript": "1.59.0",
465
+ "@contractspec/tool.typescript": "1.61.0",
100
466
  "typescript": "^5.9.3",
101
467
  "@types/react": "^19.2.13",
102
468
  "@types/react-dom": "^19.2.2",
103
- "@contractspec/tool.bun": "1.58.0"
469
+ "@contractspec/tool.bun": "1.60.0"
104
470
  },
105
471
  "publishConfig": {
106
472
  "exports": {
107
473
  ".": {
108
474
  "types": "./dist/index.d.ts",
109
475
  "bun": "./dist/index.js",
110
- "node": "./dist/node/index.mjs",
476
+ "node": "./dist/node/index.js",
111
477
  "browser": "./dist/browser/index.js",
112
478
  "default": "./dist/index.js"
113
479
  },
114
480
  "./billing": {
115
481
  "types": "./dist/billing/index.d.ts",
116
482
  "bun": "./dist/billing/index.js",
117
- "node": "./dist/node/billing/index.mjs",
483
+ "node": "./dist/node/billing/index.js",
118
484
  "browser": "./dist/browser/billing/index.js",
119
485
  "default": "./dist/billing/index.js"
120
486
  },
121
487
  "./billing/billing.entity": {
122
488
  "types": "./dist/billing/billing.entity.d.ts",
123
489
  "bun": "./dist/billing/billing.entity.js",
124
- "node": "./dist/node/billing/billing.entity.mjs",
490
+ "node": "./dist/node/billing/billing.entity.js",
125
491
  "browser": "./dist/browser/billing/billing.entity.js",
126
492
  "default": "./dist/billing/billing.entity.js"
127
493
  },
128
494
  "./billing/billing.enum": {
129
495
  "types": "./dist/billing/billing.enum.d.ts",
130
496
  "bun": "./dist/billing/billing.enum.js",
131
- "node": "./dist/node/billing/billing.enum.mjs",
497
+ "node": "./dist/node/billing/billing.enum.js",
132
498
  "browser": "./dist/browser/billing/billing.enum.js",
133
499
  "default": "./dist/billing/billing.enum.js"
134
500
  },
135
501
  "./billing/billing.event": {
136
502
  "types": "./dist/billing/billing.event.d.ts",
137
503
  "bun": "./dist/billing/billing.event.js",
138
- "node": "./dist/node/billing/billing.event.mjs",
504
+ "node": "./dist/node/billing/billing.event.js",
139
505
  "browser": "./dist/browser/billing/billing.event.js",
140
506
  "default": "./dist/billing/billing.event.js"
141
507
  },
142
508
  "./billing/billing.handler": {
143
509
  "types": "./dist/billing/billing.handler.d.ts",
144
510
  "bun": "./dist/billing/billing.handler.js",
145
- "node": "./dist/node/billing/billing.handler.mjs",
511
+ "node": "./dist/node/billing/billing.handler.js",
146
512
  "browser": "./dist/browser/billing/billing.handler.js",
147
513
  "default": "./dist/billing/billing.handler.js"
148
514
  },
149
515
  "./billing/billing.operations": {
150
516
  "types": "./dist/billing/billing.operations.d.ts",
151
517
  "bun": "./dist/billing/billing.operations.js",
152
- "node": "./dist/node/billing/billing.operations.mjs",
518
+ "node": "./dist/node/billing/billing.operations.js",
153
519
  "browser": "./dist/browser/billing/billing.operations.js",
154
520
  "default": "./dist/billing/billing.operations.js"
155
521
  },
156
522
  "./billing/billing.presentation": {
157
523
  "types": "./dist/billing/billing.presentation.d.ts",
158
524
  "bun": "./dist/billing/billing.presentation.js",
159
- "node": "./dist/node/billing/billing.presentation.mjs",
525
+ "node": "./dist/node/billing/billing.presentation.js",
160
526
  "browser": "./dist/browser/billing/billing.presentation.js",
161
527
  "default": "./dist/billing/billing.presentation.js"
162
528
  },
163
529
  "./billing/billing.schema": {
164
530
  "types": "./dist/billing/billing.schema.d.ts",
165
531
  "bun": "./dist/billing/billing.schema.js",
166
- "node": "./dist/node/billing/billing.schema.mjs",
532
+ "node": "./dist/node/billing/billing.schema.js",
167
533
  "browser": "./dist/browser/billing/billing.schema.js",
168
534
  "default": "./dist/billing/billing.schema.js"
169
535
  },
170
536
  "./billing/index": {
171
537
  "types": "./dist/billing/index.d.ts",
172
538
  "bun": "./dist/billing/index.js",
173
- "node": "./dist/node/billing/index.mjs",
539
+ "node": "./dist/node/billing/index.js",
174
540
  "browser": "./dist/browser/billing/index.js",
175
541
  "default": "./dist/billing/index.js"
176
542
  },
177
543
  "./dashboard": {
178
544
  "types": "./dist/dashboard/index.d.ts",
179
545
  "bun": "./dist/dashboard/index.js",
180
- "node": "./dist/node/dashboard/index.mjs",
546
+ "node": "./dist/node/dashboard/index.js",
181
547
  "browser": "./dist/browser/dashboard/index.js",
182
548
  "default": "./dist/dashboard/index.js"
183
549
  },
184
550
  "./dashboard/dashboard.presentation": {
185
551
  "types": "./dist/dashboard/dashboard.presentation.d.ts",
186
552
  "bun": "./dist/dashboard/dashboard.presentation.js",
187
- "node": "./dist/node/dashboard/dashboard.presentation.mjs",
553
+ "node": "./dist/node/dashboard/dashboard.presentation.js",
188
554
  "browser": "./dist/browser/dashboard/dashboard.presentation.js",
189
555
  "default": "./dist/dashboard/dashboard.presentation.js"
190
556
  },
191
557
  "./dashboard/index": {
192
558
  "types": "./dist/dashboard/index.d.ts",
193
559
  "bun": "./dist/dashboard/index.js",
194
- "node": "./dist/node/dashboard/index.mjs",
560
+ "node": "./dist/node/dashboard/index.js",
195
561
  "browser": "./dist/browser/dashboard/index.js",
196
562
  "default": "./dist/dashboard/index.js"
197
563
  },
198
564
  "./docs": {
199
565
  "types": "./dist/docs/index.d.ts",
200
566
  "bun": "./dist/docs/index.js",
201
- "node": "./dist/node/docs/index.mjs",
567
+ "node": "./dist/node/docs/index.js",
202
568
  "browser": "./dist/browser/docs/index.js",
203
569
  "default": "./dist/docs/index.js"
204
570
  },
205
571
  "./docs/index": {
206
572
  "types": "./dist/docs/index.d.ts",
207
573
  "bun": "./dist/docs/index.js",
208
- "node": "./dist/node/docs/index.mjs",
574
+ "node": "./dist/node/docs/index.js",
209
575
  "browser": "./dist/browser/docs/index.js",
210
576
  "default": "./dist/docs/index.js"
211
577
  },
212
578
  "./docs/saas-boilerplate.docblock": {
213
579
  "types": "./dist/docs/saas-boilerplate.docblock.d.ts",
214
580
  "bun": "./dist/docs/saas-boilerplate.docblock.js",
215
- "node": "./dist/node/docs/saas-boilerplate.docblock.mjs",
581
+ "node": "./dist/node/docs/saas-boilerplate.docblock.js",
216
582
  "browser": "./dist/browser/docs/saas-boilerplate.docblock.js",
217
583
  "default": "./dist/docs/saas-boilerplate.docblock.js"
218
584
  },
219
585
  "./example": {
220
586
  "types": "./dist/example.d.ts",
221
587
  "bun": "./dist/example.js",
222
- "node": "./dist/node/example.mjs",
588
+ "node": "./dist/node/example.js",
223
589
  "browser": "./dist/browser/example.js",
224
590
  "default": "./dist/example.js"
225
591
  },
226
592
  "./handlers": {
227
593
  "types": "./dist/handlers/index.d.ts",
228
594
  "bun": "./dist/handlers/index.js",
229
- "node": "./dist/node/handlers/index.mjs",
595
+ "node": "./dist/node/handlers/index.js",
230
596
  "browser": "./dist/browser/handlers/index.js",
231
597
  "default": "./dist/handlers/index.js"
232
598
  },
233
599
  "./handlers/index": {
234
600
  "types": "./dist/handlers/index.d.ts",
235
601
  "bun": "./dist/handlers/index.js",
236
- "node": "./dist/node/handlers/index.mjs",
602
+ "node": "./dist/node/handlers/index.js",
237
603
  "browser": "./dist/browser/handlers/index.js",
238
604
  "default": "./dist/handlers/index.js"
239
605
  },
240
606
  "./handlers/saas.handlers": {
241
607
  "types": "./dist/handlers/saas.handlers.d.ts",
242
608
  "bun": "./dist/handlers/saas.handlers.js",
243
- "node": "./dist/node/handlers/saas.handlers.mjs",
609
+ "node": "./dist/node/handlers/saas.handlers.js",
244
610
  "browser": "./dist/browser/handlers/saas.handlers.js",
245
611
  "default": "./dist/handlers/saas.handlers.js"
246
612
  },
247
613
  "./presentations": {
248
614
  "types": "./dist/presentations/index.d.ts",
249
615
  "bun": "./dist/presentations/index.js",
250
- "node": "./dist/node/presentations/index.mjs",
616
+ "node": "./dist/node/presentations/index.js",
251
617
  "browser": "./dist/browser/presentations/index.js",
252
618
  "default": "./dist/presentations/index.js"
253
619
  },
254
620
  "./presentations/index": {
255
621
  "types": "./dist/presentations/index.d.ts",
256
622
  "bun": "./dist/presentations/index.js",
257
- "node": "./dist/node/presentations/index.mjs",
623
+ "node": "./dist/node/presentations/index.js",
258
624
  "browser": "./dist/browser/presentations/index.js",
259
625
  "default": "./dist/presentations/index.js"
260
626
  },
261
627
  "./project": {
262
628
  "types": "./dist/project/index.d.ts",
263
629
  "bun": "./dist/project/index.js",
264
- "node": "./dist/node/project/index.mjs",
630
+ "node": "./dist/node/project/index.js",
265
631
  "browser": "./dist/browser/project/index.js",
266
632
  "default": "./dist/project/index.js"
267
633
  },
268
634
  "./project/index": {
269
635
  "types": "./dist/project/index.d.ts",
270
636
  "bun": "./dist/project/index.js",
271
- "node": "./dist/node/project/index.mjs",
637
+ "node": "./dist/node/project/index.js",
272
638
  "browser": "./dist/browser/project/index.js",
273
639
  "default": "./dist/project/index.js"
274
640
  },
275
641
  "./project/project.entity": {
276
642
  "types": "./dist/project/project.entity.d.ts",
277
643
  "bun": "./dist/project/project.entity.js",
278
- "node": "./dist/node/project/project.entity.mjs",
644
+ "node": "./dist/node/project/project.entity.js",
279
645
  "browser": "./dist/browser/project/project.entity.js",
280
646
  "default": "./dist/project/project.entity.js"
281
647
  },
282
648
  "./project/project.enum": {
283
649
  "types": "./dist/project/project.enum.d.ts",
284
650
  "bun": "./dist/project/project.enum.js",
285
- "node": "./dist/node/project/project.enum.mjs",
651
+ "node": "./dist/node/project/project.enum.js",
286
652
  "browser": "./dist/browser/project/project.enum.js",
287
653
  "default": "./dist/project/project.enum.js"
288
654
  },
289
655
  "./project/project.event": {
290
656
  "types": "./dist/project/project.event.d.ts",
291
657
  "bun": "./dist/project/project.event.js",
292
- "node": "./dist/node/project/project.event.mjs",
658
+ "node": "./dist/node/project/project.event.js",
293
659
  "browser": "./dist/browser/project/project.event.js",
294
660
  "default": "./dist/project/project.event.js"
295
661
  },
296
662
  "./project/project.handler": {
297
663
  "types": "./dist/project/project.handler.d.ts",
298
664
  "bun": "./dist/project/project.handler.js",
299
- "node": "./dist/node/project/project.handler.mjs",
665
+ "node": "./dist/node/project/project.handler.js",
300
666
  "browser": "./dist/browser/project/project.handler.js",
301
667
  "default": "./dist/project/project.handler.js"
302
668
  },
303
669
  "./project/project.operations": {
304
670
  "types": "./dist/project/project.operations.d.ts",
305
671
  "bun": "./dist/project/project.operations.js",
306
- "node": "./dist/node/project/project.operations.mjs",
672
+ "node": "./dist/node/project/project.operations.js",
307
673
  "browser": "./dist/browser/project/project.operations.js",
308
674
  "default": "./dist/project/project.operations.js"
309
675
  },
310
676
  "./project/project.presentation": {
311
677
  "types": "./dist/project/project.presentation.d.ts",
312
678
  "bun": "./dist/project/project.presentation.js",
313
- "node": "./dist/node/project/project.presentation.mjs",
679
+ "node": "./dist/node/project/project.presentation.js",
314
680
  "browser": "./dist/browser/project/project.presentation.js",
315
681
  "default": "./dist/project/project.presentation.js"
316
682
  },
317
683
  "./project/project.schema": {
318
684
  "types": "./dist/project/project.schema.d.ts",
319
685
  "bun": "./dist/project/project.schema.js",
320
- "node": "./dist/node/project/project.schema.mjs",
686
+ "node": "./dist/node/project/project.schema.js",
321
687
  "browser": "./dist/browser/project/project.schema.js",
322
688
  "default": "./dist/project/project.schema.js"
323
689
  },
324
690
  "./saas-boilerplate.feature": {
325
691
  "types": "./dist/saas-boilerplate.feature.d.ts",
326
692
  "bun": "./dist/saas-boilerplate.feature.js",
327
- "node": "./dist/node/saas-boilerplate.feature.mjs",
693
+ "node": "./dist/node/saas-boilerplate.feature.js",
328
694
  "browser": "./dist/browser/saas-boilerplate.feature.js",
329
695
  "default": "./dist/saas-boilerplate.feature.js"
330
696
  },
331
697
  "./seeders": {
332
698
  "types": "./dist/seeders/index.d.ts",
333
699
  "bun": "./dist/seeders/index.js",
334
- "node": "./dist/node/seeders/index.mjs",
700
+ "node": "./dist/node/seeders/index.js",
335
701
  "browser": "./dist/browser/seeders/index.js",
336
702
  "default": "./dist/seeders/index.js"
337
703
  },
338
704
  "./seeders/index": {
339
705
  "types": "./dist/seeders/index.d.ts",
340
706
  "bun": "./dist/seeders/index.js",
341
- "node": "./dist/node/seeders/index.mjs",
707
+ "node": "./dist/node/seeders/index.js",
342
708
  "browser": "./dist/browser/seeders/index.js",
343
709
  "default": "./dist/seeders/index.js"
344
710
  },
345
711
  "./settings": {
346
712
  "types": "./dist/settings/index.d.ts",
347
713
  "bun": "./dist/settings/index.js",
348
- "node": "./dist/node/settings/index.mjs",
714
+ "node": "./dist/node/settings/index.js",
349
715
  "browser": "./dist/browser/settings/index.js",
350
716
  "default": "./dist/settings/index.js"
351
717
  },
352
718
  "./settings/index": {
353
719
  "types": "./dist/settings/index.d.ts",
354
720
  "bun": "./dist/settings/index.js",
355
- "node": "./dist/node/settings/index.mjs",
721
+ "node": "./dist/node/settings/index.js",
356
722
  "browser": "./dist/browser/settings/index.js",
357
723
  "default": "./dist/settings/index.js"
358
724
  },
359
725
  "./settings/settings.entity": {
360
726
  "types": "./dist/settings/settings.entity.d.ts",
361
727
  "bun": "./dist/settings/settings.entity.js",
362
- "node": "./dist/node/settings/settings.entity.mjs",
728
+ "node": "./dist/node/settings/settings.entity.js",
363
729
  "browser": "./dist/browser/settings/settings.entity.js",
364
730
  "default": "./dist/settings/settings.entity.js"
365
731
  },
366
732
  "./settings/settings.enum": {
367
733
  "types": "./dist/settings/settings.enum.d.ts",
368
734
  "bun": "./dist/settings/settings.enum.js",
369
- "node": "./dist/node/settings/settings.enum.mjs",
735
+ "node": "./dist/node/settings/settings.enum.js",
370
736
  "browser": "./dist/browser/settings/settings.enum.js",
371
737
  "default": "./dist/settings/settings.enum.js"
372
738
  },
373
739
  "./shared/mock-data": {
374
740
  "types": "./dist/shared/mock-data.d.ts",
375
741
  "bun": "./dist/shared/mock-data.js",
376
- "node": "./dist/node/shared/mock-data.mjs",
742
+ "node": "./dist/node/shared/mock-data.js",
377
743
  "browser": "./dist/browser/shared/mock-data.js",
378
744
  "default": "./dist/shared/mock-data.js"
379
745
  },
380
746
  "./shared/overlay-types": {
381
747
  "types": "./dist/shared/overlay-types.d.ts",
382
748
  "bun": "./dist/shared/overlay-types.js",
383
- "node": "./dist/node/shared/overlay-types.mjs",
749
+ "node": "./dist/node/shared/overlay-types.js",
384
750
  "browser": "./dist/browser/shared/overlay-types.js",
385
751
  "default": "./dist/shared/overlay-types.js"
386
752
  },
387
753
  "./tests/operations.test-spec": {
388
754
  "types": "./dist/tests/operations.test-spec.d.ts",
389
755
  "bun": "./dist/tests/operations.test-spec.js",
390
- "node": "./dist/node/tests/operations.test-spec.mjs",
756
+ "node": "./dist/node/tests/operations.test-spec.js",
391
757
  "browser": "./dist/browser/tests/operations.test-spec.js",
392
758
  "default": "./dist/tests/operations.test-spec.js"
393
759
  },
394
760
  "./ui": {
395
761
  "types": "./dist/ui/index.d.ts",
396
762
  "bun": "./dist/ui/index.js",
397
- "node": "./dist/node/ui/index.mjs",
763
+ "node": "./dist/node/ui/index.js",
398
764
  "browser": "./dist/browser/ui/index.js",
399
765
  "default": "./dist/ui/index.js"
400
766
  },
401
767
  "./ui/hooks": {
402
768
  "types": "./dist/ui/hooks/index.d.ts",
403
769
  "bun": "./dist/ui/hooks/index.js",
404
- "node": "./dist/node/ui/hooks/index.mjs",
770
+ "node": "./dist/node/ui/hooks/index.js",
405
771
  "browser": "./dist/browser/ui/hooks/index.js",
406
772
  "default": "./dist/ui/hooks/index.js"
407
773
  },
408
774
  "./ui/hooks/index": {
409
775
  "types": "./dist/ui/hooks/index.d.ts",
410
776
  "bun": "./dist/ui/hooks/index.js",
411
- "node": "./dist/node/ui/hooks/index.mjs",
777
+ "node": "./dist/node/ui/hooks/index.js",
412
778
  "browser": "./dist/browser/ui/hooks/index.js",
413
779
  "default": "./dist/ui/hooks/index.js"
414
780
  },
415
781
  "./ui/hooks/useProjectList": {
416
782
  "types": "./dist/ui/hooks/useProjectList.d.ts",
417
783
  "bun": "./dist/ui/hooks/useProjectList.js",
418
- "node": "./dist/node/ui/hooks/useProjectList.mjs",
784
+ "node": "./dist/node/ui/hooks/useProjectList.js",
419
785
  "browser": "./dist/browser/ui/hooks/useProjectList.js",
420
786
  "default": "./dist/ui/hooks/useProjectList.js"
421
787
  },
422
788
  "./ui/hooks/useProjectMutations": {
423
789
  "types": "./dist/ui/hooks/useProjectMutations.d.ts",
424
790
  "bun": "./dist/ui/hooks/useProjectMutations.js",
425
- "node": "./dist/node/ui/hooks/useProjectMutations.mjs",
791
+ "node": "./dist/node/ui/hooks/useProjectMutations.js",
426
792
  "browser": "./dist/browser/ui/hooks/useProjectMutations.js",
427
793
  "default": "./dist/ui/hooks/useProjectMutations.js"
428
794
  },
429
795
  "./ui/index": {
430
796
  "types": "./dist/ui/index.d.ts",
431
797
  "bun": "./dist/ui/index.js",
432
- "node": "./dist/node/ui/index.mjs",
798
+ "node": "./dist/node/ui/index.js",
433
799
  "browser": "./dist/browser/ui/index.js",
434
800
  "default": "./dist/ui/index.js"
435
801
  },
436
802
  "./ui/modals": {
437
803
  "types": "./dist/ui/modals/index.d.ts",
438
804
  "bun": "./dist/ui/modals/index.js",
439
- "node": "./dist/node/ui/modals/index.mjs",
805
+ "node": "./dist/node/ui/modals/index.js",
440
806
  "browser": "./dist/browser/ui/modals/index.js",
441
807
  "default": "./dist/ui/modals/index.js"
442
808
  },
443
809
  "./ui/modals/CreateProjectModal": {
444
810
  "types": "./dist/ui/modals/CreateProjectModal.d.ts",
445
811
  "bun": "./dist/ui/modals/CreateProjectModal.js",
446
- "node": "./dist/node/ui/modals/CreateProjectModal.mjs",
812
+ "node": "./dist/node/ui/modals/CreateProjectModal.js",
447
813
  "browser": "./dist/browser/ui/modals/CreateProjectModal.js",
448
814
  "default": "./dist/ui/modals/CreateProjectModal.js"
449
815
  },
450
816
  "./ui/modals/index": {
451
817
  "types": "./dist/ui/modals/index.d.ts",
452
818
  "bun": "./dist/ui/modals/index.js",
453
- "node": "./dist/node/ui/modals/index.mjs",
819
+ "node": "./dist/node/ui/modals/index.js",
454
820
  "browser": "./dist/browser/ui/modals/index.js",
455
821
  "default": "./dist/ui/modals/index.js"
456
822
  },
457
823
  "./ui/modals/ProjectActionsModal": {
458
824
  "types": "./dist/ui/modals/ProjectActionsModal.d.ts",
459
825
  "bun": "./dist/ui/modals/ProjectActionsModal.js",
460
- "node": "./dist/node/ui/modals/ProjectActionsModal.mjs",
826
+ "node": "./dist/node/ui/modals/ProjectActionsModal.js",
461
827
  "browser": "./dist/browser/ui/modals/ProjectActionsModal.js",
462
828
  "default": "./dist/ui/modals/ProjectActionsModal.js"
463
829
  },
464
830
  "./ui/overlays": {
465
831
  "types": "./dist/ui/overlays/index.d.ts",
466
832
  "bun": "./dist/ui/overlays/index.js",
467
- "node": "./dist/node/ui/overlays/index.mjs",
833
+ "node": "./dist/node/ui/overlays/index.js",
468
834
  "browser": "./dist/browser/ui/overlays/index.js",
469
835
  "default": "./dist/ui/overlays/index.js"
470
836
  },
471
837
  "./ui/overlays/demo-overlays": {
472
838
  "types": "./dist/ui/overlays/demo-overlays.d.ts",
473
839
  "bun": "./dist/ui/overlays/demo-overlays.js",
474
- "node": "./dist/node/ui/overlays/demo-overlays.mjs",
840
+ "node": "./dist/node/ui/overlays/demo-overlays.js",
475
841
  "browser": "./dist/browser/ui/overlays/demo-overlays.js",
476
842
  "default": "./dist/ui/overlays/demo-overlays.js"
477
843
  },
478
844
  "./ui/overlays/index": {
479
845
  "types": "./dist/ui/overlays/index.d.ts",
480
846
  "bun": "./dist/ui/overlays/index.js",
481
- "node": "./dist/node/ui/overlays/index.mjs",
847
+ "node": "./dist/node/ui/overlays/index.js",
482
848
  "browser": "./dist/browser/ui/overlays/index.js",
483
849
  "default": "./dist/ui/overlays/index.js"
484
850
  },
485
851
  "./ui/renderers": {
486
852
  "types": "./dist/ui/renderers/index.d.ts",
487
853
  "bun": "./dist/ui/renderers/index.js",
488
- "node": "./dist/node/ui/renderers/index.mjs",
854
+ "node": "./dist/node/ui/renderers/index.js",
489
855
  "browser": "./dist/browser/ui/renderers/index.js",
490
856
  "default": "./dist/ui/renderers/index.js"
491
857
  },
492
858
  "./ui/renderers/index": {
493
859
  "types": "./dist/ui/renderers/index.d.ts",
494
860
  "bun": "./dist/ui/renderers/index.js",
495
- "node": "./dist/node/ui/renderers/index.mjs",
861
+ "node": "./dist/node/ui/renderers/index.js",
496
862
  "browser": "./dist/browser/ui/renderers/index.js",
497
863
  "default": "./dist/ui/renderers/index.js"
498
864
  },
499
865
  "./ui/renderers/project-list.markdown": {
500
866
  "types": "./dist/ui/renderers/project-list.markdown.d.ts",
501
867
  "bun": "./dist/ui/renderers/project-list.markdown.js",
502
- "node": "./dist/node/ui/renderers/project-list.markdown.mjs",
868
+ "node": "./dist/node/ui/renderers/project-list.markdown.js",
503
869
  "browser": "./dist/browser/ui/renderers/project-list.markdown.js",
504
870
  "default": "./dist/ui/renderers/project-list.markdown.js"
505
871
  },
506
872
  "./ui/renderers/project-list.renderer": {
507
873
  "types": "./dist/ui/renderers/project-list.renderer.d.ts",
508
874
  "bun": "./dist/ui/renderers/project-list.renderer.js",
509
- "node": "./dist/node/ui/renderers/project-list.renderer.mjs",
875
+ "node": "./dist/node/ui/renderers/project-list.renderer.js",
510
876
  "browser": "./dist/browser/ui/renderers/project-list.renderer.js",
511
877
  "default": "./dist/ui/renderers/project-list.renderer.js"
512
878
  },
513
879
  "./ui/SaasDashboard": {
514
880
  "types": "./dist/ui/SaasDashboard.d.ts",
515
881
  "bun": "./dist/ui/SaasDashboard.js",
516
- "node": "./dist/node/ui/SaasDashboard.mjs",
882
+ "node": "./dist/node/ui/SaasDashboard.js",
517
883
  "browser": "./dist/browser/ui/SaasDashboard.js",
518
884
  "default": "./dist/ui/SaasDashboard.js"
519
885
  },
520
886
  "./ui/SaasProjectList": {
521
887
  "types": "./dist/ui/SaasProjectList.d.ts",
522
888
  "bun": "./dist/ui/SaasProjectList.js",
523
- "node": "./dist/node/ui/SaasProjectList.mjs",
889
+ "node": "./dist/node/ui/SaasProjectList.js",
524
890
  "browser": "./dist/browser/ui/SaasProjectList.js",
525
891
  "default": "./dist/ui/SaasProjectList.js"
526
892
  },
527
893
  "./ui/SaasSettingsPanel": {
528
894
  "types": "./dist/ui/SaasSettingsPanel.d.ts",
529
895
  "bun": "./dist/ui/SaasSettingsPanel.js",
530
- "node": "./dist/node/ui/SaasSettingsPanel.mjs",
896
+ "node": "./dist/node/ui/SaasSettingsPanel.js",
531
897
  "browser": "./dist/browser/ui/SaasSettingsPanel.js",
532
898
  "default": "./dist/ui/SaasSettingsPanel.js"
533
899
  }