stacks 0.70.160 → 0.70.162

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 +6 -8
  2. package/package.json +78 -78
package/README.md CHANGED
@@ -35,7 +35,7 @@ curl -Ssf stacksjs.com/install | sh # wip
35
35
 
36
36
  # alternatively, if Bun >= v1.1.11 is installed already
37
37
  # you may also get started via
38
- bunx stacks new my-project
38
+ panx @stacksjs/buddy new my-project
39
39
  ```
40
40
 
41
41
  ## Usage
@@ -79,7 +79,7 @@ buddy --help # view help menu
79
79
  # `command --help` flag to review the help menu
80
80
 
81
81
  buddy install # installs dependencies
82
- buddy add # adds a stack or dependency
82
+ buddy add calendar # pulls a registered project-shaped stack into this project
83
83
  buddy fresh # fresh reinstall of all deps
84
84
  buddy clean # removes all deps
85
85
  buddy setup # sets up the project initially
@@ -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
 
@@ -154,7 +154,7 @@ buddy make:factory cars # creates a Car factory file
154
154
  buddy make:table cars # bootstraps a cars data table
155
155
  buddy make:notification welcome-email # bootstraps a welcome-email notification
156
156
  buddy make:lang de # bootstraps a lang/de.yml language file
157
- buddy make:stack my-project # shares logic with `bunx stacks new my-project`
157
+ buddy make:stack my-project # scaffolds a project-shaped registry stack
158
158
 
159
159
  buddy migrate # runs database migrations
160
160
  buddy migrate:dns # sets the ./config/dns.ts file
@@ -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.160",
4
+ "version": "0.70.162",
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.160",
306
- "@stacksjs/ai": "^0.70.160",
307
- "@stacksjs/alias": "^0.70.160",
308
- "@stacksjs/arrays": "^0.70.160",
309
- "@stacksjs/auth": "^0.70.160",
310
- "@stacksjs/buddy": "^0.70.160",
311
- "@stacksjs/browser-extension": "^0.70.160",
312
- "@stacksjs/build": "^0.70.160",
313
- "@stacksjs/cache": "^0.70.160",
314
- "@stacksjs/cli": "^0.70.160",
315
- "@stacksjs/cloud": "^0.70.160",
316
- "@stacksjs/collections": "^0.70.160",
317
- "@stacksjs/config": "^0.70.160",
318
- "@stacksjs/database": "^0.70.160",
319
- "@stacksjs/defaults": "^0.70.160",
320
- "@stacksjs/desktop": "^0.70.160",
305
+ "@stacksjs/actions": "^0.70.162",
306
+ "@stacksjs/ai": "^0.70.162",
307
+ "@stacksjs/alias": "^0.70.162",
308
+ "@stacksjs/arrays": "^0.70.162",
309
+ "@stacksjs/auth": "^0.70.162",
310
+ "@stacksjs/buddy": "^0.70.162",
311
+ "@stacksjs/browser-extension": "^0.70.162",
312
+ "@stacksjs/build": "^0.70.162",
313
+ "@stacksjs/cache": "^0.70.162",
314
+ "@stacksjs/cli": "^0.70.162",
315
+ "@stacksjs/cloud": "^0.70.162",
316
+ "@stacksjs/collections": "^0.70.162",
317
+ "@stacksjs/config": "^0.70.162",
318
+ "@stacksjs/database": "^0.70.162",
319
+ "@stacksjs/defaults": "^0.70.162",
320
+ "@stacksjs/desktop": "^0.70.162",
321
321
  "better-dx": "^0.2.17",
322
- "@stacksjs/dns": "^0.70.160",
323
- "@stacksjs/email": "^0.70.160",
324
- "@stacksjs/enums": "^0.70.160",
325
- "@stacksjs/env": "^0.70.160",
326
- "@stacksjs/error-handling": "^0.70.160",
327
- "@stacksjs/events": "^0.70.160",
328
- "@stacksjs/feature-flags": "^0.70.160",
329
- "@stacksjs/git": "^0.70.160",
330
- "@stacksjs/health": "^0.70.160",
331
- "@stacksjs/lint": "^0.70.160",
332
- "@stacksjs/logging": "^0.70.160",
333
- "@stacksjs/notifications": "^0.70.160",
334
- "@stacksjs/objects": "^0.70.160",
335
- "@stacksjs/orm": "^0.70.160",
336
- "@stacksjs/path": "^0.70.160",
337
- "@stacksjs/payments": "^0.70.160",
338
- "@stacksjs/realtime": "^0.70.160",
339
- "@stacksjs/router": "^0.70.160",
340
- "@stacksjs/search-engine": "^0.70.160",
341
- "@stacksjs/security": "^0.70.160",
342
- "@stacksjs/server": "^0.70.160",
343
- "@stacksjs/storage": "^0.70.160",
344
- "@stacksjs/strings": "^0.70.160",
322
+ "@stacksjs/dns": "^0.70.162",
323
+ "@stacksjs/email": "^0.70.162",
324
+ "@stacksjs/enums": "^0.70.162",
325
+ "@stacksjs/env": "^0.70.162",
326
+ "@stacksjs/error-handling": "^0.70.162",
327
+ "@stacksjs/events": "^0.70.162",
328
+ "@stacksjs/feature-flags": "^0.70.162",
329
+ "@stacksjs/git": "^0.70.162",
330
+ "@stacksjs/health": "^0.70.162",
331
+ "@stacksjs/lint": "^0.70.162",
332
+ "@stacksjs/logging": "^0.70.162",
333
+ "@stacksjs/notifications": "^0.70.162",
334
+ "@stacksjs/objects": "^0.70.162",
335
+ "@stacksjs/orm": "^0.70.162",
336
+ "@stacksjs/path": "^0.70.162",
337
+ "@stacksjs/payments": "^0.70.162",
338
+ "@stacksjs/realtime": "^0.70.162",
339
+ "@stacksjs/router": "^0.70.162",
340
+ "@stacksjs/search-engine": "^0.70.162",
341
+ "@stacksjs/security": "^0.70.162",
342
+ "@stacksjs/server": "^0.70.162",
343
+ "@stacksjs/storage": "^0.70.162",
344
+ "@stacksjs/strings": "^0.70.162",
345
345
  "@stacksjs/tlsx": "^0.13.0",
346
- "@stacksjs/ts-cloud": "^0.7.49",
347
- "@stacksjs/tunnel": "^0.70.160",
348
- "@stacksjs/types": "^0.70.160",
349
- "@stacksjs/ui": "^0.70.160",
350
- "@stacksjs/utils": "^0.70.160",
351
- "@stacksjs/skills": "^0.70.160",
352
- "@stacksjs/validation": "^0.70.160",
353
- "@stacksjs/api": "^0.70.160",
354
- "@stacksjs/analytics": "^0.70.160",
355
- "@stacksjs/chat": "^0.70.160",
356
- "@stacksjs/cms": "^0.70.160",
357
- "@stacksjs/commerce": "^0.70.160",
358
- "@stacksjs/datetime": "^0.70.160",
359
- "@stacksjs/docs": "^0.70.160",
360
- "@stacksjs/faker": "^0.70.160",
361
- "@stacksjs/push": "^0.70.160",
362
- "@stacksjs/query-builder": "^0.70.160",
363
- "@stacksjs/queue": "^0.70.160",
364
- "@stacksjs/repl": "^0.70.160",
365
- "@stacksjs/scheduler": "^0.70.160",
366
- "@stacksjs/slug": "^0.70.160",
367
- "@stacksjs/sms": "^0.70.160",
368
- "@stacksjs/testing": "^0.70.160",
369
- "@stacksjs/tinker": "^0.70.160",
370
- "@stacksjs/composables": "^0.70.160",
371
- "@stacksjs/shell": "^0.70.160",
372
- "@stacksjs/charts": "^0.70.160",
373
- "@stacksjs/whois": "^0.70.160",
374
- "@stacksjs/browser": "^0.70.160",
375
- "@stacksjs/calendar-api": "^0.70.160",
376
- "@stacksjs/github": "^0.70.160",
377
- "@stacksjs/http": "^0.70.160",
378
- "@stacksjs/registry": "^0.70.160",
379
- "@stacksjs/socials": "^0.70.160",
380
- "@stacksjs/newsletter": "^0.70.160",
381
- "@stacksjs/i18n": "^0.70.160",
382
- "@stacksjs/cron": "^0.70.160",
346
+ "@stacksjs/ts-cloud": "^0.7.56",
347
+ "@stacksjs/tunnel": "^0.70.162",
348
+ "@stacksjs/types": "^0.70.162",
349
+ "@stacksjs/ui": "^0.70.162",
350
+ "@stacksjs/utils": "^0.70.162",
351
+ "@stacksjs/skills": "^0.70.162",
352
+ "@stacksjs/validation": "^0.70.162",
353
+ "@stacksjs/api": "^0.70.162",
354
+ "@stacksjs/analytics": "^0.70.162",
355
+ "@stacksjs/chat": "^0.70.162",
356
+ "@stacksjs/cms": "^0.70.162",
357
+ "@stacksjs/commerce": "^0.70.162",
358
+ "@stacksjs/datetime": "^0.70.162",
359
+ "@stacksjs/docs": "^0.70.162",
360
+ "@stacksjs/faker": "^0.70.162",
361
+ "@stacksjs/push": "^0.70.162",
362
+ "@stacksjs/query-builder": "^0.70.162",
363
+ "@stacksjs/queue": "^0.70.162",
364
+ "@stacksjs/repl": "^0.70.162",
365
+ "@stacksjs/scheduler": "^0.70.162",
366
+ "@stacksjs/slug": "^0.70.162",
367
+ "@stacksjs/sms": "^0.70.162",
368
+ "@stacksjs/testing": "^0.70.162",
369
+ "@stacksjs/tinker": "^0.70.162",
370
+ "@stacksjs/composables": "^0.70.162",
371
+ "@stacksjs/shell": "^0.70.162",
372
+ "@stacksjs/charts": "^0.70.162",
373
+ "@stacksjs/whois": "^0.70.162",
374
+ "@stacksjs/browser": "^0.70.162",
375
+ "@stacksjs/calendar-api": "^0.70.162",
376
+ "@stacksjs/github": "^0.70.162",
377
+ "@stacksjs/http": "^0.70.162",
378
+ "@stacksjs/registry": "^0.70.162",
379
+ "@stacksjs/socials": "^0.70.162",
380
+ "@stacksjs/newsletter": "^0.70.162",
381
+ "@stacksjs/i18n": "^0.70.162",
382
+ "@stacksjs/cron": "^0.70.162",
383
383
  "bun-query-builder": "^0.1.56"
384
384
  }
385
385
  }