stacks 0.58.52 → 0.58.53
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/actions/dist/src/upgrade.js +1 -1
- package/core/actions/package.json +1 -1
- package/core/ai/dist/index.js +28 -130
- 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/package.json +1 -1
- package/core/build/package.json +1 -1
- package/core/bun-create/bud/package.json +1 -1
- package/core/bun-create/buddy/package.json +1 -1
- package/core/bun-create/stack/package.json +1 -1
- package/core/bun-create/stacks/package.json +1 -1
- package/core/bun-create/stx/package.json +1 -1
- package/core/bun-plugin-yaml/package.json +1 -1
- package/core/cache/package.json +2 -2
- package/core/chat/package.json +1 -1
- package/core/cli/dist/index.js +1 -1
- package/core/cli/package.json +1 -1
- package/core/cloud/package.json +29 -29
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
- package/core/cloud/src/cloud/router-layer/nodejs/package.json +1 -1
- package/core/collections/package.json +1 -1
- package/core/config/package.json +1 -1
- package/core/database/package.json +1 -1
- package/core/datetime/package.json +1 -1
- package/core/desktop/package.json +1 -1
- package/core/development/package.json +1 -1
- package/core/dns/package.json +4 -4
- package/core/docs/package.json +1 -1
- package/core/email/package.json +3 -3
- package/core/enums/package.json +1 -1
- package/core/env/package.json +1 -1
- package/core/error-handling/package.json +1 -1
- package/core/eslint-config/package.json +7 -7
- package/core/events/package.json +1 -1
- package/core/faker/package.json +1 -1
- package/core/git/package.json +1 -1
- package/core/health/package.json +1 -1
- package/core/http/package.json +1 -1
- package/core/lint/package.json +3 -3
- package/core/logging/package.json +1 -1
- package/core/notifications/package.json +2 -2
- package/core/objects/package.json +1 -1
- package/core/orm/package.json +1 -1
- package/core/path/package.json +1 -1
- package/core/payments/dist/index.js +1 -4
- package/core/payments/package.json +2 -2
- 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 +1 -1
- package/core/realtime/package.json +1 -1
- package/core/repl/package.json +1 -1
- package/core/router/package.json +1 -1
- package/core/scheduler/package.json +1 -1
- package/core/scheduler/tests/cron.fuzz.ts +1 -1
- package/core/scheduler/tests/cron.test.ts +3 -3
- package/core/search-engine/package.json +1 -1
- package/core/security/package.json +1 -1
- package/core/server/package.json +1 -1
- package/core/signals/package.json +1 -1
- package/core/slug/package.json +1 -1
- package/core/sms/package.json +1 -1
- package/core/storage/package.json +1 -1
- package/core/strings/package.json +2 -2
- package/core/tables/package.json +1 -1
- package/core/testing/package.json +1 -1
- package/core/tinker/package.json +1 -1
- package/core/tunnel/package.json +1 -1
- package/core/types/package.json +1 -1
- package/core/ui/package.json +2 -2
- 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/dist/index.js +1 -1
- package/core/vite/package.json +1 -1
- package/core/whois/package.json +1 -1
- package/core/x-ray/package.json +1 -1
- package/core/zsh-buddy/package.json +1 -1
- package/ide/vscode/package.json +1 -1
- package/package.json +1 -1
package/core/config/package.json
CHANGED
package/core/dns/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/dns",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.53",
|
|
5
5
|
"description": "Easily manage your DNS.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"prepublishOnly": "bun --bun run build"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@aws-sdk/client-route-53": "^3.
|
|
55
|
-
"@aws-sdk/client-route-53-domains": "^3.
|
|
54
|
+
"@aws-sdk/client-route-53": "^3.507.0",
|
|
55
|
+
"@aws-sdk/client-route-53-domains": "^3.507.0",
|
|
56
56
|
"@stacksjs/actions": "workspace:*",
|
|
57
57
|
"@stacksjs/error-handling": "workspace:*",
|
|
58
58
|
"@stacksjs/path": "workspace:*",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"aws-cdk-lib": "^2.126.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@aws-sdk/client-route-53": "^3.
|
|
64
|
+
"@aws-sdk/client-route-53": "^3.507.0",
|
|
65
65
|
"@stacksjs/actions": "workspace:*",
|
|
66
66
|
"@stacksjs/error-handling": "workspace:*",
|
|
67
67
|
"@stacksjs/path": "workspace:*",
|
package/core/docs/package.json
CHANGED
package/core/email/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/email",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.53",
|
|
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",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"prepublishOnly": "bun --bun run build"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@maizzle/framework": "^4.7.
|
|
60
|
+
"@maizzle/framework": "^4.7.5",
|
|
61
61
|
"@stacksjs/cli": "workspace:*",
|
|
62
62
|
"@stacksjs/config": "workspace:*",
|
|
63
63
|
"@stacksjs/error-handling": "workspace:*",
|
|
64
64
|
"@stacksjs/types": "workspace:*"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@maizzle/framework": "^4.7.
|
|
67
|
+
"@maizzle/framework": "^4.7.5",
|
|
68
68
|
"@novu/stateless": "^0.23.0",
|
|
69
69
|
"@stacksjs/cli": "workspace:*",
|
|
70
70
|
"@stacksjs/config": "workspace:*",
|
package/core/enums/package.json
CHANGED
package/core/env/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.53",
|
|
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",
|
|
@@ -71,16 +71,16 @@
|
|
|
71
71
|
"@eslint-types/typescript-eslint": "^6.19.1",
|
|
72
72
|
"@eslint-types/unicorn": "^50.0.1",
|
|
73
73
|
"@stacksjs/cli": "workspace:*",
|
|
74
|
-
"@stylistic/eslint-plugin": "^1.
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
76
|
-
"@typescript-eslint/parser": "^6.
|
|
74
|
+
"@stylistic/eslint-plugin": "^1.6.0",
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
76
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
77
77
|
"eslint-config-flat-gitignore": "^0.1.2",
|
|
78
78
|
"eslint-merge-processors": "^0.1.0",
|
|
79
79
|
"eslint-parser-plain": "^0.1.0",
|
|
80
80
|
"eslint-plugin-antfu": "^2.1.2",
|
|
81
81
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
82
82
|
"eslint-plugin-i": "^2.29.1",
|
|
83
|
-
"eslint-plugin-jsdoc": "^48.0.
|
|
83
|
+
"eslint-plugin-jsdoc": "^48.0.5",
|
|
84
84
|
"eslint-plugin-jsonc": "^2.13.0",
|
|
85
85
|
"eslint-plugin-markdown": "^3.0.1",
|
|
86
86
|
"eslint-plugin-n": "^16.6.2",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@stacksjs/eslint-config": "workspace:*",
|
|
106
106
|
"@stacksjs/utils": "workspace:*",
|
|
107
|
-
"@stylistic/eslint-plugin-migrate": "^1.
|
|
107
|
+
"@stylistic/eslint-plugin-migrate": "^1.6.0",
|
|
108
108
|
"@types/eslint": "^8.56.2",
|
|
109
109
|
"@types/node": "^20.11.16",
|
|
110
110
|
"@unocss/eslint-plugin": "^0.58.5",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"eslint-flat-config-viewer": "^0.1.11",
|
|
113
113
|
"eslint-plugin-format": "^0.1.0",
|
|
114
114
|
"eslint-ts-patch": "^8.55.0-1",
|
|
115
|
-
"lint-staged": "^15.2.
|
|
115
|
+
"lint-staged": "^15.2.2",
|
|
116
116
|
"rimraf": "^5.0.5",
|
|
117
117
|
"tsup": "^8.0.1",
|
|
118
118
|
"typescript": "^5.3.3"
|
package/core/events/package.json
CHANGED
package/core/faker/package.json
CHANGED
package/core/git/package.json
CHANGED
package/core/health/package.json
CHANGED
package/core/http/package.json
CHANGED
package/core/lint/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/lint",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.53",
|
|
5
5
|
"description": "The Stacks way to lint.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@types/eslint": "^8.56.2",
|
|
54
54
|
"eslint": "^8.56.0",
|
|
55
55
|
"eslint-ts-patch": "^8.55.0-1",
|
|
56
|
-
"lint-staged": "^15.2.
|
|
56
|
+
"lint-staged": "^15.2.2",
|
|
57
57
|
"publint": "^0.2.7"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@types/eslint": "^8.56.2",
|
|
62
62
|
"eslint": "^8.56.0",
|
|
63
63
|
"eslint-ts-patch": "^8.55.0-1",
|
|
64
|
-
"lint-staged": "^15.2.
|
|
64
|
+
"lint-staged": "^15.2.2",
|
|
65
65
|
"publint": "^0.2.7"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/notifications",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.53",
|
|
5
5
|
"description": "The Stacks notifications integration.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@stacksjs/types": "workspace:*"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@maizzle/framework": "^4.7.
|
|
68
|
+
"@maizzle/framework": "^4.7.5",
|
|
69
69
|
"@stacksjs/chat": "workspace:*",
|
|
70
70
|
"@stacksjs/cli": "workspace:*",
|
|
71
71
|
"@stacksjs/config": "workspace:*",
|
package/core/orm/package.json
CHANGED
package/core/path/package.json
CHANGED
|
@@ -5956,7 +5956,7 @@ function createWebhooks(platformFunctions) {
|
|
|
5956
5956
|
|
|
5957
5957
|
// /home/runner/work/stacks/stacks/node_modules/stripe/esm/stripe.core.js
|
|
5958
5958
|
function createStripe(platformFunctions, requestSender = defaultRequestSenderFactory) {
|
|
5959
|
-
Stripe.PACKAGE_VERSION = "14.
|
|
5959
|
+
Stripe.PACKAGE_VERSION = "14.15.0";
|
|
5960
5960
|
Stripe.USER_AGENT = Object.assign({ bindings_version: Stripe.PACKAGE_VERSION, lang: "node", publisher: "stripe", uname: null, typescript: false }, determineProcessUserAgentProperties());
|
|
5961
5961
|
Stripe.StripeResource = StripeResource;
|
|
5962
5962
|
Stripe.resources = exports_resources;
|
|
@@ -5983,9 +5983,6 @@ function createStripe(platformFunctions, requestSender = defaultRequestSenderFac
|
|
|
5983
5983
|
this.on = this._emitter.on.bind(this._emitter);
|
|
5984
5984
|
this.once = this._emitter.once.bind(this._emitter);
|
|
5985
5985
|
this.off = this._emitter.removeListener.bind(this._emitter);
|
|
5986
|
-
if (props.protocol && props.protocol !== "https" && (!props.host || /\.stripe\.com$/.test(props.host))) {
|
|
5987
|
-
throw new Error("The `https` protocol must be used when sending requests to `*.stripe.com`");
|
|
5988
|
-
}
|
|
5989
5986
|
const agent = props.httpAgent || null;
|
|
5990
5987
|
this._api = {
|
|
5991
5988
|
auth: null,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/payments",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.53",
|
|
5
5
|
"description": "The Stacks payments package. Currently supporting Stripe.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@stacksjs/utils": "workspace:*",
|
|
54
54
|
"@stripe/stripe-js": "^2.4.0",
|
|
55
|
-
"stripe": "^14.
|
|
55
|
+
"stripe": "^14.15.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@stacksjs/config": "workspace:*",
|
package/core/push/package.json
CHANGED
package/core/queue/package.json
CHANGED
package/core/repl/package.json
CHANGED
package/core/router/package.json
CHANGED
|
@@ -570,7 +570,7 @@ describe('cron', () => {
|
|
|
570
570
|
expect(() => {
|
|
571
571
|
CronJob.from({
|
|
572
572
|
cronTime: '* * * * * *',
|
|
573
|
-
onTick: () => {},
|
|
573
|
+
onTick: () => { },
|
|
574
574
|
timeZone: 'fake/timezone',
|
|
575
575
|
})
|
|
576
576
|
}).toThrow()
|
|
@@ -1194,7 +1194,7 @@ describe('cron', () => {
|
|
|
1194
1194
|
// @ts-expect-error testing runtime exception
|
|
1195
1195
|
new CronJob(
|
|
1196
1196
|
`* * * * *`,
|
|
1197
|
-
() => {},
|
|
1197
|
+
() => { },
|
|
1198
1198
|
null,
|
|
1199
1199
|
true,
|
|
1200
1200
|
'America/Chicago',
|
|
@@ -1210,7 +1210,7 @@ describe('cron', () => {
|
|
|
1210
1210
|
// @ts-expect-error testing runtime exception
|
|
1211
1211
|
CronJob.from({
|
|
1212
1212
|
cronTime: '* * * * * *',
|
|
1213
|
-
onTick() {},
|
|
1213
|
+
onTick() { },
|
|
1214
1214
|
timeZone: 'America/Chicago',
|
|
1215
1215
|
utcOffset: 120,
|
|
1216
1216
|
})
|
package/core/server/package.json
CHANGED
package/core/slug/package.json
CHANGED
package/core/sms/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/strings",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.53",
|
|
5
5
|
"description": "The Stacks string utilities.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -77,6 +77,6 @@
|
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@stacksjs/development": "workspace:*",
|
|
80
|
-
"@types/validator": "^13.11.
|
|
80
|
+
"@types/validator": "^13.11.9"
|
|
81
81
|
}
|
|
82
82
|
}
|
package/core/tables/package.json
CHANGED
package/core/tinker/package.json
CHANGED
package/core/tunnel/package.json
CHANGED