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/payments",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "description": "The Stacks payments package. Currently supporting Stripe.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -0,0 +1,35 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __export = (target, all) => {
3
+ for (var name in all)
4
+ __defProp(target, name, {
5
+ get: all[name],
6
+ enumerable: true,
7
+ configurable: true,
8
+ set: (newValue) => all[name] = () => newValue
9
+ });
10
+ };
11
+
12
+ // src/drivers/expo.ts
13
+ var exports_expo = {};
14
+ __export(exports_expo, {
15
+ expoWip: () => {
16
+ {
17
+ return expoWip;
18
+ }
19
+ }
20
+ });
21
+ var expoWip = 1;
22
+ // src/drivers/fcm.ts
23
+ var exports_fcm = {};
24
+ __export(exports_fcm, {
25
+ fcmWip: () => {
26
+ {
27
+ return fcmWip;
28
+ }
29
+ }
30
+ });
31
+ var fcmWip = 1;
32
+ export {
33
+ exports_fcm as fcm,
34
+ exports_expo as expo
35
+ };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
5
5
  "description": "The Stacks Queue system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/realtime",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
5
5
  "description": "The Stacks slug functionality.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -0,0 +1,240 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __export = (target, all) => {
3
+ for (var name in all)
4
+ __defProp(target, name, {
5
+ get: all[name],
6
+ enumerable: true,
7
+ configurable: true,
8
+ set: (newValue) => all[name] = () => newValue
9
+ });
10
+ };
11
+
12
+ // src/drivers/twilio.ts
13
+ var exports_twilio = {};
14
+ __export(exports_twilio, {
15
+ send: () => {
16
+ {
17
+ return send;
18
+ }
19
+ },
20
+ Send: () => {
21
+ {
22
+ return send;
23
+ }
24
+ }
25
+ });
26
+ import {TwilioSmsProvider} from "@novu/twilio";
27
+ import {italic} from "@stacksjs/cli";
28
+ import {ResultAsync} from "@stacksjs/error-handling";
29
+ import {notification} from "@stacksjs/config";
30
+ var send = function(options) {
31
+ return ResultAsync.fromPromise(provider.sendMessage(options), () => new Error(`Failed to send message using provider: ${italic("Twilio")}`));
32
+ };
33
+ var from = notification.sms?.from;
34
+ var env = notification.sms?.drivers.twilio;
35
+ var provider = new TwilioSmsProvider({
36
+ accountSid: env?.sid,
37
+ authToken: env?.authToken,
38
+ from: from || ""
39
+ });
40
+ // src/drivers/plivo.ts
41
+ var exports_plivo = {};
42
+ __export(exports_plivo, {
43
+ send: () => {
44
+ {
45
+ return send2;
46
+ }
47
+ },
48
+ Send: () => {
49
+ {
50
+ return send2;
51
+ }
52
+ }
53
+ });
54
+ import {PlivoSmsProvider} from "@novu/plivo";
55
+ import {italic as italic2} from "@stacksjs/cli";
56
+ import {ResultAsync as ResultAsync2} from "@stacksjs/error-handling";
57
+ import {notification as notification2} from "@stacksjs/config";
58
+ var send2 = function(options) {
59
+ return ResultAsync2.fromPromise(provider2.sendMessage(options), () => new Error(`Failed to send message using provider: ${italic2("Plivo")}`));
60
+ };
61
+ var from2 = notification2.sms?.from;
62
+ var env2 = notification2.sms?.drivers.plivo;
63
+ var provider2 = new PlivoSmsProvider({
64
+ accountSid: env2?.sid,
65
+ authToken: env2?.authToken,
66
+ from: from2 || ""
67
+ });
68
+ // src/drivers/nexmo.ts
69
+ var exports_nexmo = {};
70
+ __export(exports_nexmo, {
71
+ send: () => {
72
+ {
73
+ return send3;
74
+ }
75
+ },
76
+ Send: () => {
77
+ {
78
+ return send3;
79
+ }
80
+ }
81
+ });
82
+ import {NexmoSmsProvider} from "@novu/nexmo";
83
+ import {italic as italic3} from "@stacksjs/cli";
84
+ import {ResultAsync as ResultAsync3} from "@stacksjs/error-handling";
85
+ import {notification as notification3} from "@stacksjs/config";
86
+ var send3 = function(options) {
87
+ return ResultAsync3.fromPromise(provider3.sendMessage(options), () => new Error(`Failed to send message using provider: ${italic3("Nexmo")}`));
88
+ };
89
+ var from3 = notification3.sms?.from;
90
+ var env3 = notification3.sms?.drivers.nexmo;
91
+ var provider3 = new NexmoSmsProvider({
92
+ apiKey: env3?.key || "",
93
+ apiSecret: env3?.secret || "",
94
+ from: from3 || ""
95
+ });
96
+ // src/drivers/sms77.ts
97
+ var exports_sms77 = {};
98
+ __export(exports_sms77, {
99
+ send: () => {
100
+ {
101
+ return send4;
102
+ }
103
+ },
104
+ Send: () => {
105
+ {
106
+ return send4;
107
+ }
108
+ }
109
+ });
110
+ import {Sms77SmsProvider} from "@novu/sms77";
111
+ import {italic as italic4} from "@stacksjs/cli";
112
+ import {ResultAsync as ResultAsync4} from "@stacksjs/error-handling";
113
+ import {notification as notification4} from "@stacksjs/config";
114
+ var send4 = function(options) {
115
+ return ResultAsync4.fromPromise(provider4.sendMessage(options), () => new Error(`Failed to send message using provider: ${italic4("Sms77")}`));
116
+ };
117
+ var from4 = notification4.sms?.from;
118
+ var env4 = notification4.sms?.drivers.sms77;
119
+ var provider4 = new Sms77SmsProvider({
120
+ apiKey: env4?.key,
121
+ from: from4
122
+ });
123
+ // src/drivers/sns.ts
124
+ var exports_sns = {};
125
+ __export(exports_sns, {
126
+ send: () => {
127
+ {
128
+ return send5;
129
+ }
130
+ },
131
+ Send: () => {
132
+ {
133
+ return send5;
134
+ }
135
+ }
136
+ });
137
+ import {SNSSmsProvider} from "@novu/sns";
138
+ import {italic as italic5} from "@stacksjs/cli";
139
+ import {ResultAsync as ResultAsync5} from "@stacksjs/error-handling";
140
+ import {notification as notification5} from "@stacksjs/config";
141
+ var send5 = function(options) {
142
+ return ResultAsync5.fromPromise(provider5.sendMessage(options), () => new Error(`Failed to send message using provider: ${italic5("SNS")}`));
143
+ };
144
+ var env5 = notification5.sms?.drivers.sns;
145
+ var provider5 = new SNSSmsProvider({
146
+ region: env5?.region,
147
+ accessKeyId: env5?.key,
148
+ secretAccessKey: env5?.secret
149
+ });
150
+ // src/drivers/gupshup.ts
151
+ var exports_gupshup = {};
152
+ __export(exports_gupshup, {
153
+ send: () => {
154
+ {
155
+ return send6;
156
+ }
157
+ },
158
+ Send: () => {
159
+ {
160
+ return send6;
161
+ }
162
+ }
163
+ });
164
+ import {GupshupSmsProvider} from "@novu/gupshup";
165
+ import {italic as italic6} from "@stacksjs/cli";
166
+ import {ResultAsync as ResultAsync6} from "@stacksjs/error-handling";
167
+ import {notification as notification6} from "@stacksjs/config";
168
+ var send6 = function(options) {
169
+ return ResultAsync6.fromPromise(provider6.sendMessage(options), () => new Error(`Failed to send message using provider: ${italic6("Gupshup")}`));
170
+ };
171
+ var env6 = notification6.sms?.drivers.gupshup;
172
+ var provider6 = new GupshupSmsProvider({
173
+ userId: env6?.user || "",
174
+ password: env6?.password || ""
175
+ });
176
+ // src/drivers/telnyx.ts
177
+ var exports_telnyx = {};
178
+ __export(exports_telnyx, {
179
+ send: () => {
180
+ {
181
+ return send7;
182
+ }
183
+ },
184
+ Send: () => {
185
+ {
186
+ return send7;
187
+ }
188
+ }
189
+ });
190
+ import {TelnyxSmsProvider} from "@novu/telnyx";
191
+ import {italic as italic7} from "@stacksjs/cli";
192
+ import {ResultAsync as ResultAsync7} from "@stacksjs/error-handling";
193
+ import {notification as notification7} from "@stacksjs/config";
194
+ var send7 = function(options) {
195
+ return ResultAsync7.fromPromise(provider7.sendMessage(options), () => new Error(`Failed to send message using provider: ${italic7("Telnyx")}`));
196
+ };
197
+ var from5 = notification7.sms?.from;
198
+ var env7 = notification7.sms?.drivers.telnyx;
199
+ var provider7 = new TelnyxSmsProvider({
200
+ apiKey: env7?.key,
201
+ messageProfileId: env7?.messageProfileId,
202
+ from: from5 || ""
203
+ });
204
+ // src/drivers/termii.ts
205
+ var exports_termii = {};
206
+ __export(exports_termii, {
207
+ send: () => {
208
+ {
209
+ return send8;
210
+ }
211
+ },
212
+ Send: () => {
213
+ {
214
+ return send8;
215
+ }
216
+ }
217
+ });
218
+ import {TermiiSmsProvider} from "@novu/termii";
219
+ import {italic as italic8} from "@stacksjs/cli";
220
+ import {ResultAsync as ResultAsync8} from "@stacksjs/error-handling";
221
+ import {notification as notification8} from "@stacksjs/config";
222
+ var send8 = function(options) {
223
+ return ResultAsync8.fromPromise(provider8.sendMessage(options), () => new Error(`Failed to send message using provider: ${italic8("Termii")}`));
224
+ };
225
+ var from6 = notification8.sms?.from;
226
+ var env8 = notification8.sms?.drivers.termii;
227
+ var provider8 = new TermiiSmsProvider({
228
+ apiKey: env8?.key,
229
+ from: from6 || ""
230
+ });
231
+ export {
232
+ exports_twilio as twilio,
233
+ exports_termii as termii,
234
+ exports_telnyx as telnyx,
235
+ exports_sns as sns,
236
+ exports_sms77 as sms77,
237
+ exports_plivo as plivo,
238
+ exports_nexmo as nexmo,
239
+ exports_gupshup as gupshup
240
+ };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/sms",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/storage",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "description": "The Stacks file system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/strings",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
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.18",
3
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "description": "The Stacks UI engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -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.4";
887
+ var version = "0.58.19";
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.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
5
5
  "description": "The Stacks Validation ways.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -247,7 +247,7 @@ function autoImports(options) {
247
247
  p.resourcesPath("components"),
248
248
  p.resourcesPath("functions"),
249
249
  p.resourcesPath("stores"),
250
- p.frameworkPath("core")
250
+ p.corePath()
251
251
  ],
252
252
  vueTemplate: true,
253
253
  ...options
@@ -607,7 +607,7 @@ var web_components_default = defineConfig(({ command }) => {
607
607
  // src/plugin/docs.ts
608
608
  import {kolorist as c2} from "@stacksjs/cli";
609
609
  // package.json
610
- var version = "0.58.4";
610
+ var version = "0.58.19";
611
611
 
612
612
  // src/plugin/docs.ts
613
613
  var docsEngine = {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/vite",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "description": "The Stacks Vite plugin.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/vite-plugin-vue-layouts",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "description": "Router based layout plugin for Vite and Vue.",
6
6
  "authors": [
7
7
  "johncampionjr <npm@relate.dev>",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/whois",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
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.18",
4
+ "version": "0.58.20",
5
5
  "description": "All you need to debug, log & analyze.",
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.18",
5
+ "version": "0.58.20",
6
6
  "description": "A modern Stacks development environment.",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/chrisbbreuer",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.58.18",
4
+ "version": "0.58.20",
5
5
  "description": "The Stacks framework.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git+https://github.com/stacksjs/stacks.git",
13
- "directory": "./stacks"
13
+ "directory": "./storage/framework"
14
14
  },
15
15
  "bugs": {
16
16
  "url": "https://github.com/stacksjs/stacks/issues"