stacks 0.58.18 → 0.58.20

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 (86) hide show
  1. package/core/scripts/publish +10 -4
  2. package/core/src/actions/dist/src/upgrade.js +1 -1
  3. package/core/src/actions/package.json +1 -1
  4. package/core/src/ai/dist/index.js +10351 -0
  5. package/core/src/ai/package.json +1 -1
  6. package/core/src/alias/package.json +1 -1
  7. package/core/src/analytics/package.json +1 -1
  8. package/core/src/api/dist/index.js +636 -0
  9. package/core/src/api/package.json +1 -1
  10. package/core/src/arrays/package.json +1 -1
  11. package/core/src/auth/package.json +1 -1
  12. package/core/src/buddy/package.json +1 -1
  13. package/core/src/build/package.json +1 -1
  14. package/core/src/bun-create/bud/package.json +7 -10
  15. package/core/src/bun-create/buddy/package.json +7 -10
  16. package/core/src/bun-create/stack/package.json +7 -10
  17. package/core/src/bun-create/stacks/package.json +7 -10
  18. package/core/src/bun-create/stx/package.json +7 -10
  19. package/core/src/bun-plugin-yaml/package.json +1 -1
  20. package/core/src/cache/package.json +1 -1
  21. package/core/src/chat/package.json +1 -1
  22. package/core/src/cli/dist/index.js +1 -1
  23. package/core/src/cli/package.json +1 -1
  24. package/core/src/cloud/package.json +1 -1
  25. package/core/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +1 -1
  26. package/core/src/cloud/src/server/package.json +1 -1
  27. package/core/src/collections/package.json +1 -1
  28. package/core/src/config/package.json +1 -1
  29. package/core/src/database/package.json +1 -1
  30. package/core/src/datetime/package.json +1 -1
  31. package/core/src/desktop/package.json +1 -1
  32. package/core/src/development/package.json +1 -1
  33. package/core/src/dns/package.json +1 -1
  34. package/core/src/docs/dist/index.js +15 -15
  35. package/core/src/docs/package.json +1 -1
  36. package/core/src/email/package.json +1 -1
  37. package/core/src/enums/package.json +1 -1
  38. package/core/src/env/package.json +1 -1
  39. package/core/src/error-handling/package.json +1 -1
  40. package/core/src/eslint-config/package.json +1 -1
  41. package/core/src/events/package.json +1 -1
  42. package/core/src/faker/package.json +1 -1
  43. package/core/src/git/package.json +1 -1
  44. package/core/src/health/package.json +1 -1
  45. package/core/src/http/package.json +1 -1
  46. package/core/src/lint/package.json +1 -1
  47. package/core/src/logging/package.json +1 -1
  48. package/core/src/music/package.json +1 -1
  49. package/core/src/notifications/package.json +1 -1
  50. package/core/src/objects/package.json +1 -1
  51. package/core/src/orm/package.json +1 -1
  52. package/core/src/path/package.json +1 -1
  53. package/core/src/payments/package.json +1 -1
  54. package/core/src/push/dist/index.js +35 -0
  55. package/core/src/push/package.json +1 -1
  56. package/core/src/query-builder/package.json +1 -1
  57. package/core/src/queue/package.json +1 -1
  58. package/core/src/realtime/package.json +1 -1
  59. package/core/src/repl/package.json +1 -1
  60. package/core/src/router/package.json +1 -1
  61. package/core/src/scheduler/package.json +1 -1
  62. package/core/src/search-engine/package.json +1 -1
  63. package/core/src/security/package.json +1 -1
  64. package/core/src/server/package.json +1 -1
  65. package/core/src/signals/package.json +1 -1
  66. package/core/src/slug/package.json +1 -1
  67. package/core/src/sms/dist/index.js +240 -0
  68. package/core/src/sms/package.json +1 -1
  69. package/core/src/storage/package.json +1 -1
  70. package/core/src/strings/package.json +1 -1
  71. package/core/src/tables/package.json +1 -1
  72. package/core/src/testing/package.json +1 -1
  73. package/core/src/tinker/package.json +1 -1
  74. package/core/src/tunnel/package.json +1 -1
  75. package/core/src/types/package.json +1 -1
  76. package/core/src/ui/package.json +1 -1
  77. package/core/src/utils/dist/index.js +1 -1
  78. package/core/src/utils/package.json +1 -1
  79. package/core/src/validation/package.json +1 -1
  80. package/core/src/vite/dist/index.js +2 -2
  81. package/core/src/vite/package.json +1 -1
  82. package/core/src/vite-plugin-vue-layouts/package.json +1 -1
  83. package/core/src/whois/package.json +1 -1
  84. package/core/src/x-ray/package.json +1 -1
  85. package/ide/vscode/package.json +1 -1
  86. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/build",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -129,15 +129,12 @@
129
129
  }
130
130
  },
131
131
  "workspaces": [
132
- "stacks/src/*",
133
- "stacks/src/bun-create/*",
134
- "stacks/src/cloud/src/server",
135
- "stacks/ide/*",
136
- "stacks/scripts/*",
137
- "stacks/stacks/*",
138
- "stacks/vcs/*",
139
- "stacks",
140
- "storage/framework/*"
132
+ "storage/framework",
133
+ "storage/framework/libs/*",
134
+ "storage/framework/views/*",
135
+ "storage/framework/core/src/*",
136
+ "storage/framework/core/src/cloud/src/server",
137
+ "storage/framework/core/src/bun-create/*"
141
138
  ],
142
139
  "bun-create": {
143
140
  "preinstall": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/buddy",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -129,15 +129,12 @@
129
129
  }
130
130
  },
131
131
  "workspaces": [
132
- "stacks/src/*",
133
- "stacks/src/bun-create/*",
134
- "stacks/src/cloud/src/server",
135
- "stacks/ide/*",
136
- "stacks/scripts/*",
137
- "stacks/stacks/*",
138
- "stacks/vcs/*",
139
- "stacks",
140
- "storage/framework/*"
132
+ "storage/framework",
133
+ "storage/framework/libs/*",
134
+ "storage/framework/views/*",
135
+ "storage/framework/core/src/*",
136
+ "storage/framework/core/src/cloud/src/server",
137
+ "storage/framework/core/src/bun-create/*"
141
138
  ],
142
139
  "bun-create": {
143
140
  "preinstall": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stack",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -129,15 +129,12 @@
129
129
  }
130
130
  },
131
131
  "workspaces": [
132
- "stacks/src/*",
133
- "stacks/src/bun-create/*",
134
- "stacks/src/cloud/src/server",
135
- "stacks/ide/*",
136
- "stacks/scripts/*",
137
- "stacks/stacks/*",
138
- "stacks/vcs/*",
139
- "stacks",
140
- "storage/framework/*"
132
+ "storage/framework",
133
+ "storage/framework/libs/*",
134
+ "storage/framework/views/*",
135
+ "storage/framework/core/src/*",
136
+ "storage/framework/core/src/cloud/src/server",
137
+ "storage/framework/core/src/bun-create/*"
141
138
  ],
142
139
  "bun-create": {
143
140
  "preinstall": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stacks",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -129,15 +129,12 @@
129
129
  }
130
130
  },
131
131
  "workspaces": [
132
- "stacks/src/*",
133
- "stacks/src/bun-create/*",
134
- "stacks/src/cloud/src/server",
135
- "stacks/ide/*",
136
- "stacks/scripts/*",
137
- "stacks/stacks/*",
138
- "stacks/vcs/*",
139
- "stacks",
140
- "storage/framework/*"
132
+ "storage/framework",
133
+ "storage/framework/libs/*",
134
+ "storage/framework/views/*",
135
+ "storage/framework/core/src/*",
136
+ "storage/framework/core/src/cloud/src/server",
137
+ "storage/framework/core/src/bun-create/*"
141
138
  ],
142
139
  "bun-create": {
143
140
  "preinstall": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stx",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -129,15 +129,12 @@
129
129
  }
130
130
  },
131
131
  "workspaces": [
132
- "stacks/src/*",
133
- "stacks/src/bun-create/*",
134
- "stacks/src/cloud/src/server",
135
- "stacks/ide/*",
136
- "stacks/scripts/*",
137
- "stacks/stacks/*",
138
- "stacks/vcs/*",
139
- "stacks",
140
- "storage/framework/*"
132
+ "storage/framework",
133
+ "storage/framework/libs/*",
134
+ "storage/framework/views/*",
135
+ "storage/framework/core/src/*",
136
+ "storage/framework/core/src/cloud/src/server",
137
+ "storage/framework/core/src/bun-create/*"
141
138
  ],
142
139
  "bun-create": {
143
140
  "preinstall": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bun-plugin-yaml",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.4";
17
+ var version = "0.58.19";
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
3
+ "version": "0.58.20",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks-cloud",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "dependencies": {
6
6
  "@aws-sdk/client-dynamodb": "^3.490.0",
7
7
  "@aws-sdk/lib-dynamodb": "^3.490.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
5
5
  "private": true,
6
6
  "description": "The Stacks config helper methods.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/database",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
5
5
  "description": "Easily manage your DNS.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -46,7 +46,7 @@ var __export = (target, all) => {
46
46
  });
47
47
  };
48
48
 
49
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/shared/dist/shared.cjs.js
49
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/shared/dist/shared.cjs.js
50
50
  var require_shared_cjs = __commonJS((exports) => {
51
51
  var makeMap = function(str, expectsLowerCase) {
52
52
  const set = new Set(str.split(","));
@@ -560,7 +560,7 @@ var require_shared_cjs = __commonJS((exports) => {
560
560
  exports.toTypeString = toTypeString;
561
561
  });
562
562
 
563
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/shared/index.js
563
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/shared/index.js
564
564
  var require_shared = __commonJS((exports, module) => {
565
565
  if (false) {
566
566
  } else {
@@ -17633,7 +17633,7 @@ var require_source_map = __commonJS((exports) => {
17633
17633
  exports.SourceNode = require_source_node().SourceNode;
17634
17634
  });
17635
17635
 
17636
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js
17636
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/compiler-dom/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js
17637
17637
  var require_compiler_core_cjs = __commonJS((exports) => {
17638
17638
  var registerRuntimeHelpers = function(helpers) {
17639
17639
  Object.getOwnPropertySymbols(helpers).forEach((s) => {
@@ -23467,7 +23467,7 @@ Use a v-bind binding combined with a v-on listener that emits update:x event ins
23467
23467
  exports.warnDeprecation = warnDeprecation;
23468
23468
  });
23469
23469
 
23470
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/compiler-core/index.js
23470
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/compiler-dom/node_modules/@vue/compiler-core/index.js
23471
23471
  var require_compiler_core = __commonJS((exports, module) => {
23472
23472
  if (false) {
23473
23473
  } else {
@@ -23475,7 +23475,7 @@ var require_compiler_core = __commonJS((exports, module) => {
23475
23475
  }
23476
23476
  });
23477
23477
 
23478
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.js
23478
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.js
23479
23479
  var require_compiler_dom_cjs = __commonJS((exports) => {
23480
23480
  var createDOMCompilerError = function(code, loc) {
23481
23481
  return compilerCore.createCompilerError(code, loc, DOMErrorMessages);
@@ -24086,7 +24086,7 @@ var require_compiler_dom_cjs = __commonJS((exports) => {
24086
24086
  });
24087
24087
  });
24088
24088
 
24089
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/compiler-dom/index.js
24089
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/compiler-dom/index.js
24090
24090
  var require_compiler_dom = __commonJS((exports, module) => {
24091
24091
  if (false) {
24092
24092
  } else {
@@ -24094,7 +24094,7 @@ var require_compiler_dom = __commonJS((exports, module) => {
24094
24094
  }
24095
24095
  });
24096
24096
 
24097
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/reactivity/dist/reactivity.cjs.js
24097
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/runtime-dom/node_modules/@vue/runtime-core/node_modules/@vue/reactivity/dist/reactivity.cjs.js
24098
24098
  var require_reactivity_cjs = __commonJS((exports) => {
24099
24099
  var warn = function(msg, ...args) {
24100
24100
  console.warn(`[Vue warn] ${msg}`, ...args);
@@ -25220,7 +25220,7 @@ var require_reactivity_cjs = __commonJS((exports) => {
25220
25220
  exports.unref = unref;
25221
25221
  });
25222
25222
 
25223
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/reactivity/index.js
25223
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/runtime-dom/node_modules/@vue/runtime-core/node_modules/@vue/reactivity/index.js
25224
25224
  var require_reactivity = __commonJS((exports, module) => {
25225
25225
  if (false) {
25226
25226
  } else {
@@ -25228,7 +25228,7 @@ var require_reactivity = __commonJS((exports, module) => {
25228
25228
  }
25229
25229
  });
25230
25230
 
25231
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js
25231
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/runtime-dom/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js
25232
25232
  var require_runtime_core_cjs = __commonJS((exports) => {
25233
25233
  var pushWarningContext = function(vnode) {
25234
25234
  stack.push(vnode);
@@ -31947,7 +31947,7 @@ Component that was made reactive: `, type);
31947
31947
  exports.withScopeId = withScopeId;
31948
31948
  });
31949
31949
 
31950
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/runtime-core/index.js
31950
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/runtime-dom/node_modules/@vue/runtime-core/index.js
31951
31951
  var require_runtime_core = __commonJS((exports, module) => {
31952
31952
  if (false) {
31953
31953
  } else {
@@ -31955,7 +31955,7 @@ var require_runtime_core = __commonJS((exports, module) => {
31955
31955
  }
31956
31956
  });
31957
31957
 
31958
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js
31958
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js
31959
31959
  var require_runtime_dom_cjs = __commonJS((exports) => {
31960
31960
  var resolveTransitionProps = function(rawProps) {
31961
31961
  const baseProps = {};
@@ -33386,7 +33386,7 @@ var require_runtime_dom_cjs = __commonJS((exports) => {
33386
33386
  });
33387
33387
  });
33388
33388
 
33389
- // /Users/chrisbreuer/Code/stacks/node_modules/@vue/runtime-dom/index.js
33389
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/node_modules/@vue/runtime-dom/index.js
33390
33390
  var require_runtime_dom = __commonJS((exports, module) => {
33391
33391
  if (false) {
33392
33392
  } else {
@@ -33394,7 +33394,7 @@ var require_runtime_dom = __commonJS((exports, module) => {
33394
33394
  }
33395
33395
  });
33396
33396
 
33397
- // /Users/chrisbreuer/Code/stacks/node_modules/vue/dist/vue.cjs.js
33397
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/dist/vue.cjs.js
33398
33398
  var require_vue_cjs = __commonJS((exports) => {
33399
33399
  var _interopNamespaceDefault = function(e) {
33400
33400
  var n = Object.create(null);
@@ -33469,7 +33469,7 @@ ${codeFrame}` : message);
33469
33469
  });
33470
33470
  });
33471
33471
 
33472
- // /Users/chrisbreuer/Code/stacks/node_modules/vue/index.js
33472
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/index.js
33473
33473
  var require_vue = __commonJS((exports, module) => {
33474
33474
  if (false) {
33475
33475
  } else {
@@ -196284,7 +196284,7 @@ import {server as server2} from "@stacksjs/server";
196284
196284
  import {kolorist as c2} from "@stacksjs/cli";
196285
196285
  // /Users/chrisbreuer/Code/stacks/package.json
196286
196286
  var version = "0.0.0";
196287
- // /Users/chrisbreuer/Code/stacks/node_modules/vue/index.mjs
196287
+ // /Users/chrisbreuer/Code/stacks/node_modules/floating-vue/node_modules/vue/index.mjs
196288
196288
  var exports_vue = {};
196289
196289
  __reExport(exports_vue, __toESM(require_vue(), 1));
196290
196290
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
5
5
  "description": "The Stacks path.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",