stacks 0.70.159 → 0.70.161
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.
- package/README.md +3 -5
- package/package.json +78 -78
package/README.md
CHANGED
|
@@ -126,7 +126,7 @@ buddy build:views # builds SSG views
|
|
|
126
126
|
buddy build:desktop # builds Desktop application
|
|
127
127
|
buddy build:library # builds any or all libraries
|
|
128
128
|
buddy build:functions # builds function library
|
|
129
|
-
buddy build:components # builds
|
|
129
|
+
buddy build:components # builds the STX component library and Web Component library
|
|
130
130
|
buddy build:web-components # builds framework agnostic Web Component library (i.e. Custom Elements)
|
|
131
131
|
buddy build:all # builds all your code
|
|
132
132
|
|
|
@@ -192,7 +192,6 @@ buddy cloud:add --jump-box # adds a jump box to your cloud setup
|
|
|
192
192
|
|
|
193
193
|
# select the example to run (follow CLI prompts)
|
|
194
194
|
buddy example # prompts you to select which example to run
|
|
195
|
-
buddy example:vue # runs the Vue example
|
|
196
195
|
buddy example:web-components # runs the Web Component example
|
|
197
196
|
|
|
198
197
|
# you likely won’t need to run these commands as they are auto-triggered, but they are available
|
|
@@ -250,7 +249,7 @@ _Develop dynamic UIs with helpers for atomic design, and much more._
|
|
|
250
249
|
- 🖥️ **Desktop** _transforms your web app into a desktop app, plus more_
|
|
251
250
|
- 📝 **Documentation** _markdown-based documentation, auto-generated_
|
|
252
251
|
- 📚 **Library** _auto-builds & manages component & function libraries_
|
|
253
|
-
- ⚡️ Powered by Bun,
|
|
252
|
+
- ⚡️ Powered by Bun, STX, Tauri, Crosswind, and BunPress
|
|
254
253
|
|
|
255
254
|
### Backend Development
|
|
256
255
|
|
|
@@ -274,7 +273,6 @@ _Develop serverless (or server) functions with countless helpers to build scalab
|
|
|
274
273
|
- 💾 **Storage** _a secure-by-default File API that feels right_
|
|
275
274
|
- 🧪 **Tinker** _a powerful TypeScript REPL_
|
|
276
275
|
- 🌪️ **Validation** _e2e type-safety (true frontend & backend harmony)_
|
|
277
|
-
- 🎯 **X-Ray** _all you need to debug, log & analyze_
|
|
278
276
|
|
|
279
277
|
### Cloud Development
|
|
280
278
|
|
|
@@ -314,7 +312,7 @@ Convention over configuration, while staying wholly configurable. _No more boile
|
|
|
314
312
|
- 🚗 **Auto Imports** _your components & functions, including date, string, array, & object helpers_
|
|
315
313
|
- ⏩ **Code Snippets** _goodbye to the boilerplate code—thank you Sarah Drasner_
|
|
316
314
|
- 🔤 **Spell Checker** _be notified once there are typos_
|
|
317
|
-
- 🛠️ **Essential Utilities** _powers at your fingertips. Collections,
|
|
315
|
+
- 🛠️ **Essential Utilities** _powers at your fingertips. Collections, STX composables, and more_
|
|
318
316
|
- 👥 **Team Management** _manage your team & their permissions_
|
|
319
317
|
- 🧪 **Streamlined Testing** _unit & e2e tests powered by Bun, Vitest & Playwright_
|
|
320
318
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stacks",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.70.
|
|
4
|
+
"version": "0.70.161",
|
|
5
5
|
"description": "The Stacks framework.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"pwa",
|
|
32
32
|
"modern",
|
|
33
33
|
"library",
|
|
34
|
-
"
|
|
34
|
+
"stx",
|
|
35
35
|
"web components",
|
|
36
36
|
"serverless",
|
|
37
37
|
"cloud",
|
|
@@ -302,84 +302,84 @@
|
|
|
302
302
|
},
|
|
303
303
|
"web-types": "./web-types.json",
|
|
304
304
|
"dependencies": {
|
|
305
|
-
"@stacksjs/actions": "^0.70.
|
|
306
|
-
"@stacksjs/ai": "^0.70.
|
|
307
|
-
"@stacksjs/alias": "^0.70.
|
|
308
|
-
"@stacksjs/arrays": "^0.70.
|
|
309
|
-
"@stacksjs/auth": "^0.70.
|
|
310
|
-
"@stacksjs/buddy": "^0.70.
|
|
311
|
-
"@stacksjs/browser-extension": "^0.70.
|
|
312
|
-
"@stacksjs/build": "^0.70.
|
|
313
|
-
"@stacksjs/cache": "^0.70.
|
|
314
|
-
"@stacksjs/cli": "^0.70.
|
|
315
|
-
"@stacksjs/cloud": "^0.70.
|
|
316
|
-
"@stacksjs/collections": "^0.70.
|
|
317
|
-
"@stacksjs/config": "^0.70.
|
|
318
|
-
"@stacksjs/database": "^0.70.
|
|
319
|
-
"@stacksjs/defaults": "^0.70.
|
|
320
|
-
"@stacksjs/desktop": "^0.70.
|
|
305
|
+
"@stacksjs/actions": "^0.70.161",
|
|
306
|
+
"@stacksjs/ai": "^0.70.161",
|
|
307
|
+
"@stacksjs/alias": "^0.70.161",
|
|
308
|
+
"@stacksjs/arrays": "^0.70.161",
|
|
309
|
+
"@stacksjs/auth": "^0.70.161",
|
|
310
|
+
"@stacksjs/buddy": "^0.70.161",
|
|
311
|
+
"@stacksjs/browser-extension": "^0.70.161",
|
|
312
|
+
"@stacksjs/build": "^0.70.161",
|
|
313
|
+
"@stacksjs/cache": "^0.70.161",
|
|
314
|
+
"@stacksjs/cli": "^0.70.161",
|
|
315
|
+
"@stacksjs/cloud": "^0.70.161",
|
|
316
|
+
"@stacksjs/collections": "^0.70.161",
|
|
317
|
+
"@stacksjs/config": "^0.70.161",
|
|
318
|
+
"@stacksjs/database": "^0.70.161",
|
|
319
|
+
"@stacksjs/defaults": "^0.70.161",
|
|
320
|
+
"@stacksjs/desktop": "^0.70.161",
|
|
321
321
|
"better-dx": "^0.2.17",
|
|
322
|
-
"@stacksjs/dns": "^0.70.
|
|
323
|
-
"@stacksjs/email": "^0.70.
|
|
324
|
-
"@stacksjs/enums": "^0.70.
|
|
325
|
-
"@stacksjs/env": "^0.70.
|
|
326
|
-
"@stacksjs/error-handling": "^0.70.
|
|
327
|
-
"@stacksjs/events": "^0.70.
|
|
328
|
-
"@stacksjs/feature-flags": "^0.70.
|
|
329
|
-
"@stacksjs/git": "^0.70.
|
|
330
|
-
"@stacksjs/health": "^0.70.
|
|
331
|
-
"@stacksjs/lint": "^0.70.
|
|
332
|
-
"@stacksjs/logging": "^0.70.
|
|
333
|
-
"@stacksjs/notifications": "^0.70.
|
|
334
|
-
"@stacksjs/objects": "^0.70.
|
|
335
|
-
"@stacksjs/orm": "^0.70.
|
|
336
|
-
"@stacksjs/path": "^0.70.
|
|
337
|
-
"@stacksjs/payments": "^0.70.
|
|
338
|
-
"@stacksjs/realtime": "^0.70.
|
|
339
|
-
"@stacksjs/router": "^0.70.
|
|
340
|
-
"@stacksjs/search-engine": "^0.70.
|
|
341
|
-
"@stacksjs/security": "^0.70.
|
|
342
|
-
"@stacksjs/server": "^0.70.
|
|
343
|
-
"@stacksjs/storage": "^0.70.
|
|
344
|
-
"@stacksjs/strings": "^0.70.
|
|
322
|
+
"@stacksjs/dns": "^0.70.161",
|
|
323
|
+
"@stacksjs/email": "^0.70.161",
|
|
324
|
+
"@stacksjs/enums": "^0.70.161",
|
|
325
|
+
"@stacksjs/env": "^0.70.161",
|
|
326
|
+
"@stacksjs/error-handling": "^0.70.161",
|
|
327
|
+
"@stacksjs/events": "^0.70.161",
|
|
328
|
+
"@stacksjs/feature-flags": "^0.70.161",
|
|
329
|
+
"@stacksjs/git": "^0.70.161",
|
|
330
|
+
"@stacksjs/health": "^0.70.161",
|
|
331
|
+
"@stacksjs/lint": "^0.70.161",
|
|
332
|
+
"@stacksjs/logging": "^0.70.161",
|
|
333
|
+
"@stacksjs/notifications": "^0.70.161",
|
|
334
|
+
"@stacksjs/objects": "^0.70.161",
|
|
335
|
+
"@stacksjs/orm": "^0.70.161",
|
|
336
|
+
"@stacksjs/path": "^0.70.161",
|
|
337
|
+
"@stacksjs/payments": "^0.70.161",
|
|
338
|
+
"@stacksjs/realtime": "^0.70.161",
|
|
339
|
+
"@stacksjs/router": "^0.70.161",
|
|
340
|
+
"@stacksjs/search-engine": "^0.70.161",
|
|
341
|
+
"@stacksjs/security": "^0.70.161",
|
|
342
|
+
"@stacksjs/server": "^0.70.161",
|
|
343
|
+
"@stacksjs/storage": "^0.70.161",
|
|
344
|
+
"@stacksjs/strings": "^0.70.161",
|
|
345
345
|
"@stacksjs/tlsx": "^0.13.0",
|
|
346
|
-
"@stacksjs/ts-cloud": "^0.7.
|
|
347
|
-
"@stacksjs/tunnel": "^0.70.
|
|
348
|
-
"@stacksjs/types": "^0.70.
|
|
349
|
-
"@stacksjs/ui": "^0.70.
|
|
350
|
-
"@stacksjs/utils": "^0.70.
|
|
351
|
-
"@stacksjs/skills": "^0.70.
|
|
352
|
-
"@stacksjs/validation": "^0.70.
|
|
353
|
-
"@stacksjs/api": "^0.70.
|
|
354
|
-
"@stacksjs/analytics": "^0.70.
|
|
355
|
-
"@stacksjs/chat": "^0.70.
|
|
356
|
-
"@stacksjs/cms": "^0.70.
|
|
357
|
-
"@stacksjs/commerce": "^0.70.
|
|
358
|
-
"@stacksjs/datetime": "^0.70.
|
|
359
|
-
"@stacksjs/docs": "^0.70.
|
|
360
|
-
"@stacksjs/faker": "^0.70.
|
|
361
|
-
"@stacksjs/push": "^0.70.
|
|
362
|
-
"@stacksjs/query-builder": "^0.70.
|
|
363
|
-
"@stacksjs/queue": "^0.70.
|
|
364
|
-
"@stacksjs/repl": "^0.70.
|
|
365
|
-
"@stacksjs/scheduler": "^0.70.
|
|
366
|
-
"@stacksjs/slug": "^0.70.
|
|
367
|
-
"@stacksjs/sms": "^0.70.
|
|
368
|
-
"@stacksjs/testing": "^0.70.
|
|
369
|
-
"@stacksjs/tinker": "^0.70.
|
|
370
|
-
"@stacksjs/composables": "^0.70.
|
|
371
|
-
"@stacksjs/shell": "^0.70.
|
|
372
|
-
"@stacksjs/charts": "^0.70.
|
|
373
|
-
"@stacksjs/whois": "^0.70.
|
|
374
|
-
"@stacksjs/browser": "^0.70.
|
|
375
|
-
"@stacksjs/calendar-api": "^0.70.
|
|
376
|
-
"@stacksjs/github": "^0.70.
|
|
377
|
-
"@stacksjs/http": "^0.70.
|
|
378
|
-
"@stacksjs/registry": "^0.70.
|
|
379
|
-
"@stacksjs/socials": "^0.70.
|
|
380
|
-
"@stacksjs/newsletter": "^0.70.
|
|
381
|
-
"@stacksjs/i18n": "^0.70.
|
|
382
|
-
"@stacksjs/cron": "^0.70.
|
|
346
|
+
"@stacksjs/ts-cloud": "^0.7.49",
|
|
347
|
+
"@stacksjs/tunnel": "^0.70.161",
|
|
348
|
+
"@stacksjs/types": "^0.70.161",
|
|
349
|
+
"@stacksjs/ui": "^0.70.161",
|
|
350
|
+
"@stacksjs/utils": "^0.70.161",
|
|
351
|
+
"@stacksjs/skills": "^0.70.161",
|
|
352
|
+
"@stacksjs/validation": "^0.70.161",
|
|
353
|
+
"@stacksjs/api": "^0.70.161",
|
|
354
|
+
"@stacksjs/analytics": "^0.70.161",
|
|
355
|
+
"@stacksjs/chat": "^0.70.161",
|
|
356
|
+
"@stacksjs/cms": "^0.70.161",
|
|
357
|
+
"@stacksjs/commerce": "^0.70.161",
|
|
358
|
+
"@stacksjs/datetime": "^0.70.161",
|
|
359
|
+
"@stacksjs/docs": "^0.70.161",
|
|
360
|
+
"@stacksjs/faker": "^0.70.161",
|
|
361
|
+
"@stacksjs/push": "^0.70.161",
|
|
362
|
+
"@stacksjs/query-builder": "^0.70.161",
|
|
363
|
+
"@stacksjs/queue": "^0.70.161",
|
|
364
|
+
"@stacksjs/repl": "^0.70.161",
|
|
365
|
+
"@stacksjs/scheduler": "^0.70.161",
|
|
366
|
+
"@stacksjs/slug": "^0.70.161",
|
|
367
|
+
"@stacksjs/sms": "^0.70.161",
|
|
368
|
+
"@stacksjs/testing": "^0.70.161",
|
|
369
|
+
"@stacksjs/tinker": "^0.70.161",
|
|
370
|
+
"@stacksjs/composables": "^0.70.161",
|
|
371
|
+
"@stacksjs/shell": "^0.70.161",
|
|
372
|
+
"@stacksjs/charts": "^0.70.161",
|
|
373
|
+
"@stacksjs/whois": "^0.70.161",
|
|
374
|
+
"@stacksjs/browser": "^0.70.161",
|
|
375
|
+
"@stacksjs/calendar-api": "^0.70.161",
|
|
376
|
+
"@stacksjs/github": "^0.70.161",
|
|
377
|
+
"@stacksjs/http": "^0.70.161",
|
|
378
|
+
"@stacksjs/registry": "^0.70.161",
|
|
379
|
+
"@stacksjs/socials": "^0.70.161",
|
|
380
|
+
"@stacksjs/newsletter": "^0.70.161",
|
|
381
|
+
"@stacksjs/i18n": "^0.70.161",
|
|
382
|
+
"@stacksjs/cron": "^0.70.161",
|
|
383
383
|
"bun-query-builder": "^0.1.56"
|
|
384
384
|
}
|
|
385
385
|
}
|