stacks 0.58.39 → 0.58.41

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 (85) hide show
  1. package/core/actions/dist/src/upgrade.js +1 -1
  2. package/core/actions/package.json +1 -1
  3. package/core/ai/package.json +1 -1
  4. package/core/alias/package.json +1 -1
  5. package/core/analytics/package.json +1 -1
  6. package/core/api/package.json +1 -1
  7. package/core/arrays/package.json +1 -1
  8. package/core/auth/package.json +1 -1
  9. package/core/buddy/package.json +1 -1
  10. package/core/build/package.json +1 -1
  11. package/core/bun-create/bud/package.json +1 -1
  12. package/core/bun-create/buddy/package.json +1 -1
  13. package/core/bun-create/stack/package.json +1 -1
  14. package/core/bun-create/stacks/package.json +1 -1
  15. package/core/bun-create/stx/package.json +1 -1
  16. package/core/bun-plugin-yaml/package.json +1 -1
  17. package/core/cache/package.json +1 -1
  18. package/core/chat/package.json +1 -1
  19. package/core/cli/dist/index.js +1 -1
  20. package/core/cli/package.json +1 -1
  21. package/core/cloud/package.json +1 -1
  22. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +1 -1
  23. package/core/collections/package.json +1 -1
  24. package/core/config/package.json +1 -1
  25. package/core/database/package.json +1 -1
  26. package/core/datetime/package.json +1 -1
  27. package/core/desktop/package.json +1 -1
  28. package/core/development/package.json +1 -1
  29. package/core/dns/package.json +1 -1
  30. package/core/docs/package.json +1 -1
  31. package/core/email/package.json +1 -1
  32. package/core/enums/package.json +1 -1
  33. package/core/env/package.json +1 -1
  34. package/core/error-handling/package.json +1 -1
  35. package/core/eslint-config/package.json +1 -1
  36. package/core/events/package.json +1 -1
  37. package/core/faker/package.json +1 -1
  38. package/core/git/package.json +1 -1
  39. package/core/health/package.json +1 -1
  40. package/core/http/package.json +1 -1
  41. package/core/lint/package.json +1 -1
  42. package/core/logging/package.json +1 -1
  43. package/core/music/package.json +1 -1
  44. package/core/notifications/package.json +1 -1
  45. package/core/objects/package.json +1 -1
  46. package/core/orm/package.json +1 -1
  47. package/core/path/package.json +1 -1
  48. package/core/payments/package.json +1 -1
  49. package/core/push/package.json +1 -1
  50. package/core/query-builder/package.json +1 -1
  51. package/core/queue/package.json +1 -1
  52. package/core/raycast/package.json +1 -1
  53. package/core/realtime/package.json +1 -1
  54. package/core/repl/package.json +1 -1
  55. package/core/router/package.json +1 -1
  56. package/core/scheduler/package.json +1 -1
  57. package/core/search-engine/package.json +1 -1
  58. package/core/security/package.json +1 -1
  59. package/core/server/package.json +1 -1
  60. package/core/signals/package.json +1 -1
  61. package/core/slug/package.json +1 -1
  62. package/core/sms/package.json +1 -1
  63. package/core/storage/dist/index.js +1 -3
  64. package/core/storage/package.json +1 -1
  65. package/core/storage/src/zip.ts +6 -3
  66. package/core/strings/package.json +1 -1
  67. package/core/tables/package.json +1 -1
  68. package/core/testing/package.json +1 -1
  69. package/core/tinker/package.json +1 -1
  70. package/core/tunnel/package.json +1 -1
  71. package/core/types/package.json +1 -1
  72. package/core/ui/dist/index.js +56 -6
  73. package/core/ui/package.json +2 -1
  74. package/core/ui/src/uno.config.ts +7 -6
  75. package/core/utils/dist/index.js +1 -1
  76. package/core/utils/package.json +1 -1
  77. package/core/validation/package.json +1 -1
  78. package/core/vite/dist/index.js +3 -9
  79. package/core/vite/package.json +1 -1
  80. package/core/vite/src/plugin/css-engine.ts +11 -9
  81. package/core/whois/package.json +1 -1
  82. package/core/x-ray/package.json +1 -1
  83. package/core/zsh-buddy/package.json +1 -1
  84. package/ide/vscode/package.json +2 -2
  85. package/package.json +1 -1
@@ -6,7 +6,7 @@ import {log} from "@stacksjs/logging";
6
6
  import {projectPath} from "@stacksjs/path";
7
7
  import * as storage from "@stacksjs/storage";
8
8
  // package.json
9
- var version = "0.58.39";
9
+ var version = "0.58.41";
10
10
 
11
11
  // src/upgrade.ts
12
12
  function checkForUncommittedChanges(options) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/actions",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks actions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ai",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Stacks Artificial Intelligence.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/alias",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks aliases.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/analytics",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Stacks Analytics. Privacy-friendly.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/api",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/arrays",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/auth",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "A more simplistic way to authenticate.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/build",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks framework build tools and configurations.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/bud",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/buddy",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stack",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stacks",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stx",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bun-plugin-yaml",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "A Bun plugin to load yaml files",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cache",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Caching the Stacks way.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/chat",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Easily interact with chat APIs.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -14,7 +14,7 @@ async function installStack(name, options) {
14
14
  // src/cli.ts
15
15
  import cac from "cac";
16
16
  // package.json
17
- var version = "0.58.39";
17
+ var version = "0.58.41";
18
18
 
19
19
  // src/cli.ts
20
20
  function cli(name, options) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cli",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks cloud/serverless integration & implementation.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.39",
3
+ "version": "0.58.41",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks collections.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks config helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/database",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks database integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks datetime helpers.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks Desktop engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/development",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks development dependencies.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/dns",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Easily manage your DNS.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks way to document.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/enums",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "private": true,
6
6
  "description": "Stacks enums.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/env",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "private": true,
6
6
  "description": "Stacks env helper methods.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/error-handling",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Type safe error handling.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/eslint-config",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks.js ESLint config preset, heavily inspired by Anthony's ESLint config.",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/events",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Functional event emitting.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/faker",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Faker functions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/git",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks git utilities & conventions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/health",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks Health services.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/http",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Stacks HTTP methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/lint",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks way to lint.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/logging",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks logging system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/music",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Stacks Music",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/notifications",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks notifications integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/objects",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks objects.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/orm",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks ORM integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks path.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/payments",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks payments package. Currently supporting Stripe.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks Push integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/query-builder",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks Query Builder integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/queue",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks Queue system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@stacksjs/raycast",
3
3
  "type": "module",
4
- "version": "0.58.39"
4
+ "version": "0.58.41"
5
5
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/realtime",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks realtime integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/repl",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "A Stacks optimized TS & Vue REPL.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks framework router.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/scheduler",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks scheduler.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/search-engine",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks search engine integrations.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/security",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks framework security.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/server",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Local development and production-ready.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/signals",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks signals integration, based on Maverick.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/slug",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks slug functionality.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/sms",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -382,9 +382,7 @@ import {runCommand} from "@stacksjs/cli";
382
382
  async function zip(from, to, options) {
383
383
  const toPath = to || "archive.zip";
384
384
  const fromPath = Array.isArray(from) ? from.join(" ") : from;
385
- if (Array.isArray(from))
386
- return runCommand(`zip -r ${toPath} ${fromPath}`, options);
387
- return runCommand(`zip -r ${to} ${from}`, options);
385
+ console.log("zip", fromPath, toPath, options);
388
386
  }
389
387
  async function unzip(paths) {
390
388
  if (Array.isArray(paths))
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/storage",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks file system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -9,10 +9,13 @@ export async function zip(from: string | string[], to?: string, options?: ZipOpt
9
9
  const toPath = to || 'archive.zip'
10
10
  const fromPath = Array.isArray(from) ? from.join(' ') : from
11
11
 
12
- if (Array.isArray(from))
13
- return runCommand(`zip -r ${toPath} ${fromPath}`, options)
12
+ // eslint-disable-next-line no-console
13
+ console.log('zip', fromPath, toPath, options)
14
14
 
15
- return runCommand(`zip -r ${to} ${from}`, options)
15
+ // if (Array.isArray(from))
16
+ // return runCommand(`zip -r ${toPath} ${fromPath}`, options)
17
+
18
+ // return runCommand(`zip -r ${to} ${from}`, options)
16
19
  }
17
20
 
18
21
  export async function unzip(paths: string | string[]) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/strings",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks string utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacksjs/tables",
3
- "version": "0.58.39",
3
+ "version": "0.58.41",
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.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks way of testing.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tinker",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "All you need to tinker.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tunnel",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Local development tunnel.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  // src/index.ts
3
3
  import * as CssEngine from "unocss";
4
- import {presetForms as presetForms2} from "@julr/unocss-preset-forms";
4
+ import {presetForms} from "@julr/unocss-preset-forms";
5
5
  import * as UiEngine from "vue";
6
6
  import * as Store from "pinia";
7
7
  import {ui as ui2} from "@stacksjs/config";
@@ -9,15 +9,64 @@ import {ui as ui2} from "@stacksjs/config";
9
9
  // src/uno.config.ts
10
10
  import {
11
11
  defineConfig,
12
+ presetAttributify,
12
13
  presetIcons,
13
14
  presetTypography,
15
+ presetUno,
14
16
  presetWebFonts,
15
- presetWind,
16
17
  transformerCompileClass,
17
18
  transformerDirectives,
18
19
  transformerVariantGroup
19
20
  } from "unocss";
20
- import {presetForms} from "@julr/unocss-preset-forms";
21
+
22
+ // /home/runner/work/stacks/stacks/node_modules/unocss-preset-primitives/dist/index.mjs
23
+ var presetVariants = function(options = {}) {
24
+ const {
25
+ prefix = "ui",
26
+ variants = "open|checked|selected|active|disabled",
27
+ selector = "data-headlessui-state",
28
+ isAttrBoolean = false
29
+ } = options;
30
+ return {
31
+ name: "unocss-variant-primitives",
32
+ match: (matcher) => {
33
+ const regex = new RegExp(`^${prefix}(-not)?-(${variants})[:-]`);
34
+ const match = matcher.match(regex);
35
+ if (!match)
36
+ return matcher;
37
+ const attrGen = !isAttrBoolean ? `[${selector}~='${match[2]}']` : `[${selector}-${match[2]}]`;
38
+ return {
39
+ matcher: matcher.slice(match[0].length),
40
+ selector: (s) => match[1] === "-not" ? `${s}[${selector}]:not(${attrGen}),:where([${selector}]:not(${attrGen})) ${s}:not(${selector})` : `${s}${attrGen},:where(${attrGen}) ${s}`
41
+ };
42
+ }
43
+ };
44
+ };
45
+ var presetHeadlessUi = function(options = {}) {
46
+ const {
47
+ prefix = "ui"
48
+ } = options;
49
+ return {
50
+ name: "unocss-preset-primitives",
51
+ variants: [
52
+ presetVariants({ prefix }),
53
+ (matcher) => {
54
+ const regex = new RegExp(`${prefix}(-not)?-focus-visible[:-]`);
55
+ const match = matcher.match(regex);
56
+ if (!match)
57
+ return matcher;
58
+ return {
59
+ matcher: matcher.slice(match[0].length),
60
+ selector: (s) => {
61
+ return match[1] === "-not" ? `${s}:focus:where(:not([data-headlessui-focus-visible] ${s}))` : `:where([data-headlessui-focus-visible]) ${s}:focus`;
62
+ }
63
+ };
64
+ }
65
+ ]
66
+ };
67
+ };
68
+
69
+ // src/uno.config.ts
21
70
  import {ui} from "@stacksjs/config";
22
71
  var uno_config_default = defineConfig({
23
72
  shortcuts: ui.shortcuts,
@@ -29,8 +78,9 @@ var uno_config_default = defineConfig({
29
78
  }
30
79
  },
31
80
  presets: [
32
- presetWind(),
33
- presetForms(),
81
+ presetUno(),
82
+ presetAttributify(),
83
+ presetHeadlessUi(),
34
84
  presetTypography(),
35
85
  presetIcons({
36
86
  prefix: "i-",
@@ -61,7 +111,7 @@ var uno_config_default = defineConfig({
61
111
  });
62
112
  export {
63
113
  ui2 as ui,
64
- presetForms2 as presetForms,
114
+ presetForms,
65
115
  uno_config_default as UnocssConfig,
66
116
  UiEngine,
67
117
  Store,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks UI engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -81,6 +81,7 @@
81
81
  "pinia": "^2.1.7",
82
82
  "unhead": "^1.8.10",
83
83
  "unocss": "^0.58.4",
84
+ "unocss-preset-primitives": "0.0.2-beta.0",
84
85
  "vite-plugin-vue-layouts": "^0.11.0",
85
86
  "vue": "^3.4.15",
86
87
  "vue-tsc": "^1.8.27"
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  defineConfig,
3
- // presetAttributify,
3
+ presetAttributify,
4
4
  presetIcons,
5
5
  presetTypography,
6
+ presetUno,
6
7
  presetWebFonts,
7
- presetWind,
8
8
  transformerCompileClass,
9
9
  transformerDirectives,
10
10
  transformerVariantGroup,
11
11
  } from 'unocss'
12
- import { presetForms } from '@julr/unocss-preset-forms'
12
+ import { presetHeadlessUi } from 'unocss-preset-primitives'
13
13
  import { ui } from '@stacksjs/config'
14
14
 
15
15
  export default defineConfig({
@@ -26,8 +26,10 @@ export default defineConfig({
26
26
  },
27
27
 
28
28
  presets: [
29
- presetWind(), // allows for Tailwind utility classes
30
- presetForms(), // allows for form Tailwind's form styling
29
+ presetUno(), // allows for Tailwind utility classes
30
+ presetAttributify(),
31
+ presetHeadlessUi(),
32
+ // presetForms(), // allows for form Tailwind's form styling
31
33
  presetTypography(),
32
34
  presetIcons({
33
35
  prefix: 'i-',
@@ -48,7 +50,6 @@ export default defineConfig({
48
50
  },
49
51
  }),
50
52
 
51
- // presetAttributify(),
52
53
  ],
53
54
 
54
55
  transformers: [
@@ -884,7 +884,7 @@ function prettyBytes(number, options) {
884
884
  return prefix + numberString + separator + unit;
885
885
  }
886
886
  // package.json
887
- var version = "0.58.39";
887
+ var version = "0.58.41";
888
888
  export {
889
889
  wordChar,
890
890
  wordBoundary,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/utils",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks helper functions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/validation",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks Validation ways.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -191,15 +191,9 @@ function components(options) {
191
191
  // src/plugin/css-engine.ts
192
192
  import UnoCSS from "unocss/vite";
193
193
  import {path as p3} from "@stacksjs/path";
194
- function cssEngine(isWebComponent = false) {
194
+ function cssEngine() {
195
195
  return UnoCSS({
196
- configFile: p3.uiPath("src/uno.config.ts"),
197
- mode: isWebComponent ? "shadow-dom" : "vue-scoped",
198
- content: {
199
- pipeline: {
200
- include: /\.(stx|vue|js|ts|mdx?|elm|html)($|\?)/
201
- }
202
- }
196
+ configFile: p3.uiPath("src/uno.config.ts")
203
197
  });
204
198
  }
205
199
 
@@ -623,7 +617,7 @@ var web_components_default = defineConfig6(({ command }) => {
623
617
  // src/plugin/docs.ts
624
618
  import {kolorist as c2} from "@stacksjs/cli";
625
619
  // package.json
626
- var version = "0.58.39";
620
+ var version = "0.58.41";
627
621
 
628
622
  // src/plugin/docs.ts
629
623
  var docsEngine = {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/vite",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks Vite plugin.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,16 +1,18 @@
1
1
  import UnoCSS from 'unocss/vite'
2
2
  import { path as p } from '@stacksjs/path'
3
3
 
4
- export function cssEngine(isWebComponent = false) {
4
+ export function cssEngine() {
5
+ // export function cssEngine(isWebComponent = false) {
6
+ // return UnoCSS()
5
7
  return UnoCSS({
6
8
  configFile: p.uiPath('src/uno.config.ts'),
7
- mode: isWebComponent ? 'shadow-dom' : 'vue-scoped',
8
- content: {
9
- pipeline: {
10
- include: /\.(stx|vue|js|ts|mdx?|elm|html)($|\?)/,
11
- // exclude files
12
- // exclude: []
13
- },
14
- },
9
+ // mode: isWebComponent ? 'shadow-dom' : 'vue-scoped',
10
+ // content: {
11
+ // pipeline: {
12
+ // include: /\.(stx|vue|js|ts|mdx?|elm|html)($|\?)/,
13
+ // // exclude files
14
+ // // exclude: []
15
+ // },
16
+ // },
15
17
  })
16
18
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/whois",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "Easily get whois info.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/x-ray",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "All you need to debug, log & analyze.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zsh-buddy",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "A better Stacks zsh experience.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -2,7 +2,7 @@
2
2
  "publisher": "Stacks",
3
3
  "name": "vscode-stacks",
4
4
  "displayName": "Stacks",
5
- "version": "0.58.39",
5
+ "version": "0.58.41",
6
6
  "description": "A modern Stacks development environment.",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/chrisbbreuer",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "scripts": {
35
35
  "package": "npx vsce package",
36
- "release": "bunx vsce publish"
36
+ "release": "vsce publish"
37
37
  },
38
38
  "galleryBanner": {
39
39
  "color": "#d7e4f5",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.58.39",
4
+ "version": "0.58.41",
5
5
  "description": "The Stacks framework.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",