@contractspec/module.notifications 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 +28 -112
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/module.notifications",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "Notification center module for ContractSpec applications",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -28,162 +28,120 @@
28
28
  "typecheck": "tsc --noEmit"
29
29
  },
30
30
  "dependencies": {
31
- "@contractspec/lib.schema": "3.7.0",
32
- "@contractspec/lib.contracts-spec": "3.7.0",
33
- "@contractspec/lib.bus": "3.7.0",
31
+ "@contractspec/lib.schema": "3.7.1",
32
+ "@contractspec/lib.contracts-spec": "3.7.1",
33
+ "@contractspec/lib.bus": "3.7.1",
34
34
  "zod": "^4.3.5"
35
35
  },
36
36
  "devDependencies": {
37
- "@contractspec/tool.typescript": "3.7.0",
37
+ "@contractspec/tool.typescript": "3.7.1",
38
38
  "typescript": "^5.9.3",
39
- "@contractspec/tool.bun": "3.7.0"
39
+ "@contractspec/tool.bun": "3.7.1"
40
40
  },
41
41
  "exports": {
42
42
  ".": {
43
43
  "types": "./dist/index.d.ts",
44
+ "browser": "./dist/browser/index.js",
44
45
  "bun": "./dist/index.js",
45
46
  "node": "./dist/node/index.js",
46
- "browser": "./dist/browser/index.js",
47
47
  "default": "./dist/index.js"
48
48
  },
49
49
  "./channels": {
50
50
  "types": "./dist/channels/index.d.ts",
51
- "bun": "./dist/channels/index.js",
52
- "node": "./dist/node/channels/index.js",
53
51
  "browser": "./dist/browser/channels/index.js",
54
- "default": "./dist/channels/index.js"
55
- },
56
- "./channels/index": {
57
- "types": "./dist/channels/index.d.ts",
58
52
  "bun": "./dist/channels/index.js",
59
53
  "node": "./dist/node/channels/index.js",
60
- "browser": "./dist/browser/channels/index.js",
61
54
  "default": "./dist/channels/index.js"
62
55
  },
63
56
  "./contracts": {
64
57
  "types": "./dist/contracts/index.d.ts",
65
- "bun": "./dist/contracts/index.js",
66
- "node": "./dist/node/contracts/index.js",
67
58
  "browser": "./dist/browser/contracts/index.js",
68
- "default": "./dist/contracts/index.js"
69
- },
70
- "./contracts/index": {
71
- "types": "./dist/contracts/index.d.ts",
72
59
  "bun": "./dist/contracts/index.js",
73
60
  "node": "./dist/node/contracts/index.js",
74
- "browser": "./dist/browser/contracts/index.js",
75
61
  "default": "./dist/contracts/index.js"
76
62
  },
77
63
  "./entities": {
78
64
  "types": "./dist/entities/index.d.ts",
79
- "bun": "./dist/entities/index.js",
80
- "node": "./dist/node/entities/index.js",
81
65
  "browser": "./dist/browser/entities/index.js",
82
- "default": "./dist/entities/index.js"
83
- },
84
- "./entities/index": {
85
- "types": "./dist/entities/index.d.ts",
86
66
  "bun": "./dist/entities/index.js",
87
67
  "node": "./dist/node/entities/index.js",
88
- "browser": "./dist/browser/entities/index.js",
89
68
  "default": "./dist/entities/index.js"
90
69
  },
91
70
  "./i18n": {
92
71
  "types": "./dist/i18n/index.d.ts",
72
+ "browser": "./dist/browser/i18n/index.js",
93
73
  "bun": "./dist/i18n/index.js",
94
74
  "node": "./dist/node/i18n/index.js",
95
- "browser": "./dist/browser/i18n/index.js",
96
75
  "default": "./dist/i18n/index.js"
97
76
  },
98
77
  "./i18n/catalogs": {
99
78
  "types": "./dist/i18n/catalogs/index.d.ts",
79
+ "browser": "./dist/browser/i18n/catalogs/index.js",
100
80
  "bun": "./dist/i18n/catalogs/index.js",
101
81
  "node": "./dist/node/i18n/catalogs/index.js",
102
- "browser": "./dist/browser/i18n/catalogs/index.js",
103
82
  "default": "./dist/i18n/catalogs/index.js"
104
83
  },
105
84
  "./i18n/catalogs/en": {
106
85
  "types": "./dist/i18n/catalogs/en.d.ts",
86
+ "browser": "./dist/browser/i18n/catalogs/en.js",
107
87
  "bun": "./dist/i18n/catalogs/en.js",
108
88
  "node": "./dist/node/i18n/catalogs/en.js",
109
- "browser": "./dist/browser/i18n/catalogs/en.js",
110
89
  "default": "./dist/i18n/catalogs/en.js"
111
90
  },
112
91
  "./i18n/catalogs/es": {
113
92
  "types": "./dist/i18n/catalogs/es.d.ts",
93
+ "browser": "./dist/browser/i18n/catalogs/es.js",
114
94
  "bun": "./dist/i18n/catalogs/es.js",
115
95
  "node": "./dist/node/i18n/catalogs/es.js",
116
- "browser": "./dist/browser/i18n/catalogs/es.js",
117
96
  "default": "./dist/i18n/catalogs/es.js"
118
97
  },
119
98
  "./i18n/catalogs/fr": {
120
99
  "types": "./dist/i18n/catalogs/fr.d.ts",
100
+ "browser": "./dist/browser/i18n/catalogs/fr.js",
121
101
  "bun": "./dist/i18n/catalogs/fr.js",
122
102
  "node": "./dist/node/i18n/catalogs/fr.js",
123
- "browser": "./dist/browser/i18n/catalogs/fr.js",
124
103
  "default": "./dist/i18n/catalogs/fr.js"
125
104
  },
126
- "./i18n/catalogs/index": {
127
- "types": "./dist/i18n/catalogs/index.d.ts",
128
- "bun": "./dist/i18n/catalogs/index.js",
129
- "node": "./dist/node/i18n/catalogs/index.js",
130
- "browser": "./dist/browser/i18n/catalogs/index.js",
131
- "default": "./dist/i18n/catalogs/index.js"
132
- },
133
- "./i18n/index": {
134
- "types": "./dist/i18n/index.d.ts",
135
- "bun": "./dist/i18n/index.js",
136
- "node": "./dist/node/i18n/index.js",
137
- "browser": "./dist/browser/i18n/index.js",
138
- "default": "./dist/i18n/index.js"
139
- },
140
105
  "./i18n/keys": {
141
106
  "types": "./dist/i18n/keys.d.ts",
107
+ "browser": "./dist/browser/i18n/keys.js",
142
108
  "bun": "./dist/i18n/keys.js",
143
109
  "node": "./dist/node/i18n/keys.js",
144
- "browser": "./dist/browser/i18n/keys.js",
145
110
  "default": "./dist/i18n/keys.js"
146
111
  },
147
112
  "./i18n/locale": {
148
113
  "types": "./dist/i18n/locale.d.ts",
114
+ "browser": "./dist/browser/i18n/locale.js",
149
115
  "bun": "./dist/i18n/locale.js",
150
116
  "node": "./dist/node/i18n/locale.js",
151
- "browser": "./dist/browser/i18n/locale.js",
152
117
  "default": "./dist/i18n/locale.js"
153
118
  },
154
119
  "./i18n/messages": {
155
120
  "types": "./dist/i18n/messages.d.ts",
121
+ "browser": "./dist/browser/i18n/messages.js",
156
122
  "bun": "./dist/i18n/messages.js",
157
123
  "node": "./dist/node/i18n/messages.js",
158
- "browser": "./dist/browser/i18n/messages.js",
159
124
  "default": "./dist/i18n/messages.js"
160
125
  },
161
126
  "./notifications.capability": {
162
127
  "types": "./dist/notifications.capability.d.ts",
128
+ "browser": "./dist/browser/notifications.capability.js",
163
129
  "bun": "./dist/notifications.capability.js",
164
130
  "node": "./dist/node/notifications.capability.js",
165
- "browser": "./dist/browser/notifications.capability.js",
166
131
  "default": "./dist/notifications.capability.js"
167
132
  },
168
133
  "./notifications.feature": {
169
134
  "types": "./dist/notifications.feature.d.ts",
135
+ "browser": "./dist/browser/notifications.feature.js",
170
136
  "bun": "./dist/notifications.feature.js",
171
137
  "node": "./dist/node/notifications.feature.js",
172
- "browser": "./dist/browser/notifications.feature.js",
173
138
  "default": "./dist/notifications.feature.js"
174
139
  },
175
140
  "./templates": {
176
141
  "types": "./dist/templates/index.d.ts",
177
- "bun": "./dist/templates/index.js",
178
- "node": "./dist/node/templates/index.js",
179
142
  "browser": "./dist/browser/templates/index.js",
180
- "default": "./dist/templates/index.js"
181
- },
182
- "./templates/index": {
183
- "types": "./dist/templates/index.d.ts",
184
143
  "bun": "./dist/templates/index.js",
185
144
  "node": "./dist/node/templates/index.js",
186
- "browser": "./dist/browser/templates/index.js",
187
145
  "default": "./dist/templates/index.js"
188
146
  }
189
147
  },
@@ -196,149 +154,107 @@
196
154
  "exports": {
197
155
  ".": {
198
156
  "types": "./dist/index.d.ts",
157
+ "browser": "./dist/browser/index.js",
199
158
  "bun": "./dist/index.js",
200
159
  "node": "./dist/node/index.js",
201
- "browser": "./dist/browser/index.js",
202
160
  "default": "./dist/index.js"
203
161
  },
204
162
  "./channels": {
205
163
  "types": "./dist/channels/index.d.ts",
206
- "bun": "./dist/channels/index.js",
207
- "node": "./dist/node/channels/index.js",
208
164
  "browser": "./dist/browser/channels/index.js",
209
- "default": "./dist/channels/index.js"
210
- },
211
- "./channels/index": {
212
- "types": "./dist/channels/index.d.ts",
213
165
  "bun": "./dist/channels/index.js",
214
166
  "node": "./dist/node/channels/index.js",
215
- "browser": "./dist/browser/channels/index.js",
216
167
  "default": "./dist/channels/index.js"
217
168
  },
218
169
  "./contracts": {
219
170
  "types": "./dist/contracts/index.d.ts",
220
- "bun": "./dist/contracts/index.js",
221
- "node": "./dist/node/contracts/index.js",
222
171
  "browser": "./dist/browser/contracts/index.js",
223
- "default": "./dist/contracts/index.js"
224
- },
225
- "./contracts/index": {
226
- "types": "./dist/contracts/index.d.ts",
227
172
  "bun": "./dist/contracts/index.js",
228
173
  "node": "./dist/node/contracts/index.js",
229
- "browser": "./dist/browser/contracts/index.js",
230
174
  "default": "./dist/contracts/index.js"
231
175
  },
232
176
  "./entities": {
233
177
  "types": "./dist/entities/index.d.ts",
234
- "bun": "./dist/entities/index.js",
235
- "node": "./dist/node/entities/index.js",
236
178
  "browser": "./dist/browser/entities/index.js",
237
- "default": "./dist/entities/index.js"
238
- },
239
- "./entities/index": {
240
- "types": "./dist/entities/index.d.ts",
241
179
  "bun": "./dist/entities/index.js",
242
180
  "node": "./dist/node/entities/index.js",
243
- "browser": "./dist/browser/entities/index.js",
244
181
  "default": "./dist/entities/index.js"
245
182
  },
246
183
  "./i18n": {
247
184
  "types": "./dist/i18n/index.d.ts",
185
+ "browser": "./dist/browser/i18n/index.js",
248
186
  "bun": "./dist/i18n/index.js",
249
187
  "node": "./dist/node/i18n/index.js",
250
- "browser": "./dist/browser/i18n/index.js",
251
188
  "default": "./dist/i18n/index.js"
252
189
  },
253
190
  "./i18n/catalogs": {
254
191
  "types": "./dist/i18n/catalogs/index.d.ts",
192
+ "browser": "./dist/browser/i18n/catalogs/index.js",
255
193
  "bun": "./dist/i18n/catalogs/index.js",
256
194
  "node": "./dist/node/i18n/catalogs/index.js",
257
- "browser": "./dist/browser/i18n/catalogs/index.js",
258
195
  "default": "./dist/i18n/catalogs/index.js"
259
196
  },
260
197
  "./i18n/catalogs/en": {
261
198
  "types": "./dist/i18n/catalogs/en.d.ts",
199
+ "browser": "./dist/browser/i18n/catalogs/en.js",
262
200
  "bun": "./dist/i18n/catalogs/en.js",
263
201
  "node": "./dist/node/i18n/catalogs/en.js",
264
- "browser": "./dist/browser/i18n/catalogs/en.js",
265
202
  "default": "./dist/i18n/catalogs/en.js"
266
203
  },
267
204
  "./i18n/catalogs/es": {
268
205
  "types": "./dist/i18n/catalogs/es.d.ts",
206
+ "browser": "./dist/browser/i18n/catalogs/es.js",
269
207
  "bun": "./dist/i18n/catalogs/es.js",
270
208
  "node": "./dist/node/i18n/catalogs/es.js",
271
- "browser": "./dist/browser/i18n/catalogs/es.js",
272
209
  "default": "./dist/i18n/catalogs/es.js"
273
210
  },
274
211
  "./i18n/catalogs/fr": {
275
212
  "types": "./dist/i18n/catalogs/fr.d.ts",
213
+ "browser": "./dist/browser/i18n/catalogs/fr.js",
276
214
  "bun": "./dist/i18n/catalogs/fr.js",
277
215
  "node": "./dist/node/i18n/catalogs/fr.js",
278
- "browser": "./dist/browser/i18n/catalogs/fr.js",
279
216
  "default": "./dist/i18n/catalogs/fr.js"
280
217
  },
281
- "./i18n/catalogs/index": {
282
- "types": "./dist/i18n/catalogs/index.d.ts",
283
- "bun": "./dist/i18n/catalogs/index.js",
284
- "node": "./dist/node/i18n/catalogs/index.js",
285
- "browser": "./dist/browser/i18n/catalogs/index.js",
286
- "default": "./dist/i18n/catalogs/index.js"
287
- },
288
- "./i18n/index": {
289
- "types": "./dist/i18n/index.d.ts",
290
- "bun": "./dist/i18n/index.js",
291
- "node": "./dist/node/i18n/index.js",
292
- "browser": "./dist/browser/i18n/index.js",
293
- "default": "./dist/i18n/index.js"
294
- },
295
218
  "./i18n/keys": {
296
219
  "types": "./dist/i18n/keys.d.ts",
220
+ "browser": "./dist/browser/i18n/keys.js",
297
221
  "bun": "./dist/i18n/keys.js",
298
222
  "node": "./dist/node/i18n/keys.js",
299
- "browser": "./dist/browser/i18n/keys.js",
300
223
  "default": "./dist/i18n/keys.js"
301
224
  },
302
225
  "./i18n/locale": {
303
226
  "types": "./dist/i18n/locale.d.ts",
227
+ "browser": "./dist/browser/i18n/locale.js",
304
228
  "bun": "./dist/i18n/locale.js",
305
229
  "node": "./dist/node/i18n/locale.js",
306
- "browser": "./dist/browser/i18n/locale.js",
307
230
  "default": "./dist/i18n/locale.js"
308
231
  },
309
232
  "./i18n/messages": {
310
233
  "types": "./dist/i18n/messages.d.ts",
234
+ "browser": "./dist/browser/i18n/messages.js",
311
235
  "bun": "./dist/i18n/messages.js",
312
236
  "node": "./dist/node/i18n/messages.js",
313
- "browser": "./dist/browser/i18n/messages.js",
314
237
  "default": "./dist/i18n/messages.js"
315
238
  },
316
239
  "./notifications.capability": {
317
240
  "types": "./dist/notifications.capability.d.ts",
241
+ "browser": "./dist/browser/notifications.capability.js",
318
242
  "bun": "./dist/notifications.capability.js",
319
243
  "node": "./dist/node/notifications.capability.js",
320
- "browser": "./dist/browser/notifications.capability.js",
321
244
  "default": "./dist/notifications.capability.js"
322
245
  },
323
246
  "./notifications.feature": {
324
247
  "types": "./dist/notifications.feature.d.ts",
248
+ "browser": "./dist/browser/notifications.feature.js",
325
249
  "bun": "./dist/notifications.feature.js",
326
250
  "node": "./dist/node/notifications.feature.js",
327
- "browser": "./dist/browser/notifications.feature.js",
328
251
  "default": "./dist/notifications.feature.js"
329
252
  },
330
253
  "./templates": {
331
254
  "types": "./dist/templates/index.d.ts",
332
- "bun": "./dist/templates/index.js",
333
- "node": "./dist/node/templates/index.js",
334
255
  "browser": "./dist/browser/templates/index.js",
335
- "default": "./dist/templates/index.js"
336
- },
337
- "./templates/index": {
338
- "types": "./dist/templates/index.d.ts",
339
256
  "bun": "./dist/templates/index.js",
340
257
  "node": "./dist/node/templates/index.js",
341
- "browser": "./dist/browser/templates/index.js",
342
258
  "default": "./dist/templates/index.js"
343
259
  }
344
260
  },