@contractspec/example.saas-boilerplate 1.59.0 → 1.60.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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=48
6
- Bundled 48 modules in 74ms
6
+ Bundled 48 modules in 35ms
7
7
 
8
8
  billing/billing.entity.js 3.54 KB (entry point)
9
9
  tests/operations.test-spec.js 2.89 KB (entry point)
@@ -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 57ms
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 54ms
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,24 @@
1
1
  # @contractspec/example.saas-boilerplate
2
2
 
3
+ ## 1.60.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: publish with bun
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/lib.example-shared-ui@1.14.0
13
+ - @contractspec/module.notifications@1.60.0
14
+ - @contractspec/lib.runtime-sandbox@0.15.0
15
+ - @contractspec/module.audit-trail@1.60.0
16
+ - @contractspec/lib.design-system@1.60.0
17
+ - @contractspec/lib.identity-rbac@1.60.0
18
+ - @contractspec/lib.contracts@1.60.0
19
+ - @contractspec/lib.schema@1.60.0
20
+ - @contractspec/lib.jobs@1.60.0
21
+
3
22
  ## 1.59.0
4
23
 
5
24
  ### 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.60.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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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.mjs",
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,24 +449,24 @@
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.60.0",
453
+ "@contractspec/lib.jobs": "1.60.0",
454
+ "@contractspec/module.audit-trail": "1.60.0",
455
+ "@contractspec/module.notifications": "1.60.0",
456
+ "@contractspec/lib.contracts": "1.60.0",
457
+ "@contractspec/lib.schema": "1.60.0",
458
+ "@contractspec/lib.example-shared-ui": "1.14.0",
459
+ "@contractspec/lib.design-system": "1.60.0",
460
+ "@contractspec/lib.runtime-sandbox": "0.15.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.60.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.59.0"
104
470
  },
105
471
  "publishConfig": {
106
472
  "exports": {