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.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. 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 Vue component library & Web Component library
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, Tauri, Headwind, Vite, VitePress and Vue
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, VueUse, and more_
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.159",
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
- "vue",
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.159",
306
- "@stacksjs/ai": "^0.70.159",
307
- "@stacksjs/alias": "^0.70.159",
308
- "@stacksjs/arrays": "^0.70.159",
309
- "@stacksjs/auth": "^0.70.159",
310
- "@stacksjs/buddy": "^0.70.159",
311
- "@stacksjs/browser-extension": "^0.70.159",
312
- "@stacksjs/build": "^0.70.159",
313
- "@stacksjs/cache": "^0.70.159",
314
- "@stacksjs/cli": "^0.70.159",
315
- "@stacksjs/cloud": "^0.70.159",
316
- "@stacksjs/collections": "^0.70.159",
317
- "@stacksjs/config": "^0.70.159",
318
- "@stacksjs/database": "^0.70.159",
319
- "@stacksjs/defaults": "^0.70.159",
320
- "@stacksjs/desktop": "^0.70.159",
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.159",
323
- "@stacksjs/email": "^0.70.159",
324
- "@stacksjs/enums": "^0.70.159",
325
- "@stacksjs/env": "^0.70.159",
326
- "@stacksjs/error-handling": "^0.70.159",
327
- "@stacksjs/events": "^0.70.159",
328
- "@stacksjs/feature-flags": "^0.70.159",
329
- "@stacksjs/git": "^0.70.159",
330
- "@stacksjs/health": "^0.70.159",
331
- "@stacksjs/lint": "^0.70.159",
332
- "@stacksjs/logging": "^0.70.159",
333
- "@stacksjs/notifications": "^0.70.159",
334
- "@stacksjs/objects": "^0.70.159",
335
- "@stacksjs/orm": "^0.70.159",
336
- "@stacksjs/path": "^0.70.159",
337
- "@stacksjs/payments": "^0.70.159",
338
- "@stacksjs/realtime": "^0.70.159",
339
- "@stacksjs/router": "^0.70.159",
340
- "@stacksjs/search-engine": "^0.70.159",
341
- "@stacksjs/security": "^0.70.159",
342
- "@stacksjs/server": "^0.70.159",
343
- "@stacksjs/storage": "^0.70.159",
344
- "@stacksjs/strings": "^0.70.159",
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.47",
347
- "@stacksjs/tunnel": "^0.70.159",
348
- "@stacksjs/types": "^0.70.159",
349
- "@stacksjs/ui": "^0.70.159",
350
- "@stacksjs/utils": "^0.70.159",
351
- "@stacksjs/skills": "^0.70.159",
352
- "@stacksjs/validation": "^0.70.159",
353
- "@stacksjs/api": "^0.70.159",
354
- "@stacksjs/analytics": "^0.70.159",
355
- "@stacksjs/chat": "^0.70.159",
356
- "@stacksjs/cms": "^0.70.159",
357
- "@stacksjs/commerce": "^0.70.159",
358
- "@stacksjs/datetime": "^0.70.159",
359
- "@stacksjs/docs": "^0.70.159",
360
- "@stacksjs/faker": "^0.70.159",
361
- "@stacksjs/push": "^0.70.159",
362
- "@stacksjs/query-builder": "^0.70.159",
363
- "@stacksjs/queue": "^0.70.159",
364
- "@stacksjs/repl": "^0.70.159",
365
- "@stacksjs/scheduler": "^0.70.159",
366
- "@stacksjs/slug": "^0.70.159",
367
- "@stacksjs/sms": "^0.70.159",
368
- "@stacksjs/testing": "^0.70.159",
369
- "@stacksjs/tinker": "^0.70.159",
370
- "@stacksjs/composables": "^0.70.159",
371
- "@stacksjs/shell": "^0.70.159",
372
- "@stacksjs/charts": "^0.70.159",
373
- "@stacksjs/whois": "^0.70.159",
374
- "@stacksjs/browser": "^0.70.159",
375
- "@stacksjs/calendar-api": "^0.70.159",
376
- "@stacksjs/github": "^0.70.159",
377
- "@stacksjs/http": "^0.70.159",
378
- "@stacksjs/registry": "^0.70.159",
379
- "@stacksjs/socials": "^0.70.159",
380
- "@stacksjs/newsletter": "^0.70.159",
381
- "@stacksjs/i18n": "^0.70.159",
382
- "@stacksjs/cron": "^0.70.159",
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
  }