stacks 0.49.0 → 0.49.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 (51) hide show
  1. package/README.md +2 -2
  2. package/buddy/README.md +2 -2
  3. package/buddy/package.json +1 -1
  4. package/core/actions/package.json +1 -1
  5. package/core/actions/src/lint-fix.ts +1 -1
  6. package/core/ai/package.json +1 -1
  7. package/core/alias/package.json +1 -1
  8. package/core/arrays/package.json +1 -1
  9. package/core/auth/package.json +1 -1
  10. package/core/build/package.json +1 -1
  11. package/core/cache/package.json +1 -1
  12. package/core/chat/package.json +1 -1
  13. package/core/cli/package.json +1 -1
  14. package/core/cloud/package.json +1 -1
  15. package/core/collections/package.json +1 -1
  16. package/core/config/package.json +1 -1
  17. package/core/dashboard/package.json +1 -1
  18. package/core/database/package.json +1 -1
  19. package/core/datetime/package.json +1 -1
  20. package/core/desktop/package.json +1 -1
  21. package/core/docs/package.json +1 -1
  22. package/core/domains/package.json +1 -1
  23. package/core/drivers/package.json +1 -1
  24. package/core/email/package.json +1 -1
  25. package/core/error-handling/package.json +1 -1
  26. package/core/events/package.json +1 -1
  27. package/core/git/package.json +1 -1
  28. package/core/health/package.json +1 -1
  29. package/core/lint/package.json +1 -1
  30. package/core/logging/package.json +1 -1
  31. package/core/modules/package.json +1 -1
  32. package/core/notifications/package.json +1 -1
  33. package/core/objects/package.json +1 -1
  34. package/core/path/package.json +1 -1
  35. package/core/payments/package.json +1 -1
  36. package/core/push/package.json +1 -1
  37. package/core/realtime/package.json +1 -1
  38. package/core/router/package.json +1 -1
  39. package/core/search-engine/package.json +1 -1
  40. package/core/security/package.json +1 -1
  41. package/core/server/package.json +1 -1
  42. package/core/sms/package.json +1 -1
  43. package/core/storage/package.json +1 -1
  44. package/core/strings/package.json +1 -1
  45. package/core/tables/package.json +1 -1
  46. package/core/testing/package.json +1 -1
  47. package/core/types/package.json +1 -1
  48. package/core/ui/package.json +1 -1
  49. package/core/utils/package.json +1 -1
  50. package/core/x-ray/package.json +1 -1
  51. package/package.json +2 -2
package/README.md CHANGED
@@ -33,8 +33,8 @@ The Stacks framework is a harmony of several “engines” to build any web and/
33
33
 
34
34
  _Develop dynamic UIs with helpers for atomic design, and much more._
35
35
 
36
- - 🧩 **Components** _a Stacks primitive to develop user interfaces_
37
- - 🤖 **Functions** _grant your UI superpowers_
36
+ - 🧩 **Components** _a primitive to develop user interfaces_
37
+ - 🤖 **Functions** _a primitive to develop business logic (and grant your UI superpowers)_
38
38
  - 🌐 **Web** _"a routing & templating engine that makes sense" using components—SSG & PWA ready_
39
39
  - 🖥️ **Desktop** _components as desktop elements_
40
40
  - 📚 **Library** _auto-builds component & function libraries_
package/buddy/README.md CHANGED
@@ -33,8 +33,8 @@ The Stacks framework is a harmony of several “engines” to build any web and/
33
33
 
34
34
  _Develop dynamic UIs with helpers for atomic design, and much more._
35
35
 
36
- - 🧩 **Components** _a Stacks primitive to develop user interfaces_
37
- - 🤖 **Functions** _grant your UI superpowers_
36
+ - 🧩 **Components** _a primitive to develop user interfaces_
37
+ - 🤖 **Functions** _a primitive to develop business logic (and grant your UI superpowers)_
38
38
  - 🌐 **Web** _"a routing & templating engine that makes sense" using components—SSG & PWA ready_
39
39
  - 🖥️ **Desktop** _components as desktop elements_
40
40
  - 📚 **Library** _auto-builds component & function libraries_
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "Meet Buddy. The Stacks runtime.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/actions",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks actions.",
7
7
  "author": "Chris Breuer",
@@ -2,4 +2,4 @@ import { runCommands } from '@stacksjs/cli'
2
2
  import { projectPath } from '@stacksjs/path'
3
3
  import { NpmScript } from '@stacksjs/types'
4
4
 
5
- await runCommands([NpmScript.LintFix], { cwd: projectPath(), shouldShowSpinner: true, spinnerText: 'Linting...' })
5
+ await runCommands([NpmScript.LintFix], { cwd: projectPath(), shouldShowSpinner: true, spinnerText: 'Auto-fixing lint issues...' })
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ai",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "Stacks Artificial Intelligence.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/alias",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks aliases.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/arrays",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks array utilities.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/auth",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "A more simplistic way to authenticate.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/build",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks framework build tools and configurations.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cache",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks way to test.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/chat",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks Chat Integration. Easy sending of messages for chat services",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cli",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The simple way to create beautiful CLIs.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks cloud/serverless integration & implementation.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks collections.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks configuration.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/dashboard",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks Dashboard.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/database",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks database integration.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks datetime helpers.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks Desktop engine.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks way to document.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/domains",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "Easily manage your domains.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/drivers",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "Easily create a driver-based system.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/error-handling",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "Type safe error handling.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/events",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "Functional event emitting.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/git",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks git utilities & conventions.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/health",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks Health services.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/lint",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks way to lint.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/logging",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks logging system.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/modules",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks framework modules.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/notifications",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks notifications integration.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/objects",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks objects.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks path.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/payments",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks payments package. Currently supporting Stripe.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks Push integration",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/realtime",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks realtime integration.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks framework router.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/search-engine",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks search engine integrations.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/security",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks framework security.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/server",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "Local development and production-ready.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/sms",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/storage",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks file system.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/strings",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks string utilities.",
7
7
  "author": "Chris Breuer",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacksjs/tables",
3
- "version": "0.49.0",
3
+ "version": "0.49.1",
4
4
  "description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, ...",
5
5
  "author": "Open Web Labs",
6
6
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks way of testing.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks framework types.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks atomic UI engine, powered by UnoCSS.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/utils",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks helper functions.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/x-ray",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "All you need to debug, log & analyze.",
7
7
  "author": "Chris Breuer",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.49.1",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks framework.",
7
7
  "author": "Chris Breuer",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "web-types": "./web-types.json",
67
67
  "dependencies": {
68
- "@stacksjs/buddy": "0.49.0"
68
+ "@stacksjs/buddy": "0.49.1"
69
69
  },
70
70
  "scripts": {
71
71
  "buddy": "esno ./buddy/src/cli.ts",