stacks 0.58.28 → 0.58.30
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/core/README.md +1 -1
- package/core/actions/dist/src/deploy/index.js +1 -1
- package/core/actions/dist/src/dev/components.js +1 -1
- package/core/actions/dist/src/dev/index.js +10 -0
- package/core/actions/dist/src/generate/lib-entries.js +3 -3
- package/core/actions/dist/src/helpers/lib-entries.js +3 -3
- package/core/actions/dist/src/index.js +10 -0
- package/core/actions/dist/src/lint/fix.js +1 -1
- package/core/actions/dist/src/release.js +8 -0
- package/core/actions/dist/src/upgrade.js +1 -1
- package/core/actions/package.json +1 -1
- package/core/actions/src/build/docs.ts +7 -0
- package/core/actions/src/deploy/index.ts +1 -1
- package/core/actions/src/dev/api.ts +2 -2
- package/core/actions/src/dev/components.ts +1 -1
- package/core/actions/src/dev/dashboard.ts +7 -0
- package/core/actions/src/dev/desktop.ts +3 -3
- package/core/actions/src/dev/index.ts +10 -0
- package/core/actions/src/dev/system-tray.ts +6 -0
- package/core/actions/src/helpers/lib-entries.ts +3 -3
- package/core/actions/src/lint/fix.ts +1 -1
- package/core/ai/package.json +3 -3
- package/core/alias/package.json +1 -1
- package/core/analytics/package.json +1 -1
- package/core/api/package.json +1 -1
- package/core/arrays/package.json +1 -1
- package/core/auth/package.json +1 -1
- package/core/buddy/README.md +2 -2
- package/core/buddy/dist/{chunk-b75e6db0012faa55.js → chunk-0455e53fab4244b1.js} +1 -4
- package/core/buddy/dist/{chunk-fd47b42fb923a4be.js → chunk-61e8f138963fc709.js} +173 -137
- package/core/buddy/dist/cli.js +2 -2
- package/core/buddy/dist/index.js +2 -2
- package/core/buddy/package.json +1 -1
- package/core/buddy/src/commands/add.ts +4 -0
- package/core/buddy/src/commands/build.ts +12 -1
- package/core/buddy/src/commands/changelog.ts +2 -0
- package/core/buddy/src/commands/clean.ts +2 -0
- package/core/buddy/src/commands/cloud.ts +6 -0
- package/core/buddy/src/commands/commit.ts +2 -0
- package/core/buddy/src/commands/configure.ts +3 -0
- package/core/buddy/src/commands/create.ts +8 -8
- package/core/buddy/src/commands/deploy.ts +24 -23
- package/core/buddy/src/commands/dev.ts +50 -10
- package/core/buddy/src/commands/dns.ts +2 -0
- package/core/buddy/src/commands/domains.ts +2 -0
- package/core/buddy/src/commands/example.ts +4 -0
- package/core/buddy/src/commands/fresh.ts +2 -0
- package/core/buddy/src/commands/generate.ts +12 -3
- package/core/buddy/src/commands/http.ts +2 -0
- package/core/buddy/src/commands/install.ts +2 -0
- package/core/buddy/src/commands/key.ts +4 -2
- package/core/buddy/src/commands/lint.ts +3 -0
- package/core/buddy/src/commands/make.ts +11 -1
- package/core/buddy/src/commands/migrate.ts +3 -0
- package/core/buddy/src/commands/prepublish.ts +2 -0
- package/core/buddy/src/commands/release.ts +2 -0
- package/core/buddy/src/commands/seed.ts +2 -0
- package/core/buddy/src/commands/setup.ts +33 -34
- package/core/buddy/src/commands/test.ts +2 -0
- package/core/buddy/src/commands/tinker.ts +2 -0
- package/core/buddy/src/commands/types.ts +3 -0
- package/core/buddy/src/commands/upgrade.ts +6 -0
- package/core/build/package.json +1 -1
- package/core/bun-create/bud/package.json +3 -2
- package/core/bun-create/buddy/package.json +2 -2
- package/core/bun-create/stack/package.json +2 -2
- package/core/bun-create/stacks/package.json +2 -2
- package/core/bun-create/stx/package.json +2 -2
- package/core/bun-plugin-yaml/dist/index.js +1 -19
- package/core/bun-plugin-yaml/package.json +1 -1
- package/core/bun-plugin-yaml/src/index.ts +1 -1
- package/core/cache/package.json +2 -2
- package/core/chat/package.json +1 -1
- package/core/cli/dist/index.js +24 -23
- package/core/cli/package.json +1 -1
- package/core/cli/src/helpers.ts +21 -31
- package/core/cli/src/run.ts +9 -7
- package/core/cloud/buddy +2 -0
- package/core/cloud/package.json +33 -33
- package/core/cloud/src/cloud/ai.ts +45 -36
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +10 -10
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
- package/core/cloud/src/cloud/cdn.ts +44 -5
- package/core/cloud/src/cloud/cli.ts +45 -0
- package/core/cloud/src/cloud/compute.ts +1 -1
- package/core/cloud/src/cloud/index.ts +6 -1
- package/core/cloud/src/cloud/lambda/cli-setup/index.js +67 -0
- package/core/cloud/src/index.ts +1 -0
- package/core/cloud/src/runtime/example/lambda.ts +1 -1
- package/core/cloud/src/runtime/runtime.ts +1 -0
- package/core/cloud/src/runtime/server.ts +1 -1
- package/core/collections/package.json +1 -1
- package/core/config/dist/index.js +130 -122
- package/core/config/package.json +1 -1
- package/core/config/src/overrides.ts +0 -2
- package/core/database/package.json +2 -2
- package/core/database/src/kysely-bun-worker/driver.ts +1 -0
- package/core/database/src/kysely-bun-worker/worker.ts +1 -1
- package/core/datetime/package.json +1 -1
- package/core/desktop/dist/index.js +6 -0
- package/core/desktop/package.json +5 -5
- package/core/desktop/src/index.ts +2 -0
- package/core/desktop/src/system-tray.ts +1 -0
- package/core/development/package.json +1 -1
- package/core/dns/package.json +7 -7
- package/core/docs/build.ts +1 -1
- package/core/docs/dist/index.js +29878 -9995
- package/core/docs/package.json +6 -5
- package/core/docs/src/index.ts +7 -1
- package/core/docs/src/meta.ts +32 -0
- package/core/docs/src/scripts/pwa.ts +116 -0
- package/core/email/email-forwarder.cjs +1 -0
- package/core/email/package.json +3 -3
- package/core/email/src/server/converter.ts +1 -0
- package/core/email/src/server/inbound.ts +1 -0
- package/core/email/src/server/outbound.ts +6 -4
- package/core/enums/dist/index.js +4 -2
- package/core/enums/package.json +1 -1
- package/core/enums/src/index.ts +4 -2
- package/core/env/package.json +1 -1
- package/core/error-handling/package.json +1 -1
- package/core/eslint-config/package.json +18 -18
- package/core/eslint-config/src/configs/comments.ts +1 -1
- package/core/eslint-config/src/configs/imports.ts +9 -0
- package/core/eslint-config/src/configs/svelte.ts +1 -0
- package/core/eslint-config/src/configs/unicorn.ts +1 -1
- package/core/eslint-config/src/configs/vue.ts +0 -1
- package/core/eslint-config/src/factory.ts +2 -8
- package/core/events/package.json +1 -1
- package/core/faker/package.json +2 -2
- package/core/git/dist/index.js +40 -0
- package/core/git/package.json +3 -3
- package/core/git/src/index.ts +62 -0
- package/core/health/package.json +1 -1
- package/core/http/package.json +1 -1
- package/core/lint/package.json +1 -1
- package/core/logging/dist/index.js +0 -6
- package/core/logging/package.json +1 -1
- package/core/music/package.json +3 -3
- package/core/notifications/package.json +2 -2
- package/core/objects/package.json +1 -1
- package/core/orm/package.json +1 -1
- package/core/path/dist/index.js +6 -3
- package/core/path/package.json +1 -1
- package/core/path/src/index.ts +7 -3
- package/core/payments/dist/index.js +2 -5
- package/core/payments/package.json +3 -3
- package/core/push/package.json +1 -1
- package/core/query-builder/package.json +1 -1
- package/core/queue/package.json +1 -1
- package/core/raycast/package.json +5 -0
- package/core/raycast/src/index.ts +0 -0
- package/core/realtime/package.json +1 -1
- package/core/repl/package.json +1 -1
- package/core/router/dist/index.js +16 -496
- package/core/router/package.json +1 -1
- package/core/router/src/middleware.ts +16 -14
- package/core/scheduler/package.json +1 -1
- package/core/search-engine/package.json +2 -2
- package/core/security/dist/index.js +3 -6
- package/core/security/package.json +2 -2
- package/core/server/dist/index.js +6 -2
- package/core/server/package.json +2 -2
- package/core/server/src/config.ts +14 -9
- package/core/signals/package.json +1 -1
- package/core/slug/package.json +1 -1
- package/core/sms/package.json +1 -1
- package/core/storage/dist/index.js +28 -10
- package/core/storage/package.json +1 -1
- package/core/storage/src/files.ts +10 -2
- package/core/storage/src/zip.ts +1 -1
- package/core/strings/package.json +3 -3
- package/core/stx +2 -0
- package/core/tables/package.json +3 -3
- package/core/testing/package.json +3 -3
- package/core/tinker/package.json +1 -1
- package/core/tsconfig.json +4 -9
- package/core/tunnel/package.json +1 -1
- package/core/types/dist/index.js +3 -1
- package/core/types/package.json +13 -13
- package/core/types/src/cli.ts +3 -3
- package/core/types/src/cloud.ts +4 -1
- package/core/types/src/dns.ts +1 -1
- package/core/types/src/native.ts +0 -0
- package/core/types/src/stacks.ts +0 -10
- package/core/ui/package.json +8 -8
- package/core/utils/dist/index.js +1 -1
- package/core/utils/package.json +1 -1
- package/core/validation/package.json +1 -1
- package/core/vite/README.md +1 -1
- package/core/vite/build.ts +1 -1
- package/core/vite/dist/index.js +211 -203
- package/core/vite/package.json +5 -5
- package/core/vite/src/components.ts +1 -1
- package/core/vite/src/dashboard.ts +100 -0
- package/core/vite/src/desktop.ts +2 -58
- package/core/vite/src/example-vue.ts +1 -1
- package/core/vite/src/example-wc.ts +1 -1
- package/core/vite/src/functions.ts +1 -1
- package/core/vite/src/index.ts +9 -11
- package/core/vite/src/plugin/auto-imports.ts +1 -1
- package/core/vite/src/plugin/layouts.ts +6 -7
- package/core/vite/src/plugin/router.ts +3 -1
- package/core/vite/src/system-tray.ts +100 -0
- package/core/vite/src/views.ts +13 -2
- package/core/vite/src/web-components.ts +1 -1
- package/core/whois/dist/index.js +1 -2
- package/core/whois/package.json +1 -1
- package/core/whois/src/index.ts +10 -8
- package/core/x-ray/package.json +1 -1
- package/core/zsh-buddy/README.md +51 -0
- package/core/zsh-buddy/package.json +29 -0
- package/ide/dictionary.txt +12 -0
- package/ide/jetbrains/.idea/stacks.iml +0 -1
- package/ide/vscode/.vscode/settings.json +7 -2
- package/ide/vscode/package.json +2 -4
- package/package.json +12 -7
- package/core/cloud/src/server/.dockerignore +0 -15
- package/core/cloud/src/server/Dockerfile +0 -21
- package/core/cloud/src/server/index.ts +0 -3
- package/core/cloud/src/server/package.json +0 -12
- package/core/cloud/src/server/runtime.ts +0 -828
- package/core/scripts/build +0 -58
- package/core/scripts/ensure +0 -33
- package/core/scripts/fresh +0 -14
- package/core/scripts/link +0 -14
- package/core/scripts/move-built-src-files.ts +0 -28
- package/core/scripts/move-dts-files.ts +0 -35
- package/core/scripts/publish +0 -43
- package/core/scripts/setup +0 -176
- package/core/tables/vite.config.ts +0 -84
- package/core/vite/src/plugin/index.ts +0 -21
- /package/core/vite/src/{stacks.ts → plugins.ts} +0 -0
package/core/git/src/index.ts
CHANGED
|
@@ -1 +1,63 @@
|
|
|
1
1
|
export * as changelog from 'changelogen'
|
|
2
|
+
|
|
3
|
+
export function useGitHub() {
|
|
4
|
+
function getTimeDifference(givenDateString: string): string {
|
|
5
|
+
// Convert the given date string to a Date object
|
|
6
|
+
const givenDate: Date = new Date(givenDateString)
|
|
7
|
+
|
|
8
|
+
// Get the current date and time
|
|
9
|
+
const currentDate: Date = new Date()
|
|
10
|
+
|
|
11
|
+
// Calculate the time difference in milliseconds
|
|
12
|
+
const timeDifference: number = currentDate.getTime() - givenDate.getTime()
|
|
13
|
+
|
|
14
|
+
// Calculate the difference in seconds, minutes, hours, and days
|
|
15
|
+
const secondsDifference: number = Math.floor(timeDifference / 1000)
|
|
16
|
+
const minutesDifference: number = Math.floor(secondsDifference / 60)
|
|
17
|
+
const hoursDifference: number = Math.floor(minutesDifference / 60)
|
|
18
|
+
const daysDifference: number = Math.floor(hoursDifference / 24)
|
|
19
|
+
const weeksDifference: number = Math.floor(daysDifference / 7)
|
|
20
|
+
|
|
21
|
+
if (secondsDifference < 60) {
|
|
22
|
+
// If less than 60 seconds, return seconds only
|
|
23
|
+
return `${secondsDifference}s`
|
|
24
|
+
}
|
|
25
|
+
else if (minutesDifference < 60) {
|
|
26
|
+
// If less than 60 minutes, return minutes and remaining seconds
|
|
27
|
+
const remainingSeconds = secondsDifference % 60
|
|
28
|
+
return `${minutesDifference}m ${remainingSeconds}s`
|
|
29
|
+
}
|
|
30
|
+
else if (hoursDifference < 24) {
|
|
31
|
+
// If less than 24 hours, return hours and remaining minutes
|
|
32
|
+
const remainingMinutes = minutesDifference % 60
|
|
33
|
+
return `${hoursDifference}h ${remainingMinutes}m`
|
|
34
|
+
}
|
|
35
|
+
else if (weeksDifference < 7) {
|
|
36
|
+
const remainingHours: number = hoursDifference % 24
|
|
37
|
+
|
|
38
|
+
return `${daysDifference}d ${remainingHours}h`
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
return `${weeksDifference}w`
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
function formatDuration(durationInSeconds: number): string {
|
|
45
|
+
const minutes = Math.floor(durationInSeconds / 60)
|
|
46
|
+
const seconds = durationInSeconds % 60
|
|
47
|
+
|
|
48
|
+
if (minutes > 1)
|
|
49
|
+
return `${minutes}m ${seconds}s`
|
|
50
|
+
|
|
51
|
+
return `${seconds}s`
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
function getActionRunDuration(startTime: Date, endTime: Date): string {
|
|
55
|
+
const start = new Date(startTime)
|
|
56
|
+
const end = new Date(endTime)
|
|
57
|
+
const durationInSeconds = Math.floor((end.getTime() - start.getTime()) / 1000)
|
|
58
|
+
|
|
59
|
+
return formatDuration(durationInSeconds)
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
return { getTimeDifference, formatDuration, getActionRunDuration }
|
|
63
|
+
}
|
package/core/health/package.json
CHANGED
package/core/http/package.json
CHANGED
package/core/lint/package.json
CHANGED
|
@@ -678,8 +678,6 @@ import {stdin, stdout} from "process";
|
|
|
678
678
|
import f from "readline";
|
|
679
679
|
import {WriteStream} from "tty";
|
|
680
680
|
import require$$0 from "tty";
|
|
681
|
-
import"util";
|
|
682
|
-
import"path";
|
|
683
681
|
async function prompt(message, opts = {}) {
|
|
684
682
|
if (!opts.type || opts.type === "text") {
|
|
685
683
|
return await text({
|
|
@@ -1785,10 +1783,6 @@ init_consola_36c0034f();
|
|
|
1785
1783
|
init_core();
|
|
1786
1784
|
init_consola_06ad8a64();
|
|
1787
1785
|
init_utils();
|
|
1788
|
-
import"process";
|
|
1789
|
-
import"tty";
|
|
1790
|
-
import"util";
|
|
1791
|
-
import"path";
|
|
1792
1786
|
|
|
1793
1787
|
// src/index.ts
|
|
1794
1788
|
import {ExitCode} from "@stacksjs/types";
|
package/core/music/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/music",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.30",
|
|
5
5
|
"description": "Stacks Music",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
],
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "bun --bun build.ts",
|
|
38
|
-
"build:app": "
|
|
39
|
-
"dev": "
|
|
38
|
+
"build:app": "bunx vite build ../../../storage/framework/desktop/music -c ../../src/vite/src/music.ts",
|
|
39
|
+
"dev": "bunx vite serve ../../../storage/framework/desktop/music -c ../../src/vite/src/music.ts",
|
|
40
40
|
"dev:app": "tauri dev",
|
|
41
41
|
"typecheck": "bun --bun tsc --noEmit"
|
|
42
42
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/notifications",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.30",
|
|
5
5
|
"description": "The Stacks notifications integration.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@stacksjs/types": "workspace:*"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@maizzle/framework": "^4.7.
|
|
67
|
+
"@maizzle/framework": "^4.7.4",
|
|
68
68
|
"@stacksjs/chat": "workspace:*",
|
|
69
69
|
"@stacksjs/cli": "workspace:*",
|
|
70
70
|
"@stacksjs/config": "workspace:*",
|
package/core/orm/package.json
CHANGED
package/core/path/dist/index.js
CHANGED
|
@@ -125,8 +125,11 @@ function gitPath(path) {
|
|
|
125
125
|
function langPath(path) {
|
|
126
126
|
return projectPath(`lang/${path || ""}`);
|
|
127
127
|
}
|
|
128
|
-
function layoutsPath(path) {
|
|
129
|
-
|
|
128
|
+
function layoutsPath(path, options) {
|
|
129
|
+
const absolutePath = resourcesPath(`layouts/${path || ""}`);
|
|
130
|
+
if (options?.relative)
|
|
131
|
+
return relative(process.cwd(), absolutePath);
|
|
132
|
+
return absolutePath;
|
|
130
133
|
}
|
|
131
134
|
function libraryEntryPath(type) {
|
|
132
135
|
return libsEntriesPath(`${type}.ts`);
|
|
@@ -223,7 +226,7 @@ function settingsPath(path) {
|
|
|
223
226
|
return projectPath(`${path || "views/dashboard/settings"}`);
|
|
224
227
|
}
|
|
225
228
|
function scriptsPath(path) {
|
|
226
|
-
return frameworkPath(`
|
|
229
|
+
return frameworkPath(`scripts/${path || ""}`);
|
|
227
230
|
}
|
|
228
231
|
function schedulerPath(path) {
|
|
229
232
|
return corePath(`scheduler/${path || ""}`);
|
package/core/path/package.json
CHANGED
package/core/path/src/index.ts
CHANGED
|
@@ -207,8 +207,12 @@ export function langPath(path?: string) {
|
|
|
207
207
|
return projectPath(`lang/${path || ''}`)
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
export function layoutsPath(path?: string) {
|
|
211
|
-
|
|
210
|
+
export function layoutsPath(path?: string, options?: { relative?: boolean }) {
|
|
211
|
+
const absolutePath = resourcesPath(`layouts/${path || ''}`)
|
|
212
|
+
if (options?.relative)
|
|
213
|
+
return relative(process.cwd(), absolutePath)
|
|
214
|
+
|
|
215
|
+
return absolutePath
|
|
212
216
|
}
|
|
213
217
|
|
|
214
218
|
export type LibraryType = 'vue-components' | 'web-components' | 'functions'
|
|
@@ -341,7 +345,7 @@ export function settingsPath(path?: string) {
|
|
|
341
345
|
}
|
|
342
346
|
|
|
343
347
|
export function scriptsPath(path?: string) {
|
|
344
|
-
return frameworkPath(`
|
|
348
|
+
return frameworkPath(`scripts/${path || ''}`)
|
|
345
349
|
}
|
|
346
350
|
|
|
347
351
|
export function schedulerPath(path?: string) {
|
|
@@ -16,9 +16,6 @@ var __toESM = (mod, isNodeMode, target) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
19
|
-
var __require = (id) => {
|
|
20
|
-
return import.meta.require(id);
|
|
21
|
-
};
|
|
22
19
|
var __export = (target, all) => {
|
|
23
20
|
for (var name in all)
|
|
24
21
|
__defProp(target, name, {
|
|
@@ -5899,7 +5896,7 @@ function createWebhooks(platformFunctions) {
|
|
|
5899
5896
|
});
|
|
5900
5897
|
}
|
|
5901
5898
|
throw new StripeSignatureVerificationError(header, payload, {
|
|
5902
|
-
message: "No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe? \n" + docsLocation + "\n" + whitespaceMessage
|
|
5899
|
+
message: "No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe? \n If a webhook request is being forwarded by a third-party tool, ensure that the exact request body, including JSON formatting and new line style, is preserved.\n" + docsLocation + "\n" + whitespaceMessage
|
|
5903
5900
|
});
|
|
5904
5901
|
}
|
|
5905
5902
|
const timestampAge = Math.floor((typeof receivedAt === "number" ? receivedAt : Date.now()) / 1000) - details.timestamp;
|
|
@@ -5941,7 +5938,7 @@ function createWebhooks(platformFunctions) {
|
|
|
5941
5938
|
|
|
5942
5939
|
// /home/runner/work/stacks/stacks/node_modules/stripe/esm/stripe.core.js
|
|
5943
5940
|
function createStripe(platformFunctions, requestSender = defaultRequestSenderFactory) {
|
|
5944
|
-
Stripe.PACKAGE_VERSION = "14.
|
|
5941
|
+
Stripe.PACKAGE_VERSION = "14.14.0";
|
|
5945
5942
|
Stripe.USER_AGENT = Object.assign({ bindings_version: Stripe.PACKAGE_VERSION, lang: "node", publisher: "stripe", uname: null, typescript: false }, determineProcessUserAgentProperties());
|
|
5946
5943
|
Stripe.StripeResource = StripeResource;
|
|
5947
5944
|
Stripe.resources = exports_resources;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/payments",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.30",
|
|
5
5
|
"description": "The Stacks payments package. Currently supporting Stripe.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@stacksjs/utils": "workspace:*",
|
|
53
|
-
"@stripe/stripe-js": "^2.
|
|
54
|
-
"stripe": "^14.
|
|
53
|
+
"@stripe/stripe-js": "^2.4.0",
|
|
54
|
+
"stripe": "^14.14.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@stacksjs/config": "workspace:*",
|
package/core/push/package.json
CHANGED
package/core/queue/package.json
CHANGED
|
File without changes
|