stacks 0.49.3 → 0.51.0
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.
- package/README.md +2 -2
- package/auto-imports.d.ts +474 -50
- package/buddy/README.md +2 -2
- package/buddy/node_modules/.bin/tsc +2 -2
- package/buddy/node_modules/.bin/tsserver +2 -2
- package/buddy/package.json +5 -5
- package/buddy/src/cli.ts +1 -1
- package/buddy/src/commands/add.ts +4 -0
- package/buddy/src/commands/build.ts +13 -1
- package/buddy/src/commands/changelog.ts +2 -0
- package/buddy/src/commands/clean.ts +2 -0
- package/buddy/src/commands/commit.ts +2 -0
- package/buddy/src/commands/create.ts +2 -0
- package/buddy/src/commands/dev.ts +9 -3
- package/buddy/src/commands/example.ts +6 -2
- package/buddy/src/commands/fresh.ts +2 -0
- package/buddy/src/commands/generate.ts +9 -0
- package/buddy/src/commands/index.ts +2 -0
- package/buddy/src/commands/key.ts +2 -0
- package/buddy/src/commands/lint.ts +3 -0
- package/buddy/src/commands/make.ts +11 -0
- package/buddy/src/commands/onboarding.ts +28 -0
- package/buddy/src/commands/preinstall.ts +2 -0
- package/buddy/src/commands/prepublish.ts +2 -0
- package/buddy/src/commands/release.ts +2 -2
- package/buddy/src/commands/setting.ts +28 -0
- package/buddy/src/commands/setup.ts +3 -0
- package/buddy/src/commands/test.ts +13 -8
- package/buddy/src/commands/types.ts +3 -0
- package/buddy/src/commands/update.ts +12 -5
- package/components/vue/package.json +1 -1
- package/components/web/package.json +1 -1
- package/core/actions/node_modules/.bin/mkdist +2 -2
- package/core/actions/node_modules/.bin/tsc +2 -2
- package/core/actions/node_modules/.bin/tsserver +2 -2
- package/core/actions/package.json +6 -5
- package/core/actions/src/build-component-libs.ts +1 -1
- package/core/actions/src/build-core.ts +1 -1
- package/core/actions/src/build-stacks.ts +1 -1
- package/core/actions/src/bump.ts +1 -1
- package/core/actions/src/changelog.ts +1 -1
- package/core/actions/src/dev-components.ts +1 -1
- package/core/actions/src/fix-lint-issues.ts +1 -1
- package/core/actions/src/fresh.ts +1 -1
- package/core/actions/src/generate-onboarding.ts +3 -0
- package/core/actions/src/generate-settings.ts +4 -0
- package/core/actions/src/generate.ts +4 -4
- package/core/actions/src/lint.ts +1 -1
- package/core/actions/src/prepublish.ts +1 -1
- package/core/actions/src/release.ts +1 -1
- package/core/actions/src/test-coverage.ts +1 -1
- package/core/actions/src/test-feature.ts +1 -1
- package/core/actions/src/test-ui.ts +1 -1
- package/core/actions/src/test-unit.ts +1 -1
- package/core/actions/src/test.ts +1 -1
- package/core/actions/src/typecheck.ts +1 -1
- package/core/ai/node_modules/.bin/mkdist +2 -2
- package/core/ai/node_modules/.bin/tsc +2 -2
- package/core/ai/node_modules/.bin/tsserver +2 -2
- package/core/ai/package.json +5 -5
- package/core/alias/node_modules/.bin/mkdist +2 -2
- package/core/alias/node_modules/.bin/tsc +2 -2
- package/core/alias/node_modules/.bin/tsserver +2 -2
- package/core/alias/package.json +5 -5
- package/core/alias/src/index.ts +4 -4
- package/core/arrays/node_modules/.bin/mkdist +2 -2
- package/core/arrays/node_modules/.bin/tsc +2 -2
- package/core/arrays/node_modules/.bin/tsserver +2 -2
- package/core/arrays/package.json +5 -5
- package/core/auth/node_modules/.bin/mkdist +2 -2
- package/core/auth/node_modules/.bin/tsc +2 -2
- package/core/auth/node_modules/.bin/tsserver +2 -2
- package/core/auth/package.json +5 -5
- package/core/build/node_modules/.bin/mkdist +2 -2
- package/core/build/node_modules/.bin/tsc +2 -2
- package/core/build/node_modules/.bin/tsserver +2 -2
- package/core/build/node_modules/.bin/vite +2 -2
- package/core/build/node_modules/.bin/vite-ssg +2 -2
- package/core/build/node_modules/.bin/vue-docgen-web-types +2 -2
- package/core/build/package.json +9 -9
- package/core/build/src/stacks.ts +45 -22
- package/core/build/src/vue-components.ts +4 -10
- package/core/cache/node_modules/.bin/mkdist +2 -2
- package/core/cache/node_modules/.bin/tsc +2 -2
- package/core/cache/node_modules/.bin/tsserver +2 -2
- package/core/cache/package.json +8 -8
- package/core/chat/node_modules/.bin/mkdist +2 -2
- package/core/chat/node_modules/.bin/tsc +2 -2
- package/core/chat/node_modules/.bin/tsserver +2 -2
- package/core/chat/package.json +9 -9
- package/core/cli/package.json +4 -4
- package/core/cli/src/actions/index.ts +0 -1
- package/core/cli/src/index.ts +1 -0
- package/core/cli/src/{actions/run.ts → run.ts} +3 -3
- package/core/cloud/node_modules/.bin/mkdist +2 -2
- package/core/cloud/node_modules/.bin/tsc +2 -2
- package/core/cloud/node_modules/.bin/tsserver +2 -2
- package/core/cloud/package.json +5 -5
- package/core/collections/node_modules/.bin/mkdist +2 -2
- package/core/collections/node_modules/.bin/tsc +2 -2
- package/core/collections/node_modules/.bin/tsserver +2 -2
- package/core/collections/package.json +5 -5
- package/core/config/node_modules/.bin/mkdist +2 -2
- package/core/config/node_modules/.bin/tsc +2 -2
- package/core/config/node_modules/.bin/tsserver +2 -2
- package/core/config/package.json +5 -5
- package/core/config/src/helpers.ts +1 -1
- package/core/config/src/index.ts +17 -14
- package/core/dashboard/package.json +4 -4
- package/core/database/node_modules/.bin/mkdist +2 -2
- package/core/database/node_modules/.bin/tsc +2 -2
- package/core/database/node_modules/.bin/tsserver +2 -2
- package/core/database/package.json +5 -5
- package/core/datetime/node_modules/.bin/mkdist +2 -2
- package/core/datetime/node_modules/.bin/tsc +2 -2
- package/core/datetime/node_modules/.bin/tsserver +2 -2
- package/core/datetime/package.json +5 -5
- package/core/desktop/node_modules/.bin/mkdist +2 -2
- package/core/desktop/node_modules/.bin/tsc +2 -2
- package/core/desktop/node_modules/.bin/tsserver +2 -2
- package/core/desktop/package.json +7 -7
- package/core/docs/node_modules/.bin/mkdist +2 -2
- package/core/docs/node_modules/.bin/tsc +2 -2
- package/core/docs/node_modules/.bin/tsserver +2 -2
- package/core/docs/node_modules/.bin/vitepress +2 -2
- package/core/docs/package.json +6 -6
- package/core/domains/node_modules/.bin/mkdist +2 -2
- package/core/domains/node_modules/.bin/tsc +2 -2
- package/core/domains/node_modules/.bin/tsserver +2 -2
- package/core/domains/package.json +5 -5
- package/core/drivers/node_modules/.bin/mkdist +2 -2
- package/core/drivers/node_modules/.bin/tsc +2 -2
- package/core/drivers/node_modules/.bin/tsserver +2 -2
- package/core/drivers/package.json +5 -5
- package/core/email/node_modules/.bin/mkdist +2 -2
- package/core/email/node_modules/.bin/tsc +2 -2
- package/core/email/node_modules/.bin/tsserver +2 -2
- package/core/email/package.json +16 -16
- package/core/email/src/drivers/sendgrid.ts +6 -6
- package/core/error-handling/node_modules/.bin/mkdist +2 -2
- package/core/error-handling/node_modules/.bin/tsc +2 -2
- package/core/error-handling/node_modules/.bin/tsserver +2 -2
- package/core/error-handling/package.json +5 -5
- package/core/events/node_modules/.bin/mkdist +2 -2
- package/core/events/node_modules/.bin/tsc +2 -2
- package/core/events/node_modules/.bin/tsserver +2 -2
- package/core/events/package.json +5 -5
- package/core/git/node_modules/.bin/changelogen +2 -2
- package/core/git/node_modules/.bin/mkdist +2 -2
- package/core/git/node_modules/.bin/tsc +2 -2
- package/core/git/node_modules/.bin/tsserver +2 -2
- package/core/git/package.json +7 -7
- package/core/health/node_modules/.bin/mkdist +2 -2
- package/core/health/node_modules/.bin/tsc +2 -2
- package/core/health/node_modules/.bin/tsserver +2 -2
- package/core/health/package.json +5 -5
- package/core/lint/node_modules/.bin/eslint +2 -2
- package/core/lint/node_modules/.bin/mkdist +2 -2
- package/core/lint/node_modules/.bin/tsc +2 -2
- package/core/lint/node_modules/.bin/tsserver +2 -2
- package/core/lint/package.json +7 -7
- package/core/logging/node_modules/.bin/mkdist +2 -2
- package/core/logging/node_modules/.bin/tsc +2 -2
- package/core/logging/node_modules/.bin/tsserver +2 -2
- package/core/logging/package.json +5 -5
- package/core/modules/node_modules/.bin/mkdist +2 -2
- package/core/modules/node_modules/.bin/tsc +2 -2
- package/core/modules/node_modules/.bin/tsserver +2 -2
- package/core/modules/package.json +5 -5
- package/core/notifications/node_modules/.bin/mkdist +2 -2
- package/core/notifications/node_modules/.bin/tsc +2 -2
- package/core/notifications/node_modules/.bin/tsserver +2 -2
- package/core/notifications/package.json +26 -26
- package/core/objects/node_modules/.bin/mkdist +2 -2
- package/core/objects/node_modules/.bin/tsc +2 -2
- package/core/objects/node_modules/.bin/tsserver +2 -2
- package/core/objects/package.json +5 -5
- package/core/pages/node_modules/.bin/mkdist +17 -0
- package/core/pages/node_modules/.bin/tsc +17 -0
- package/core/pages/node_modules/.bin/tsserver +17 -0
- package/core/pages/package.json +55 -0
- package/core/pages/src/index.ts +19 -0
- package/core/pages/tests/example.test.ts +7 -0
- package/core/path/node_modules/.bin/mkdist +2 -2
- package/core/path/node_modules/.bin/tsc +2 -2
- package/core/path/node_modules/.bin/tsserver +2 -2
- package/core/path/package.json +6 -6
- package/core/path/src/index.ts +48 -3
- package/core/payments/node_modules/.bin/mkdist +2 -2
- package/core/payments/node_modules/.bin/tsc +2 -2
- package/core/payments/node_modules/.bin/tsserver +2 -2
- package/core/payments/package.json +5 -5
- package/core/push/node_modules/.bin/mkdist +2 -2
- package/core/push/node_modules/.bin/tsc +2 -2
- package/core/push/node_modules/.bin/tsserver +2 -2
- package/core/push/package.json +7 -7
- package/core/queue/node_modules/.bin/mkdist +2 -2
- package/core/queue/node_modules/.bin/tsc +2 -2
- package/core/queue/node_modules/.bin/tsserver +2 -2
- package/core/queue/package.json +5 -5
- package/core/realtime/node_modules/.bin/mkdist +2 -2
- package/core/realtime/node_modules/.bin/tsc +2 -2
- package/core/realtime/node_modules/.bin/tsserver +2 -2
- package/core/realtime/package.json +5 -5
- package/core/router/node_modules/.bin/mkdist +2 -2
- package/core/router/node_modules/.bin/tsc +2 -2
- package/core/router/node_modules/.bin/tsserver +2 -2
- package/core/router/package.json +5 -5
- package/core/search-engine/node_modules/.bin/mkdist +2 -2
- package/core/search-engine/node_modules/.bin/tsc +2 -2
- package/core/search-engine/node_modules/.bin/tsserver +2 -2
- package/core/search-engine/package.json +7 -7
- package/core/security/node_modules/.bin/mkdist +2 -2
- package/core/security/node_modules/.bin/tsc +2 -2
- package/core/security/node_modules/.bin/tsserver +2 -2
- package/core/security/package.json +5 -5
- package/core/security/src/crypt.ts +2 -2
- package/core/server/node_modules/.bin/mkdist +2 -2
- package/core/server/node_modules/.bin/nitro +2 -2
- package/core/server/node_modules/.bin/nitropack +2 -2
- package/core/server/node_modules/.bin/tsc +2 -2
- package/core/server/node_modules/.bin/tsserver +2 -2
- package/core/server/node_modules/.bin/vite +2 -2
- package/core/server/package.json +7 -7
- package/core/sms/node_modules/.bin/mkdist +2 -2
- package/core/sms/node_modules/.bin/tsc +2 -2
- package/core/sms/node_modules/.bin/tsserver +2 -2
- package/core/sms/package.json +15 -15
- package/core/storage/node_modules/.bin/mkdist +2 -2
- package/core/storage/node_modules/.bin/tsc +2 -2
- package/core/storage/node_modules/.bin/tsserver +2 -2
- package/core/storage/package.json +5 -5
- package/core/storage/src/index.ts +15 -0
- package/core/strings/node_modules/.bin/mkdist +2 -2
- package/core/strings/node_modules/.bin/tsc +2 -2
- package/core/strings/node_modules/.bin/tsserver +2 -2
- package/core/strings/package.json +7 -7
- package/core/tables/node_modules/.bin/mkdist +2 -2
- package/core/tables/node_modules/.bin/tsc +2 -2
- package/core/tables/node_modules/.bin/tsserver +2 -2
- package/core/tables/node_modules/.bin/vite +2 -2
- package/core/tables/package.json +5 -5
- package/core/testing/node_modules/.bin/mkdist +2 -2
- package/core/testing/node_modules/.bin/playwright +2 -2
- package/core/testing/node_modules/.bin/tsc +2 -2
- package/core/testing/node_modules/.bin/tsserver +2 -2
- package/core/testing/node_modules/.bin/vitest +2 -2
- package/core/testing/package.json +9 -9
- package/core/types/node_modules/.bin/mkdist +2 -2
- package/core/types/node_modules/.bin/tsc +2 -2
- package/core/types/node_modules/.bin/tsserver +2 -2
- package/core/types/node_modules/.bin/vite-ssg +2 -2
- package/core/types/node_modules/.bin/vitepress +2 -2
- package/core/types/package.json +10 -10
- package/core/types/src/cli.ts +13 -0
- package/core/types/src/library.ts +1 -1
- package/core/types/src/pages.ts +10 -8
- package/core/ui/node_modules/.bin/mkdist +2 -2
- package/core/ui/node_modules/.bin/tsc +2 -2
- package/core/ui/node_modules/.bin/tsserver +2 -2
- package/core/ui/node_modules/.bin/vue-tsc +2 -2
- package/core/ui/package.json +9 -9
- package/core/ui/src/index.ts +1 -1
- package/core/ui/src/unocss.ts +1 -1
- package/core/utils/node_modules/.bin/mkdist +2 -2
- package/core/utils/node_modules/.bin/rimraf +2 -2
- package/core/utils/node_modules/.bin/tsc +2 -2
- package/core/utils/node_modules/.bin/tsserver +2 -2
- package/core/utils/package.json +11 -11
- package/core/utils/src/helpers.ts +4 -2
- package/core/validation/README.md +53 -0
- package/core/validation/node_modules/.bin/mkdist +17 -0
- package/core/validation/node_modules/.bin/tsc +17 -0
- package/core/validation/node_modules/.bin/tsserver +17 -0
- package/core/validation/package.json +55 -0
- package/core/validation/src/index.ts +3 -0
- package/core/validation/tests/example.test.ts +7 -0
- package/core/x-ray/node_modules/.bin/mkdist +2 -2
- package/core/x-ray/node_modules/.bin/tsc +2 -2
- package/core/x-ray/node_modules/.bin/tsserver +2 -2
- package/core/x-ray/package.json +5 -5
- package/functions/package.json +1 -1
- package/package.json +5 -5
- package/pages/node_modules/.bin/mkdist +17 -0
- package/pages/node_modules/.bin/tsc +17 -0
- package/pages/node_modules/.bin/tsserver +17 -0
- package/pages/package.json +55 -0
- package/pages/src/index.ts +19 -0
- package/pages/tests/example.test.ts +7 -0
- package/shims.d.ts +0 -12
- package/tsconfig.json +2 -0
- package/core/tables/dist/index.html +0 -15
- package/core/tables/old.vite.config.ts +0 -97
package/core/path/src/index.ts
CHANGED
|
@@ -106,6 +106,10 @@ export function corePath(path?: string) {
|
|
|
106
106
|
return frameworkPath(`core/${path || ''}`)
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
+
export function databasePath(path?: string) {
|
|
110
|
+
return corePath(`database/${path || ''}`)
|
|
111
|
+
}
|
|
112
|
+
|
|
109
113
|
export function dashboardPath(path?: string) {
|
|
110
114
|
return corePath(`dashboard/${path || ''}`)
|
|
111
115
|
}
|
|
@@ -138,6 +142,14 @@ export function errorHandlingPath(path?: string) {
|
|
|
138
142
|
return corePath(`error-handling/${path || ''}`)
|
|
139
143
|
}
|
|
140
144
|
|
|
145
|
+
export function eventsPath(path?: string) {
|
|
146
|
+
return corePath(`events/${path || ''}`)
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export function healthPath(path?: string) {
|
|
150
|
+
return corePath(`health/${path || ''}`)
|
|
151
|
+
}
|
|
152
|
+
|
|
141
153
|
export function examplesPath(type: 'vue-components' | 'web-components') {
|
|
142
154
|
return frameworkPath(`examples/${type || ''}`)
|
|
143
155
|
}
|
|
@@ -146,7 +158,7 @@ export function frameworkPath(path?: string) {
|
|
|
146
158
|
return projectPath(`.stacks/${path || ''}`)
|
|
147
159
|
}
|
|
148
160
|
|
|
149
|
-
export function
|
|
161
|
+
export function storagePath(path?: string) {
|
|
150
162
|
return corePath(`storage/${path || ''}`)
|
|
151
163
|
}
|
|
152
164
|
|
|
@@ -190,6 +202,10 @@ export function objectsPath(path?: string) {
|
|
|
190
202
|
return corePath(`objects/${path || ''}`)
|
|
191
203
|
}
|
|
192
204
|
|
|
205
|
+
export function onboardingPath(path?: string) {
|
|
206
|
+
return projectPath(`${path || 'pages/dashboard/onboarding'}`)
|
|
207
|
+
}
|
|
208
|
+
|
|
193
209
|
export function packageJsonPath(type: 'vue-components' | 'web-components' | 'functions') {
|
|
194
210
|
if (type === 'vue-components')
|
|
195
211
|
return frameworkPath('components/vue/package.json')
|
|
@@ -211,6 +227,10 @@ export function pathPath(path?: string) {
|
|
|
211
227
|
return corePath(`path/${path || ''}`)
|
|
212
228
|
}
|
|
213
229
|
|
|
230
|
+
export function paymentsPath(path?: string) {
|
|
231
|
+
return corePath(`payments/${path || ''}`)
|
|
232
|
+
}
|
|
233
|
+
|
|
214
234
|
export function projectPath(filePath = '') {
|
|
215
235
|
let path = process.cwd()
|
|
216
236
|
|
|
@@ -234,6 +254,14 @@ export function pushPath(path?: string) {
|
|
|
234
254
|
return corePath(`push/${path || ''}`)
|
|
235
255
|
}
|
|
236
256
|
|
|
257
|
+
export function queuePath(path?: string) {
|
|
258
|
+
return corePath(`queue/${path || ''}`)
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export function realtimePath(path?: string) {
|
|
262
|
+
return corePath(`realtime/${path || ''}`)
|
|
263
|
+
}
|
|
264
|
+
|
|
237
265
|
export function routerPath(path?: string) {
|
|
238
266
|
return corePath(`router/${path || ''}`)
|
|
239
267
|
}
|
|
@@ -242,6 +270,10 @@ export function searchEnginePath(path?: string) {
|
|
|
242
270
|
return corePath(`search-engine/${path || ''}`)
|
|
243
271
|
}
|
|
244
272
|
|
|
273
|
+
export function settingsPath(path?: string) {
|
|
274
|
+
return projectPath(`${path || 'pages/dashboard/settings'}`)
|
|
275
|
+
}
|
|
276
|
+
|
|
245
277
|
export function smsPath(path?: string) {
|
|
246
278
|
return corePath(`sms/${path || ''}`)
|
|
247
279
|
}
|
|
@@ -298,6 +330,10 @@ export function utilsPath(path?: string) {
|
|
|
298
330
|
return corePath(`utils/${path || ''}`)
|
|
299
331
|
}
|
|
300
332
|
|
|
333
|
+
export function validationPath(path?: string) {
|
|
334
|
+
return corePath(`validation/${path || ''}`)
|
|
335
|
+
}
|
|
336
|
+
|
|
301
337
|
export const path = {
|
|
302
338
|
aiPath,
|
|
303
339
|
actionsPath,
|
|
@@ -315,6 +351,7 @@ export const path = {
|
|
|
315
351
|
configPath,
|
|
316
352
|
corePath,
|
|
317
353
|
customElementsDataPath,
|
|
354
|
+
databasePath,
|
|
318
355
|
dashboardPath,
|
|
319
356
|
desktopPath,
|
|
320
357
|
docsPath,
|
|
@@ -322,9 +359,11 @@ export const path = {
|
|
|
322
359
|
driversPath,
|
|
323
360
|
emailPath,
|
|
324
361
|
errorHandlingPath,
|
|
362
|
+
eventsPath,
|
|
363
|
+
healthPath,
|
|
325
364
|
examplesPath,
|
|
326
365
|
frameworkPath,
|
|
327
|
-
|
|
366
|
+
storagePath,
|
|
328
367
|
functionsPath,
|
|
329
368
|
gitPath,
|
|
330
369
|
langPath,
|
|
@@ -334,16 +373,21 @@ export const path = {
|
|
|
334
373
|
xRayPath,
|
|
335
374
|
modulesPath,
|
|
336
375
|
objectsPath,
|
|
376
|
+
onboardingPath,
|
|
337
377
|
notificationsPath,
|
|
338
378
|
packageJsonPath,
|
|
339
379
|
pagesPath,
|
|
340
380
|
pathPath,
|
|
381
|
+
paymentsPath,
|
|
341
382
|
projectPath,
|
|
342
383
|
pushPath,
|
|
384
|
+
queuePath,
|
|
385
|
+
realtimePath,
|
|
343
386
|
routerPath,
|
|
387
|
+
routesPath,
|
|
344
388
|
searchEnginePath,
|
|
389
|
+
settingsPath,
|
|
345
390
|
smsPath,
|
|
346
|
-
routesPath,
|
|
347
391
|
scriptsPath,
|
|
348
392
|
securityPath,
|
|
349
393
|
serverPath,
|
|
@@ -356,6 +400,7 @@ export const path = {
|
|
|
356
400
|
typesPath,
|
|
357
401
|
uiPath,
|
|
358
402
|
utilsPath,
|
|
403
|
+
validationPath,
|
|
359
404
|
|
|
360
405
|
// path utils
|
|
361
406
|
basename,
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
17
17
|
fi
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/payments",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.51.0",
|
|
5
|
+
"packageManager": "pnpm@7.26.3",
|
|
6
6
|
"description": "The Stacks payments package. Currently supporting Stripe.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"README.md"
|
|
36
36
|
],
|
|
37
37
|
"engines": {
|
|
38
|
-
"node": ">=v18.
|
|
39
|
-
"pnpm": ">=7.
|
|
38
|
+
"node": ">=v18.14.0",
|
|
39
|
+
"pnpm": ">=7.26.3"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "mkdist -d",
|
|
@@ -47,6 +47,6 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@stacksjs/testing": "workspace:*",
|
|
49
49
|
"mkdist": "^1.1.0",
|
|
50
|
-
"typescript": "^4.9.
|
|
50
|
+
"typescript": "^4.9.5"
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
17
17
|
fi
|
package/core/push/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/push",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.51.0",
|
|
5
|
+
"packageManager": "pnpm@7.26.3",
|
|
6
6
|
"description": "The Stacks Push integration",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
|
-
"node": ">=v18.
|
|
38
|
-
"pnpm": ">=7.
|
|
37
|
+
"node": ">=v18.14.0",
|
|
38
|
+
"pnpm": ">=7.26.3"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"typecheck": "tsc --noEmit"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@novu/node": "^0.
|
|
48
|
-
"@novu/stateless": "^0.
|
|
47
|
+
"@novu/node": "^0.11.0",
|
|
48
|
+
"@novu/stateless": "^0.11.0",
|
|
49
49
|
"@stacksjs/cli": "workspace:*",
|
|
50
50
|
"@stacksjs/config": "workspace:*",
|
|
51
51
|
"@stacksjs/error-handling": "workspace:*",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@stacksjs/testing": "workspace:*",
|
|
56
56
|
"mkdist": "^1.1.0",
|
|
57
|
-
"typescript": "^4.9.
|
|
57
|
+
"typescript": "^4.9.5"
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
17
17
|
fi
|
package/core/queue/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/queue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.51.0",
|
|
5
|
+
"packageManager": "pnpm@7.26.3",
|
|
6
6
|
"description": "The Stacks Queue system.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"README.md"
|
|
38
38
|
],
|
|
39
39
|
"engines": {
|
|
40
|
-
"node": ">=v18.
|
|
41
|
-
"pnpm": ">=7.
|
|
40
|
+
"node": ">=v18.14.0",
|
|
41
|
+
"pnpm": ">=7.26.3"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "mkdist -d",
|
|
@@ -49,6 +49,6 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@stacksjs/testing": "workspace:*",
|
|
51
51
|
"mkdist": "^1.1.0",
|
|
52
|
-
"typescript": "^4.9.
|
|
52
|
+
"typescript": "^4.9.5"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
17
17
|
fi
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/realtime",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.51.0",
|
|
5
|
+
"packageManager": "pnpm@7.26.3",
|
|
6
6
|
"description": "The Stacks realtime integration.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
|
-
"node": ">=v18.
|
|
38
|
-
"pnpm": ">=7.
|
|
37
|
+
"node": ">=v18.14.0",
|
|
38
|
+
"pnpm": ">=7.26.3"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@stacksjs/testing": "workspace:*",
|
|
48
48
|
"mkdist": "^1.1.0",
|
|
49
|
-
"typescript": "^4.9.
|
|
49
|
+
"typescript": "^4.9.5"
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
17
17
|
fi
|
package/core/router/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/router",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.51.0",
|
|
5
|
+
"packageManager": "pnpm@7.26.3",
|
|
6
6
|
"description": "The Stacks framework router.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
|
-
"node": ">=v18.
|
|
38
|
-
"pnpm": ">=7.
|
|
37
|
+
"node": ">=v18.14.0",
|
|
38
|
+
"pnpm": ">=7.26.3"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -49,6 +49,6 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@stacksjs/testing": "workspace:*",
|
|
51
51
|
"mkdist": "^1.1.0",
|
|
52
|
-
"typescript": "^4.9.
|
|
52
|
+
"typescript": "^4.9.5"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
17
17
|
fi
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/search-engine",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.51.0",
|
|
5
|
+
"packageManager": "pnpm@7.26.3",
|
|
6
6
|
"description": "The Stacks search engine integrations.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"README.md"
|
|
41
41
|
],
|
|
42
42
|
"engines": {
|
|
43
|
-
"node": ">=v18.
|
|
44
|
-
"pnpm": ">=7.
|
|
43
|
+
"node": ">=v18.14.0",
|
|
44
|
+
"pnpm": ">=7.26.3"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "mkdist -d",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@stacksjs/cli": "workspace:*",
|
|
54
54
|
"@stacksjs/config": "workspace:*",
|
|
55
|
-
"@vueuse/core": "^9.
|
|
55
|
+
"@vueuse/core": "^9.12.0",
|
|
56
56
|
"meilisearch": "^0.30.0",
|
|
57
|
-
"vue": "^3.2.
|
|
57
|
+
"vue": "^3.2.47"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@stacksjs/testing": "workspace:*",
|
|
61
61
|
"mkdist": "^1.1.0",
|
|
62
|
-
"typescript": "^4.9.
|
|
62
|
+
"typescript": "^4.9.5"
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.5/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsc" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/bin/tsserver" "$@"
|
|
17
17
|
fi
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/security",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.51.0",
|
|
5
|
+
"packageManager": "pnpm@7.26.3",
|
|
6
6
|
"description": "The Stacks framework security.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"README.md"
|
|
34
34
|
],
|
|
35
35
|
"engines": {
|
|
36
|
-
"node": ">=v18.
|
|
37
|
-
"pnpm": ">=7.
|
|
36
|
+
"node": ">=v18.14.0",
|
|
37
|
+
"pnpm": ">=7.26.3"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "mkdist -d",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@stacksjs/testing": "workspace:*",
|
|
54
54
|
"mkdist": "^1.1.0",
|
|
55
|
-
"typescript": "^4.9.
|
|
55
|
+
"typescript": "^4.9.5"
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -2,12 +2,12 @@ import aes from 'crypto-js/aes'
|
|
|
2
2
|
import utf8 from 'crypto-js/enc-utf8'
|
|
3
3
|
|
|
4
4
|
function encrypt(message: string): string {
|
|
5
|
-
const passphrase = import.meta.env.APP_KEY
|
|
5
|
+
const passphrase = import.meta.env.APP_KEY
|
|
6
6
|
return aes.encrypt(message, passphrase).toString()
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
function decrypt(encrypted: string): string {
|
|
10
|
-
const passphrase = import.meta.env.APP_KEY
|
|
10
|
+
const passphrase = import.meta.env.APP_KEY
|
|
11
11
|
return aes.decrypt(encrypted, passphrase).toString(utf8)
|
|
12
12
|
}
|
|
13
13
|
|