@contractspec/example.team-hub 3.7.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.
Files changed (1) hide show
  1. package/package.json +39 -151
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.team-hub",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "Team Hub example with spaces, tasks, rituals, and announcements",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -19,230 +19,174 @@
19
19
  "typecheck": "tsc --noEmit"
20
20
  },
21
21
  "dependencies": {
22
- "@contractspec/lib.schema": "3.7.0",
23
- "@contractspec/lib.contracts-spec": "3.7.0"
22
+ "@contractspec/lib.schema": "3.7.1",
23
+ "@contractspec/lib.contracts-spec": "3.7.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@contractspec/tool.typescript": "3.7.0",
26
+ "@contractspec/tool.typescript": "3.7.1",
27
27
  "typescript": "^5.9.3",
28
- "@contractspec/tool.bun": "3.7.0"
28
+ "@contractspec/tool.bun": "3.7.1"
29
29
  },
30
30
  "exports": {
31
31
  ".": {
32
32
  "types": "./dist/index.d.ts",
33
+ "browser": "./dist/browser/index.js",
33
34
  "bun": "./dist/index.js",
34
35
  "node": "./dist/node/index.js",
35
- "browser": "./dist/browser/index.js",
36
36
  "default": "./dist/index.js"
37
37
  },
38
38
  "./announcement": {
39
39
  "types": "./dist/announcement/index.d.ts",
40
+ "browser": "./dist/browser/announcement/index.js",
40
41
  "bun": "./dist/announcement/index.js",
41
42
  "node": "./dist/node/announcement/index.js",
42
- "browser": "./dist/browser/announcement/index.js",
43
43
  "default": "./dist/announcement/index.js"
44
44
  },
45
45
  "./announcement/announcement.operations": {
46
46
  "types": "./dist/announcement/announcement.operations.d.ts",
47
+ "browser": "./dist/browser/announcement/announcement.operations.js",
47
48
  "bun": "./dist/announcement/announcement.operations.js",
48
49
  "node": "./dist/node/announcement/announcement.operations.js",
49
- "browser": "./dist/browser/announcement/announcement.operations.js",
50
50
  "default": "./dist/announcement/announcement.operations.js"
51
51
  },
52
52
  "./announcement/announcement.schema": {
53
53
  "types": "./dist/announcement/announcement.schema.d.ts",
54
+ "browser": "./dist/browser/announcement/announcement.schema.js",
54
55
  "bun": "./dist/announcement/announcement.schema.js",
55
56
  "node": "./dist/node/announcement/announcement.schema.js",
56
- "browser": "./dist/browser/announcement/announcement.schema.js",
57
57
  "default": "./dist/announcement/announcement.schema.js"
58
58
  },
59
- "./announcement/index": {
60
- "types": "./dist/announcement/index.d.ts",
61
- "bun": "./dist/announcement/index.js",
62
- "node": "./dist/node/announcement/index.js",
63
- "browser": "./dist/browser/announcement/index.js",
64
- "default": "./dist/announcement/index.js"
65
- },
66
59
  "./docs": {
67
60
  "types": "./dist/docs/index.d.ts",
68
- "bun": "./dist/docs/index.js",
69
- "node": "./dist/node/docs/index.js",
70
61
  "browser": "./dist/browser/docs/index.js",
71
- "default": "./dist/docs/index.js"
72
- },
73
- "./docs/index": {
74
- "types": "./dist/docs/index.d.ts",
75
62
  "bun": "./dist/docs/index.js",
76
63
  "node": "./dist/node/docs/index.js",
77
- "browser": "./dist/browser/docs/index.js",
78
64
  "default": "./dist/docs/index.js"
79
65
  },
80
66
  "./docs/team-hub.docblock": {
81
67
  "types": "./dist/docs/team-hub.docblock.d.ts",
68
+ "browser": "./dist/browser/docs/team-hub.docblock.js",
82
69
  "bun": "./dist/docs/team-hub.docblock.js",
83
70
  "node": "./dist/node/docs/team-hub.docblock.js",
84
- "browser": "./dist/browser/docs/team-hub.docblock.js",
85
71
  "default": "./dist/docs/team-hub.docblock.js"
86
72
  },
87
73
  "./entities": {
88
74
  "types": "./dist/entities/index.d.ts",
89
- "bun": "./dist/entities/index.js",
90
- "node": "./dist/node/entities/index.js",
91
75
  "browser": "./dist/browser/entities/index.js",
92
- "default": "./dist/entities/index.js"
93
- },
94
- "./entities/index": {
95
- "types": "./dist/entities/index.d.ts",
96
76
  "bun": "./dist/entities/index.js",
97
77
  "node": "./dist/node/entities/index.js",
98
- "browser": "./dist/browser/entities/index.js",
99
78
  "default": "./dist/entities/index.js"
100
79
  },
101
80
  "./events": {
102
81
  "types": "./dist/events.d.ts",
82
+ "browser": "./dist/browser/events.js",
103
83
  "bun": "./dist/events.js",
104
84
  "node": "./dist/node/events.js",
105
- "browser": "./dist/browser/events.js",
106
85
  "default": "./dist/events.js"
107
86
  },
108
87
  "./example": {
109
88
  "types": "./dist/example.d.ts",
89
+ "browser": "./dist/browser/example.js",
110
90
  "bun": "./dist/example.js",
111
91
  "node": "./dist/node/example.js",
112
- "browser": "./dist/browser/example.js",
113
92
  "default": "./dist/example.js"
114
93
  },
115
94
  "./handlers": {
116
95
  "types": "./dist/handlers/index.d.ts",
117
- "bun": "./dist/handlers/index.js",
118
- "node": "./dist/node/handlers/index.js",
119
96
  "browser": "./dist/browser/handlers/index.js",
120
- "default": "./dist/handlers/index.js"
121
- },
122
- "./handlers/index": {
123
- "types": "./dist/handlers/index.d.ts",
124
97
  "bun": "./dist/handlers/index.js",
125
98
  "node": "./dist/node/handlers/index.js",
126
- "browser": "./dist/browser/handlers/index.js",
127
99
  "default": "./dist/handlers/index.js"
128
100
  },
129
101
  "./presentations": {
130
102
  "types": "./dist/presentations.d.ts",
103
+ "browser": "./dist/browser/presentations.js",
131
104
  "bun": "./dist/presentations.js",
132
105
  "node": "./dist/node/presentations.js",
133
- "browser": "./dist/browser/presentations.js",
134
106
  "default": "./dist/presentations.js"
135
107
  },
136
- "./presentations/index": {
137
- "types": "./dist/presentations/index.d.ts",
138
- "bun": "./dist/presentations/index.js",
139
- "node": "./dist/node/presentations/index.js",
140
- "browser": "./dist/browser/presentations/index.js",
141
- "default": "./dist/presentations/index.js"
142
- },
143
108
  "./presentations/team-hub.presentation": {
144
109
  "types": "./dist/presentations/team-hub.presentation.d.ts",
110
+ "browser": "./dist/browser/presentations/team-hub.presentation.js",
145
111
  "bun": "./dist/presentations/team-hub.presentation.js",
146
112
  "node": "./dist/node/presentations/team-hub.presentation.js",
147
- "browser": "./dist/browser/presentations/team-hub.presentation.js",
148
113
  "default": "./dist/presentations/team-hub.presentation.js"
149
114
  },
150
115
  "./ritual": {
151
116
  "types": "./dist/ritual/index.d.ts",
152
- "bun": "./dist/ritual/index.js",
153
- "node": "./dist/node/ritual/index.js",
154
117
  "browser": "./dist/browser/ritual/index.js",
155
- "default": "./dist/ritual/index.js"
156
- },
157
- "./ritual/index": {
158
- "types": "./dist/ritual/index.d.ts",
159
118
  "bun": "./dist/ritual/index.js",
160
119
  "node": "./dist/node/ritual/index.js",
161
- "browser": "./dist/browser/ritual/index.js",
162
120
  "default": "./dist/ritual/index.js"
163
121
  },
164
122
  "./ritual/ritual.operations": {
165
123
  "types": "./dist/ritual/ritual.operations.d.ts",
124
+ "browser": "./dist/browser/ritual/ritual.operations.js",
166
125
  "bun": "./dist/ritual/ritual.operations.js",
167
126
  "node": "./dist/node/ritual/ritual.operations.js",
168
- "browser": "./dist/browser/ritual/ritual.operations.js",
169
127
  "default": "./dist/ritual/ritual.operations.js"
170
128
  },
171
129
  "./ritual/ritual.schema": {
172
130
  "types": "./dist/ritual/ritual.schema.d.ts",
131
+ "browser": "./dist/browser/ritual/ritual.schema.js",
173
132
  "bun": "./dist/ritual/ritual.schema.js",
174
133
  "node": "./dist/node/ritual/ritual.schema.js",
175
- "browser": "./dist/browser/ritual/ritual.schema.js",
176
134
  "default": "./dist/ritual/ritual.schema.js"
177
135
  },
178
136
  "./space": {
179
137
  "types": "./dist/space/index.d.ts",
180
- "bun": "./dist/space/index.js",
181
- "node": "./dist/node/space/index.js",
182
138
  "browser": "./dist/browser/space/index.js",
183
- "default": "./dist/space/index.js"
184
- },
185
- "./space/index": {
186
- "types": "./dist/space/index.d.ts",
187
139
  "bun": "./dist/space/index.js",
188
140
  "node": "./dist/node/space/index.js",
189
- "browser": "./dist/browser/space/index.js",
190
141
  "default": "./dist/space/index.js"
191
142
  },
192
143
  "./space/space.operations": {
193
144
  "types": "./dist/space/space.operations.d.ts",
145
+ "browser": "./dist/browser/space/space.operations.js",
194
146
  "bun": "./dist/space/space.operations.js",
195
147
  "node": "./dist/node/space/space.operations.js",
196
- "browser": "./dist/browser/space/space.operations.js",
197
148
  "default": "./dist/space/space.operations.js"
198
149
  },
199
150
  "./space/space.schema": {
200
151
  "types": "./dist/space/space.schema.d.ts",
152
+ "browser": "./dist/browser/space/space.schema.js",
201
153
  "bun": "./dist/space/space.schema.js",
202
154
  "node": "./dist/node/space/space.schema.js",
203
- "browser": "./dist/browser/space/space.schema.js",
204
155
  "default": "./dist/space/space.schema.js"
205
156
  },
206
157
  "./task": {
207
158
  "types": "./dist/task/index.d.ts",
208
- "bun": "./dist/task/index.js",
209
- "node": "./dist/node/task/index.js",
210
159
  "browser": "./dist/browser/task/index.js",
211
- "default": "./dist/task/index.js"
212
- },
213
- "./task/index": {
214
- "types": "./dist/task/index.d.ts",
215
160
  "bun": "./dist/task/index.js",
216
161
  "node": "./dist/node/task/index.js",
217
- "browser": "./dist/browser/task/index.js",
218
162
  "default": "./dist/task/index.js"
219
163
  },
220
164
  "./task/task.operations": {
221
165
  "types": "./dist/task/task.operations.d.ts",
166
+ "browser": "./dist/browser/task/task.operations.js",
222
167
  "bun": "./dist/task/task.operations.js",
223
168
  "node": "./dist/node/task/task.operations.js",
224
- "browser": "./dist/browser/task/task.operations.js",
225
169
  "default": "./dist/task/task.operations.js"
226
170
  },
227
171
  "./task/task.schema": {
228
172
  "types": "./dist/task/task.schema.d.ts",
173
+ "browser": "./dist/browser/task/task.schema.js",
229
174
  "bun": "./dist/task/task.schema.js",
230
175
  "node": "./dist/node/task/task.schema.js",
231
- "browser": "./dist/browser/task/task.schema.js",
232
176
  "default": "./dist/task/task.schema.js"
233
177
  },
234
178
  "./team-hub.capability": {
235
179
  "types": "./dist/team-hub.capability.d.ts",
180
+ "browser": "./dist/browser/team-hub.capability.js",
236
181
  "bun": "./dist/team-hub.capability.js",
237
182
  "node": "./dist/node/team-hub.capability.js",
238
- "browser": "./dist/browser/team-hub.capability.js",
239
183
  "default": "./dist/team-hub.capability.js"
240
184
  },
241
185
  "./team-hub.feature": {
242
186
  "types": "./dist/team-hub.feature.d.ts",
187
+ "browser": "./dist/browser/team-hub.feature.js",
243
188
  "bun": "./dist/team-hub.feature.js",
244
189
  "node": "./dist/node/team-hub.feature.js",
245
- "browser": "./dist/browser/team-hub.feature.js",
246
190
  "default": "./dist/team-hub.feature.js"
247
191
  }
248
192
  },
@@ -255,219 +199,163 @@
255
199
  "exports": {
256
200
  ".": {
257
201
  "types": "./dist/index.d.ts",
202
+ "browser": "./dist/browser/index.js",
258
203
  "bun": "./dist/index.js",
259
204
  "node": "./dist/node/index.js",
260
- "browser": "./dist/browser/index.js",
261
205
  "default": "./dist/index.js"
262
206
  },
263
207
  "./announcement": {
264
208
  "types": "./dist/announcement/index.d.ts",
209
+ "browser": "./dist/browser/announcement/index.js",
265
210
  "bun": "./dist/announcement/index.js",
266
211
  "node": "./dist/node/announcement/index.js",
267
- "browser": "./dist/browser/announcement/index.js",
268
212
  "default": "./dist/announcement/index.js"
269
213
  },
270
214
  "./announcement/announcement.operations": {
271
215
  "types": "./dist/announcement/announcement.operations.d.ts",
216
+ "browser": "./dist/browser/announcement/announcement.operations.js",
272
217
  "bun": "./dist/announcement/announcement.operations.js",
273
218
  "node": "./dist/node/announcement/announcement.operations.js",
274
- "browser": "./dist/browser/announcement/announcement.operations.js",
275
219
  "default": "./dist/announcement/announcement.operations.js"
276
220
  },
277
221
  "./announcement/announcement.schema": {
278
222
  "types": "./dist/announcement/announcement.schema.d.ts",
223
+ "browser": "./dist/browser/announcement/announcement.schema.js",
279
224
  "bun": "./dist/announcement/announcement.schema.js",
280
225
  "node": "./dist/node/announcement/announcement.schema.js",
281
- "browser": "./dist/browser/announcement/announcement.schema.js",
282
226
  "default": "./dist/announcement/announcement.schema.js"
283
227
  },
284
- "./announcement/index": {
285
- "types": "./dist/announcement/index.d.ts",
286
- "bun": "./dist/announcement/index.js",
287
- "node": "./dist/node/announcement/index.js",
288
- "browser": "./dist/browser/announcement/index.js",
289
- "default": "./dist/announcement/index.js"
290
- },
291
228
  "./docs": {
292
229
  "types": "./dist/docs/index.d.ts",
293
- "bun": "./dist/docs/index.js",
294
- "node": "./dist/node/docs/index.js",
295
230
  "browser": "./dist/browser/docs/index.js",
296
- "default": "./dist/docs/index.js"
297
- },
298
- "./docs/index": {
299
- "types": "./dist/docs/index.d.ts",
300
231
  "bun": "./dist/docs/index.js",
301
232
  "node": "./dist/node/docs/index.js",
302
- "browser": "./dist/browser/docs/index.js",
303
233
  "default": "./dist/docs/index.js"
304
234
  },
305
235
  "./docs/team-hub.docblock": {
306
236
  "types": "./dist/docs/team-hub.docblock.d.ts",
237
+ "browser": "./dist/browser/docs/team-hub.docblock.js",
307
238
  "bun": "./dist/docs/team-hub.docblock.js",
308
239
  "node": "./dist/node/docs/team-hub.docblock.js",
309
- "browser": "./dist/browser/docs/team-hub.docblock.js",
310
240
  "default": "./dist/docs/team-hub.docblock.js"
311
241
  },
312
242
  "./entities": {
313
243
  "types": "./dist/entities/index.d.ts",
314
- "bun": "./dist/entities/index.js",
315
- "node": "./dist/node/entities/index.js",
316
244
  "browser": "./dist/browser/entities/index.js",
317
- "default": "./dist/entities/index.js"
318
- },
319
- "./entities/index": {
320
- "types": "./dist/entities/index.d.ts",
321
245
  "bun": "./dist/entities/index.js",
322
246
  "node": "./dist/node/entities/index.js",
323
- "browser": "./dist/browser/entities/index.js",
324
247
  "default": "./dist/entities/index.js"
325
248
  },
326
249
  "./events": {
327
250
  "types": "./dist/events.d.ts",
251
+ "browser": "./dist/browser/events.js",
328
252
  "bun": "./dist/events.js",
329
253
  "node": "./dist/node/events.js",
330
- "browser": "./dist/browser/events.js",
331
254
  "default": "./dist/events.js"
332
255
  },
333
256
  "./example": {
334
257
  "types": "./dist/example.d.ts",
258
+ "browser": "./dist/browser/example.js",
335
259
  "bun": "./dist/example.js",
336
260
  "node": "./dist/node/example.js",
337
- "browser": "./dist/browser/example.js",
338
261
  "default": "./dist/example.js"
339
262
  },
340
263
  "./handlers": {
341
264
  "types": "./dist/handlers/index.d.ts",
342
- "bun": "./dist/handlers/index.js",
343
- "node": "./dist/node/handlers/index.js",
344
265
  "browser": "./dist/browser/handlers/index.js",
345
- "default": "./dist/handlers/index.js"
346
- },
347
- "./handlers/index": {
348
- "types": "./dist/handlers/index.d.ts",
349
266
  "bun": "./dist/handlers/index.js",
350
267
  "node": "./dist/node/handlers/index.js",
351
- "browser": "./dist/browser/handlers/index.js",
352
268
  "default": "./dist/handlers/index.js"
353
269
  },
354
270
  "./presentations": {
355
271
  "types": "./dist/presentations.d.ts",
272
+ "browser": "./dist/browser/presentations.js",
356
273
  "bun": "./dist/presentations.js",
357
274
  "node": "./dist/node/presentations.js",
358
- "browser": "./dist/browser/presentations.js",
359
275
  "default": "./dist/presentations.js"
360
276
  },
361
- "./presentations/index": {
362
- "types": "./dist/presentations/index.d.ts",
363
- "bun": "./dist/presentations/index.js",
364
- "node": "./dist/node/presentations/index.js",
365
- "browser": "./dist/browser/presentations/index.js",
366
- "default": "./dist/presentations/index.js"
367
- },
368
277
  "./presentations/team-hub.presentation": {
369
278
  "types": "./dist/presentations/team-hub.presentation.d.ts",
279
+ "browser": "./dist/browser/presentations/team-hub.presentation.js",
370
280
  "bun": "./dist/presentations/team-hub.presentation.js",
371
281
  "node": "./dist/node/presentations/team-hub.presentation.js",
372
- "browser": "./dist/browser/presentations/team-hub.presentation.js",
373
282
  "default": "./dist/presentations/team-hub.presentation.js"
374
283
  },
375
284
  "./ritual": {
376
285
  "types": "./dist/ritual/index.d.ts",
377
- "bun": "./dist/ritual/index.js",
378
- "node": "./dist/node/ritual/index.js",
379
286
  "browser": "./dist/browser/ritual/index.js",
380
- "default": "./dist/ritual/index.js"
381
- },
382
- "./ritual/index": {
383
- "types": "./dist/ritual/index.d.ts",
384
287
  "bun": "./dist/ritual/index.js",
385
288
  "node": "./dist/node/ritual/index.js",
386
- "browser": "./dist/browser/ritual/index.js",
387
289
  "default": "./dist/ritual/index.js"
388
290
  },
389
291
  "./ritual/ritual.operations": {
390
292
  "types": "./dist/ritual/ritual.operations.d.ts",
293
+ "browser": "./dist/browser/ritual/ritual.operations.js",
391
294
  "bun": "./dist/ritual/ritual.operations.js",
392
295
  "node": "./dist/node/ritual/ritual.operations.js",
393
- "browser": "./dist/browser/ritual/ritual.operations.js",
394
296
  "default": "./dist/ritual/ritual.operations.js"
395
297
  },
396
298
  "./ritual/ritual.schema": {
397
299
  "types": "./dist/ritual/ritual.schema.d.ts",
300
+ "browser": "./dist/browser/ritual/ritual.schema.js",
398
301
  "bun": "./dist/ritual/ritual.schema.js",
399
302
  "node": "./dist/node/ritual/ritual.schema.js",
400
- "browser": "./dist/browser/ritual/ritual.schema.js",
401
303
  "default": "./dist/ritual/ritual.schema.js"
402
304
  },
403
305
  "./space": {
404
306
  "types": "./dist/space/index.d.ts",
405
- "bun": "./dist/space/index.js",
406
- "node": "./dist/node/space/index.js",
407
307
  "browser": "./dist/browser/space/index.js",
408
- "default": "./dist/space/index.js"
409
- },
410
- "./space/index": {
411
- "types": "./dist/space/index.d.ts",
412
308
  "bun": "./dist/space/index.js",
413
309
  "node": "./dist/node/space/index.js",
414
- "browser": "./dist/browser/space/index.js",
415
310
  "default": "./dist/space/index.js"
416
311
  },
417
312
  "./space/space.operations": {
418
313
  "types": "./dist/space/space.operations.d.ts",
314
+ "browser": "./dist/browser/space/space.operations.js",
419
315
  "bun": "./dist/space/space.operations.js",
420
316
  "node": "./dist/node/space/space.operations.js",
421
- "browser": "./dist/browser/space/space.operations.js",
422
317
  "default": "./dist/space/space.operations.js"
423
318
  },
424
319
  "./space/space.schema": {
425
320
  "types": "./dist/space/space.schema.d.ts",
321
+ "browser": "./dist/browser/space/space.schema.js",
426
322
  "bun": "./dist/space/space.schema.js",
427
323
  "node": "./dist/node/space/space.schema.js",
428
- "browser": "./dist/browser/space/space.schema.js",
429
324
  "default": "./dist/space/space.schema.js"
430
325
  },
431
326
  "./task": {
432
327
  "types": "./dist/task/index.d.ts",
433
- "bun": "./dist/task/index.js",
434
- "node": "./dist/node/task/index.js",
435
328
  "browser": "./dist/browser/task/index.js",
436
- "default": "./dist/task/index.js"
437
- },
438
- "./task/index": {
439
- "types": "./dist/task/index.d.ts",
440
329
  "bun": "./dist/task/index.js",
441
330
  "node": "./dist/node/task/index.js",
442
- "browser": "./dist/browser/task/index.js",
443
331
  "default": "./dist/task/index.js"
444
332
  },
445
333
  "./task/task.operations": {
446
334
  "types": "./dist/task/task.operations.d.ts",
335
+ "browser": "./dist/browser/task/task.operations.js",
447
336
  "bun": "./dist/task/task.operations.js",
448
337
  "node": "./dist/node/task/task.operations.js",
449
- "browser": "./dist/browser/task/task.operations.js",
450
338
  "default": "./dist/task/task.operations.js"
451
339
  },
452
340
  "./task/task.schema": {
453
341
  "types": "./dist/task/task.schema.d.ts",
342
+ "browser": "./dist/browser/task/task.schema.js",
454
343
  "bun": "./dist/task/task.schema.js",
455
344
  "node": "./dist/node/task/task.schema.js",
456
- "browser": "./dist/browser/task/task.schema.js",
457
345
  "default": "./dist/task/task.schema.js"
458
346
  },
459
347
  "./team-hub.capability": {
460
348
  "types": "./dist/team-hub.capability.d.ts",
349
+ "browser": "./dist/browser/team-hub.capability.js",
461
350
  "bun": "./dist/team-hub.capability.js",
462
351
  "node": "./dist/node/team-hub.capability.js",
463
- "browser": "./dist/browser/team-hub.capability.js",
464
352
  "default": "./dist/team-hub.capability.js"
465
353
  },
466
354
  "./team-hub.feature": {
467
355
  "types": "./dist/team-hub.feature.d.ts",
356
+ "browser": "./dist/browser/team-hub.feature.js",
468
357
  "bun": "./dist/team-hub.feature.js",
469
358
  "node": "./dist/node/team-hub.feature.js",
470
- "browser": "./dist/browser/team-hub.feature.js",
471
359
  "default": "./dist/team-hub.feature.js"
472
360
  }
473
361
  },