stacks 0.70.10 → 0.70.11

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 +48 -108
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.70.10",
4
+ "version": "0.70.11",
5
5
  "description": "The Stacks framework.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -41,302 +41,242 @@
41
41
  ],
42
42
  "exports": {
43
43
  ".": {
44
- "bun": "./index.ts",
45
44
  "types": "./buddy/dist/index.d.ts",
46
45
  "import": "./buddy/dist/index.js"
47
46
  },
48
47
  "./actions": {
49
- "bun": "./actions/src/index.ts",
50
48
  "types": "./actions/dist/index.d.ts",
51
49
  "import": "./actions/dist/index.js"
52
50
  },
53
51
  "./ai": {
54
- "bun": "./ai/src/index.ts",
55
52
  "types": "./ai/dist/index.d.ts",
56
53
  "import": "./ai/dist/index.js"
57
54
  },
58
55
  "./api": {
59
- "bun": "./api/src/index.ts",
60
56
  "types": "./api/dist/index.d.ts",
61
57
  "import": "./api/dist/index.js"
62
58
  },
63
59
  "./alias": {
64
- "bun": "./alias/src/index.ts",
65
60
  "types": "./alias/dist/index.d.ts",
66
61
  "import": "./alias/dist/index.js"
67
62
  },
68
63
  "./analytics": {
69
- "bun": "./analytics/src/index.ts",
70
64
  "types": "./analytics/dist/index.d.ts",
71
65
  "import": "./analytics/dist/index.js"
72
66
  },
73
67
  "./arrays": {
74
- "bun": "./arrays/src/index.ts",
75
68
  "types": "./arrays/dist/index.d.ts",
76
69
  "import": "./arrays/dist/index.js"
77
70
  },
78
71
  "./auth": {
79
- "bun": "./auth/src/index.ts",
80
72
  "types": "./auth/dist/index.d.ts",
81
73
  "import": "./auth/dist/index.js"
82
74
  },
83
75
  "./buddy": {
84
- "bun": "./buddy/src/index.ts",
85
76
  "types": "./buddy/dist/index.d.ts",
86
77
  "import": "./buddy/dist/index.js"
87
78
  },
88
79
  "./build": {
89
- "bun": "./build/src/index.ts",
90
80
  "types": "./build/dist/index.d.ts",
91
81
  "import": "./build/dist/index.js"
92
82
  },
93
83
  "./cache": {
94
- "bun": "./cache/src/index.ts",
95
84
  "types": "./cache/dist/index.d.ts",
96
85
  "import": "./cache/dist/index.js"
97
86
  },
98
87
  "./chat": {
99
- "bun": "./chat/src/index.ts",
100
88
  "types": "./chat/dist/index.d.ts",
101
89
  "import": "./chat/dist/index.js"
102
90
  },
103
91
  "./cli": {
104
- "bun": "./cli/src/index.ts",
105
92
  "types": "./cli/dist/index.d.ts",
106
93
  "import": "./cli/dist/index.js"
107
94
  },
108
95
  "./cloud": {
109
- "bun": "./cloud/src/index.ts",
110
96
  "types": "./cloud/dist/index.d.ts",
111
97
  "import": "./cloud/dist/index.js"
112
98
  },
113
99
  "./collections": {
114
- "bun": "./collections/src/index.ts",
115
100
  "types": "./collections/dist/index.d.ts",
116
101
  "import": "./collections/dist/index.js"
117
102
  },
118
103
  "./config": {
119
- "bun": "./config/src/index.ts",
120
104
  "types": "./config/dist/index.d.ts",
121
105
  "import": "./config/dist/index.js"
122
106
  },
123
107
  "./database": {
124
- "bun": "./database/src/index.ts",
125
108
  "types": "./database/dist/index.d.ts",
126
109
  "import": "./database/dist/index.js"
127
110
  },
128
111
  "./datetime": {
129
- "bun": "./datetime/src/index.ts",
130
112
  "types": "./datetime/dist/index.d.ts",
131
113
  "import": "./datetime/dist/index.js"
132
114
  },
133
115
  "./desktop": {
134
- "bun": "./desktop/src/index.ts",
135
116
  "types": "./desktop/dist/index.d.ts",
136
117
  "import": "./desktop/dist/index.js"
137
118
  },
138
119
  "./development": {
139
- "bun": "./development/src/index.ts",
140
120
  "types": "./development/dist/index.d.ts",
141
121
  "import": "./development/dist/index.js"
142
122
  },
143
123
  "./dns": {
144
- "bun": "./dns/src/index.ts",
145
124
  "types": "./dns/dist/index.d.ts",
146
125
  "import": "./dns/dist/index.js"
147
126
  },
148
127
  "./docs": {
149
- "bun": "./docs/src/index.ts",
150
128
  "types": "./docs/dist/index.d.ts",
151
129
  "import": "./docs/dist/index.js"
152
130
  },
153
131
  "./email": {
154
- "bun": "./email/src/index.ts",
155
132
  "types": "./email/dist/index.d.ts",
156
133
  "import": "./email/dist/index.js"
157
134
  },
158
135
  "./enums": {
159
- "bun": "./enums/src/index.ts",
160
136
  "types": "./enums/dist/index.d.ts",
161
137
  "import": "./enums/dist/index.js"
162
138
  },
163
139
  "./error-handling": {
164
- "bun": "./error-handling/src/index.ts",
165
140
  "types": "./error-handling/dist/index.d.ts",
166
141
  "import": "./error-handling/dist/index.js"
167
142
  },
168
143
  "./events": {
169
- "bun": "./events/src/index.ts",
170
144
  "types": "./events/dist/index.d.ts",
171
145
  "import": "./events/dist/index.js"
172
146
  },
173
147
  "./faker": {
174
- "bun": "./faker/src/index.ts",
175
148
  "types": "./faker/dist/index.d.ts",
176
149
  "import": "./faker/dist/index.js"
177
150
  },
178
151
  "./git": {
179
- "bun": "./git/src/index.ts",
180
152
  "types": "./git/dist/index.d.ts",
181
153
  "import": "./git/dist/index.js"
182
154
  },
183
155
  "./health": {
184
- "bun": "./health/src/index.ts",
185
156
  "types": "./health/dist/index.d.ts",
186
157
  "import": "./health/dist/index.js"
187
158
  },
188
159
  "./lint": {
189
- "bun": "./lint/src/index.ts",
190
160
  "types": "./lint/dist/index.d.ts",
191
161
  "import": "./lint/dist/index.js"
192
162
  },
193
163
  "./logging": {
194
- "bun": "./logging/src/index.ts",
195
164
  "types": "./logging/dist/index.d.ts",
196
165
  "import": "./logging/dist/index.js"
197
166
  },
198
167
  "./notifications": {
199
- "bun": "./notifications/src/index.ts",
200
168
  "types": "./notifications/dist/index.d.ts",
201
169
  "import": "./notifications/dist/index.js"
202
170
  },
203
171
  "./objects": {
204
- "bun": "./objects/src/index.ts",
205
172
  "types": "./objects/dist/index.d.ts",
206
173
  "import": "./objects/dist/index.js"
207
174
  },
208
175
  "./orm": {
209
- "bun": "./orm/src/index.ts",
210
176
  "types": "./orm/dist/index.d.ts",
211
177
  "import": "./orm/dist/index.js"
212
178
  },
213
179
  "./path": {
214
- "bun": "./path/src/index.ts",
215
180
  "types": "./path/dist/index.d.ts",
216
181
  "import": "./path/dist/index.js"
217
182
  },
218
183
  "./payments": {
219
- "bun": "./payments/src/index.ts",
220
184
  "types": "./payments/dist/index.d.ts",
221
185
  "import": "./payments/dist/index.js"
222
186
  },
223
187
  "./push": {
224
- "bun": "./push/src/index.ts",
225
188
  "types": "./push/dist/index.d.ts",
226
189
  "import": "./push/dist/index.js"
227
190
  },
228
191
  "./query-builder": {
229
- "bun": "./query-builder/src/index.ts",
230
192
  "types": "./query-builder/dist/index.d.ts",
231
193
  "import": "./query-builder/dist/index.js"
232
194
  },
233
195
  "./queue": {
234
- "bun": "./queue/src/index.ts",
235
196
  "types": "./queue/dist/index.d.ts",
236
197
  "import": "./queue/dist/index.js"
237
198
  },
238
199
  "./realtime": {
239
- "bun": "./realtime/src/index.ts",
240
200
  "types": "./realtime/dist/index.d.ts",
241
201
  "import": "./realtime/dist/index.js"
242
202
  },
243
203
  "./repl": {
244
- "bun": "./repl/src/index.ts",
245
204
  "types": "./repl/dist/index.d.ts",
246
205
  "import": "./repl/dist/index.js"
247
206
  },
248
207
  "./router": {
249
- "bun": "./router/src/index.ts",
250
208
  "types": "./router/dist/index.d.ts",
251
209
  "import": "./router/dist/index.js"
252
210
  },
253
211
  "./scheduler": {
254
- "bun": "./scheduler/src/index.ts",
255
212
  "types": "./scheduler/dist/index.d.ts",
256
213
  "import": "./scheduler/dist/index.js"
257
214
  },
258
215
  "./search-engine": {
259
- "bun": "./search-engine/src/index.ts",
260
216
  "types": "./search-engine/dist/index.d.ts",
261
217
  "import": "./search-engine/dist/index.js"
262
218
  },
263
219
  "./security": {
264
- "bun": "./security/src/index.ts",
265
220
  "types": "./security/dist/index.d.ts",
266
221
  "import": "./security/dist/index.js"
267
222
  },
268
223
  "./server": {
269
- "bun": "./server/src/index.ts",
270
224
  "types": "./server/dist/index.d.ts",
271
225
  "import": "./server/dist/index.js"
272
226
  },
273
227
  "./signals": {
274
- "bun": "./signals/src/index.ts",
275
228
  "types": "./signals/dist/index.d.ts",
276
229
  "import": "./signals/dist/index.js"
277
230
  },
278
231
  "./slug": {
279
- "bun": "./slug/src/index.ts",
280
232
  "types": "./slug/dist/index.d.ts",
281
233
  "import": "./slug/dist/index.js"
282
234
  },
283
235
  "./sms": {
284
- "bun": "./sms/src/index.ts",
285
236
  "types": "./sms/dist/index.d.ts",
286
237
  "import": "./sms/dist/index.js"
287
238
  },
288
239
  "./stepper": {
289
- "bun": "./components/stepper/src/index.ts",
290
240
  "types": "./components/stepper/dist/index.d.ts",
291
241
  "import": "./components/stepper/dist/index.js"
292
242
  },
293
243
  "./modal": {
294
- "bun": "./components/modal/src/index.ts",
295
244
  "types": "./components/modal/dist/index.d.ts",
296
245
  "import": "./components/modal/dist/index.js"
297
246
  },
298
247
  "./storage": {
299
- "bun": "./storage/src/index.ts",
300
248
  "types": "./storage/dist/index.d.ts",
301
249
  "import": "./storage/dist/index.js"
302
250
  },
303
251
  "./strings": {
304
- "bun": "./strings/src/index.ts",
305
252
  "types": "./strings/dist/index.d.ts",
306
253
  "import": "./strings/dist/index.js"
307
254
  },
308
255
  "./testing": {
309
- "bun": "./testing/src/index.ts",
310
256
  "types": "./testing/dist/index.d.ts",
311
257
  "import": "./testing/dist/index.js"
312
258
  },
313
259
  "./tinker": {
314
- "bun": "./tinker/src/index.ts",
315
260
  "types": "./tinker/dist/index.d.ts",
316
261
  "import": "./tinker/dist/index.js"
317
262
  },
318
263
  "./tunnel": {
319
- "bun": "./tunnel/src/index.ts",
320
264
  "types": "./tunnel/dist/index.d.ts",
321
265
  "import": "./tunnel/dist/index.js"
322
266
  },
323
267
  "./types": {
324
- "bun": "./types/src/index.ts",
325
268
  "types": "./types/dist/index.d.ts",
326
269
  "import": "./types/dist/index.js"
327
270
  },
328
271
  "./ui": {
329
- "bun": "./ui/src/index.ts",
330
272
  "types": "./ui/dist/index.d.ts",
331
273
  "import": "./ui/dist/index.js"
332
274
  },
333
275
  "./utils": {
334
- "bun": "./utils/src/index.ts",
335
276
  "types": "./utils/dist/index.d.ts",
336
277
  "import": "./utils/dist/index.js"
337
278
  },
338
279
  "./validation": {
339
- "bun": "./validation/src/index.ts",
340
280
  "types": "./validation/dist/index.d.ts",
341
281
  "import": "./validation/dist/index.js"
342
282
  }
@@ -354,54 +294,54 @@
354
294
  },
355
295
  "web-types": "./web-types.json",
356
296
  "dependencies": {
357
- "@stacksjs/actions": "0.70.8",
358
- "@stacksjs/ai": "0.70.8",
359
- "@stacksjs/alias": "0.70.8",
360
- "@stacksjs/arrays": "0.70.8",
361
- "@stacksjs/auth": "0.70.8",
362
- "@stacksjs/buddy": "0.70.8",
363
- "@stacksjs/build": "0.70.8",
364
- "@stacksjs/cache": "0.70.8",
365
- "@stacksjs/cli": "0.70.8",
366
- "@stacksjs/cloud": "0.70.8",
367
- "@stacksjs/collections": "0.70.8",
368
- "@stacksjs/config": "0.70.8",
369
- "@stacksjs/database": "0.70.8",
370
- "@stacksjs/desktop": "0.70.8",
371
- "@stacksjs/development": "0.70.8",
372
- "@stacksjs/dns": "0.70.8",
373
- "@stacksjs/docs": "0.70.8",
374
- "@stacksjs/email": "0.70.8",
375
- "@stacksjs/enums": "0.70.8",
376
- "@stacksjs/env": "0.70.8",
377
- "@stacksjs/error-handling": "0.70.8",
297
+ "@stacksjs/actions": "0.70.10",
298
+ "@stacksjs/ai": "0.70.10",
299
+ "@stacksjs/alias": "0.70.10",
300
+ "@stacksjs/arrays": "0.70.10",
301
+ "@stacksjs/auth": "0.70.10",
302
+ "@stacksjs/buddy": "0.70.10",
303
+ "@stacksjs/build": "0.70.10",
304
+ "@stacksjs/cache": "0.70.10",
305
+ "@stacksjs/cli": "0.70.10",
306
+ "@stacksjs/cloud": "0.70.10",
307
+ "@stacksjs/collections": "0.70.10",
308
+ "@stacksjs/config": "0.70.10",
309
+ "@stacksjs/database": "0.70.10",
310
+ "@stacksjs/desktop": "0.70.10",
311
+ "@stacksjs/development": "0.70.10",
312
+ "@stacksjs/dns": "0.70.10",
313
+ "@stacksjs/docs": "0.70.10",
314
+ "@stacksjs/email": "0.70.10",
315
+ "@stacksjs/enums": "0.70.10",
316
+ "@stacksjs/env": "0.70.10",
317
+ "@stacksjs/error-handling": "0.70.10",
378
318
  "@stacksjs/eslint-config": "^4.10.2-beta.3",
379
- "@stacksjs/events": "0.70.8",
380
- "@stacksjs/faker": "0.70.8",
381
- "@stacksjs/git": "0.70.8",
382
- "@stacksjs/health": "0.70.8",
383
- "@stacksjs/lint": "0.70.8",
384
- "@stacksjs/logging": "0.70.8",
385
- "@stacksjs/notifications": "0.70.8",
386
- "@stacksjs/objects": "0.70.8",
387
- "@stacksjs/orm": "0.70.8",
388
- "@stacksjs/path": "0.70.8",
389
- "@stacksjs/payments": "0.70.8",
390
- "@stacksjs/realtime": "0.70.8",
391
- "@stacksjs/router": "0.70.8",
392
- "@stacksjs/search-engine": "0.70.8",
393
- "@stacksjs/security": "0.70.8",
394
- "@stacksjs/server": "0.70.8",
395
- "@stacksjs/storage": "0.70.8",
396
- "@stacksjs/strings": "0.70.8",
397
- "@stacksjs/testing": "0.70.8",
319
+ "@stacksjs/events": "0.70.10",
320
+ "@stacksjs/faker": "0.70.10",
321
+ "@stacksjs/git": "0.70.10",
322
+ "@stacksjs/health": "0.70.10",
323
+ "@stacksjs/lint": "0.70.10",
324
+ "@stacksjs/logging": "0.70.10",
325
+ "@stacksjs/notifications": "0.70.10",
326
+ "@stacksjs/objects": "0.70.10",
327
+ "@stacksjs/orm": "0.70.10",
328
+ "@stacksjs/path": "0.70.10",
329
+ "@stacksjs/payments": "0.70.10",
330
+ "@stacksjs/realtime": "0.70.10",
331
+ "@stacksjs/router": "0.70.10",
332
+ "@stacksjs/search-engine": "0.70.10",
333
+ "@stacksjs/security": "0.70.10",
334
+ "@stacksjs/server": "0.70.10",
335
+ "@stacksjs/storage": "0.70.10",
336
+ "@stacksjs/strings": "0.70.10",
337
+ "@stacksjs/testing": "0.70.10",
398
338
  "@stacksjs/tlsx": "^0.10.0",
399
- "@stacksjs/tunnel": "0.70.8",
400
- "@stacksjs/types": "0.70.8",
401
- "@stacksjs/ui": "0.70.8",
402
- "@stacksjs/utils": "0.70.8",
403
- "@stacksjs/validation": "0.70.8",
404
- "@stacksjs/vite-config": "0.70.8",
405
- "@stacksjs/vite-plugin": "0.70.8"
339
+ "@stacksjs/tunnel": "0.70.10",
340
+ "@stacksjs/types": "0.70.10",
341
+ "@stacksjs/ui": "0.70.10",
342
+ "@stacksjs/utils": "0.70.10",
343
+ "@stacksjs/validation": "0.70.10",
344
+ "@stacksjs/vite-config": "0.70.10",
345
+ "@stacksjs/vite-plugin": "0.70.10"
406
346
  }
407
347
  }