From 0bfe858f5e2ecffc1e05fc165f679320ecc83a16 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 11 Jan 2024 20:44:00 -0800 Subject: [PATCH] chore: release v0.58.20 --- CHANGELOG.md | 12 ++++++++++++ storage/framework/core/src/actions/package.json | 2 +- storage/framework/core/src/ai/package.json | 2 +- storage/framework/core/src/alias/package.json | 2 +- storage/framework/core/src/analytics/package.json | 2 +- storage/framework/core/src/api/package.json | 2 +- storage/framework/core/src/arrays/package.json | 2 +- storage/framework/core/src/auth/package.json | 2 +- storage/framework/core/src/buddy/package.json | 2 +- storage/framework/core/src/build/package.json | 2 +- .../framework/core/src/bun-create/bud/package.json | 2 +- .../framework/core/src/bun-create/buddy/package.json | 2 +- .../framework/core/src/bun-create/stack/package.json | 2 +- .../core/src/bun-create/stacks/package.json | 2 +- .../framework/core/src/bun-create/stx/package.json | 2 +- .../framework/core/src/bun-plugin-yaml/package.json | 2 +- storage/framework/core/src/cache/package.json | 2 +- storage/framework/core/src/chat/package.json | 2 +- storage/framework/core/src/cli/package.json | 2 +- storage/framework/core/src/cloud/package.json | 2 +- .../src/cloud/aws-sdk-layer/nodejs/package.json | 2 +- .../framework/core/src/cloud/src/server/package.json | 2 +- storage/framework/core/src/collections/package.json | 2 +- storage/framework/core/src/config/package.json | 2 +- storage/framework/core/src/database/package.json | 2 +- storage/framework/core/src/datetime/package.json | 2 +- storage/framework/core/src/desktop/package.json | 2 +- storage/framework/core/src/development/package.json | 2 +- storage/framework/core/src/dns/package.json | 2 +- storage/framework/core/src/docs/package.json | 2 +- storage/framework/core/src/email/package.json | 2 +- storage/framework/core/src/enums/package.json | 2 +- storage/framework/core/src/env/package.json | 2 +- .../framework/core/src/error-handling/package.json | 2 +- .../framework/core/src/eslint-config/package.json | 2 +- storage/framework/core/src/events/package.json | 2 +- storage/framework/core/src/faker/package.json | 2 +- storage/framework/core/src/git/package.json | 2 +- storage/framework/core/src/health/package.json | 2 +- storage/framework/core/src/http/package.json | 2 +- storage/framework/core/src/lint/package.json | 2 +- storage/framework/core/src/logging/package.json | 2 +- storage/framework/core/src/music/package.json | 2 +- .../framework/core/src/notifications/package.json | 2 +- storage/framework/core/src/objects/package.json | 2 +- storage/framework/core/src/orm/package.json | 2 +- storage/framework/core/src/path/package.json | 2 +- storage/framework/core/src/payments/package.json | 2 +- storage/framework/core/src/push/package.json | 2 +- .../framework/core/src/query-builder/package.json | 2 +- storage/framework/core/src/queue/package.json | 2 +- storage/framework/core/src/realtime/package.json | 2 +- storage/framework/core/src/repl/package.json | 2 +- storage/framework/core/src/router/package.json | 2 +- storage/framework/core/src/scheduler/package.json | 2 +- .../framework/core/src/search-engine/package.json | 2 +- storage/framework/core/src/security/package.json | 2 +- storage/framework/core/src/server/package.json | 2 +- storage/framework/core/src/signals/package.json | 2 +- storage/framework/core/src/slug/package.json | 2 +- storage/framework/core/src/sms/package.json | 2 +- storage/framework/core/src/storage/package.json | 2 +- storage/framework/core/src/strings/package.json | 2 +- storage/framework/core/src/tables/package.json | 2 +- storage/framework/core/src/testing/package.json | 2 +- storage/framework/core/src/tinker/package.json | 2 +- storage/framework/core/src/tunnel/package.json | 2 +- storage/framework/core/src/types/package.json | 2 +- storage/framework/core/src/ui/package.json | 2 +- storage/framework/core/src/utils/package.json | 2 +- storage/framework/core/src/validation/package.json | 2 +- .../core/src/vite-plugin-vue-layouts/package.json | 2 +- storage/framework/core/src/vite/package.json | 2 +- storage/framework/core/src/whois/package.json | 2 +- storage/framework/core/src/x-ray/package.json | 2 +- storage/framework/ide/vscode/package.json | 2 +- storage/framework/package.json | 2 +- 77 files changed, 88 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1439e104da..ccdf0b30e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Stacks Changelog +## v0.58.19...v0.58.19-1-gde8da104b + +[compare changes](https://github.com/stacksjs/stacks/compare/v0.58.19...v0.58.19-1-gde8da104b) + +### 🏡 Chore + +- Wip ([de8da104b](https://github.com/stacksjs/stacks/commit/de8da104b)) + +### ❤️ Contributors + +- Chris + ## v0.58.18...v0.58.18-1-geeef7b89a [compare changes](https://github.com/stacksjs/stacks/compare/v0.58.18...v0.58.18-1-geeef7b89a) diff --git a/storage/framework/core/src/actions/package.json b/storage/framework/core/src/actions/package.json index c9efb3e4c5..d260a864e2 100644 --- a/storage/framework/core/src/actions/package.json +++ b/storage/framework/core/src/actions/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/actions", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks actions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/ai/package.json b/storage/framework/core/src/ai/package.json index dcad9e7df2..64ccc432f8 100644 --- a/storage/framework/core/src/ai/package.json +++ b/storage/framework/core/src/ai/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/ai", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Stacks Artificial Intelligence.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/alias/package.json b/storage/framework/core/src/alias/package.json index 43171899d1..84e5731026 100644 --- a/storage/framework/core/src/alias/package.json +++ b/storage/framework/core/src/alias/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/alias", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks aliases.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/analytics/package.json b/storage/framework/core/src/analytics/package.json index 713e86b31e..d52b38ccb8 100644 --- a/storage/framework/core/src/analytics/package.json +++ b/storage/framework/core/src/analytics/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/analytics", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Stacks Analytics. Privacy-friendly.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/api/package.json b/storage/framework/core/src/api/package.json index b9ca9473b9..f8cb6e7ddf 100644 --- a/storage/framework/core/src/api/package.json +++ b/storage/framework/core/src/api/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/api", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks array utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/arrays/package.json b/storage/framework/core/src/arrays/package.json index b0870c9d43..d5be14760c 100644 --- a/storage/framework/core/src/arrays/package.json +++ b/storage/framework/core/src/arrays/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/arrays", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks array utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/auth/package.json b/storage/framework/core/src/auth/package.json index 0d1a1ec90a..b6216ed749 100644 --- a/storage/framework/core/src/auth/package.json +++ b/storage/framework/core/src/auth/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/auth", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "A more simplistic way to authenticate.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/buddy/package.json b/storage/framework/core/src/buddy/package.json index f1bee72f0b..d2486a5390 100644 --- a/storage/framework/core/src/buddy/package.json +++ b/storage/framework/core/src/buddy/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/buddy", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Meet Buddy. The Stacks runtime.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/build/package.json b/storage/framework/core/src/build/package.json index 4e11b1637e..1fb8573f7d 100644 --- a/storage/framework/core/src/build/package.json +++ b/storage/framework/core/src/build/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/build", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks framework build tools and configurations.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/bun-create/bud/package.json b/storage/framework/core/src/bun-create/bud/package.json index fa8c49fb10..e498921dac 100644 --- a/storage/framework/core/src/bun-create/bud/package.json +++ b/storage/framework/core/src/bun-create/bud/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/bud", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/src/bun-create/buddy/package.json b/storage/framework/core/src/bun-create/buddy/package.json index c9b88234c3..9f2a5e2ba1 100644 --- a/storage/framework/core/src/bun-create/buddy/package.json +++ b/storage/framework/core/src/bun-create/buddy/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/buddy", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/src/bun-create/stack/package.json b/storage/framework/core/src/bun-create/stack/package.json index 8e74b120e6..951c31afac 100644 --- a/storage/framework/core/src/bun-create/stack/package.json +++ b/storage/framework/core/src/bun-create/stack/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stack", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/src/bun-create/stacks/package.json b/storage/framework/core/src/bun-create/stacks/package.json index 94a18a9baa..69a6193dab 100644 --- a/storage/framework/core/src/bun-create/stacks/package.json +++ b/storage/framework/core/src/bun-create/stacks/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stacks", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/src/bun-create/stx/package.json b/storage/framework/core/src/bun-create/stx/package.json index 9c6e41915f..993839ac1b 100644 --- a/storage/framework/core/src/bun-create/stx/package.json +++ b/storage/framework/core/src/bun-create/stx/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stx", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Your project description.", "author": "your-name ", "license": "MIT", diff --git a/storage/framework/core/src/bun-plugin-yaml/package.json b/storage/framework/core/src/bun-plugin-yaml/package.json index 110e414dc5..d8a03ac62b 100644 --- a/storage/framework/core/src/bun-plugin-yaml/package.json +++ b/storage/framework/core/src/bun-plugin-yaml/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-yaml", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "A Bun plugin to load yaml files", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/cache/package.json b/storage/framework/core/src/cache/package.json index c1497fa5c7..6928910aee 100644 --- a/storage/framework/core/src/cache/package.json +++ b/storage/framework/core/src/cache/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cache", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Caching the Stacks way.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/chat/package.json b/storage/framework/core/src/chat/package.json index 778318de58..52c8fa3f19 100644 --- a/storage/framework/core/src/chat/package.json +++ b/storage/framework/core/src/chat/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/chat", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Easily interact with chat APIs.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/cli/package.json b/storage/framework/core/src/cli/package.json index a5cddd8c5a..10b437b9a0 100644 --- a/storage/framework/core/src/cli/package.json +++ b/storage/framework/core/src/cli/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cli", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/cloud/package.json b/storage/framework/core/src/cloud/package.json index 079e4a4be5..e3bd7bf216 100644 --- a/storage/framework/core/src/cloud/package.json +++ b/storage/framework/core/src/cloud/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cloud", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks cloud/serverless integration & implementation.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json b/storage/framework/core/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json index 8a92c5962a..1e03d3fcac 100644 --- a/storage/framework/core/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +++ b/storage/framework/core/src/cloud/src/cloud/aws-sdk-layer/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "aws-sdk-layer", - "version": "0.58.19", + "version": "0.58.20", "description": "", "author": "", "license": "ISC", diff --git a/storage/framework/core/src/cloud/src/server/package.json b/storage/framework/core/src/cloud/src/server/package.json index eb54693d81..fd3cd64883 100644 --- a/storage/framework/core/src/cloud/src/server/package.json +++ b/storage/framework/core/src/cloud/src/server/package.json @@ -1,7 +1,7 @@ { "name": "stacks-cloud", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "dependencies": { "@aws-sdk/client-dynamodb": "^3.490.0", "@aws-sdk/lib-dynamodb": "^3.490.0", diff --git a/storage/framework/core/src/collections/package.json b/storage/framework/core/src/collections/package.json index 4ef3f8a5c8..a7400d997a 100644 --- a/storage/framework/core/src/collections/package.json +++ b/storage/framework/core/src/collections/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/collections", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks collections.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/config/package.json b/storage/framework/core/src/config/package.json index 17c87a41f2..cd773f8e49 100644 --- a/storage/framework/core/src/config/package.json +++ b/storage/framework/core/src/config/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/config", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "private": true, "description": "The Stacks config helper methods.", "author": "Chris Breuer", diff --git a/storage/framework/core/src/database/package.json b/storage/framework/core/src/database/package.json index f10d92fcd4..44a19b8325 100644 --- a/storage/framework/core/src/database/package.json +++ b/storage/framework/core/src/database/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/database", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks database integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/datetime/package.json b/storage/framework/core/src/datetime/package.json index da6b118d11..1623e308c7 100644 --- a/storage/framework/core/src/datetime/package.json +++ b/storage/framework/core/src/datetime/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/datetime", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks datetime helpers.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/desktop/package.json b/storage/framework/core/src/desktop/package.json index 2bd1496b73..f8f637d063 100644 --- a/storage/framework/core/src/desktop/package.json +++ b/storage/framework/core/src/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/desktop", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks Desktop engine.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/development/package.json b/storage/framework/core/src/development/package.json index 231a1a7f18..895365a630 100644 --- a/storage/framework/core/src/development/package.json +++ b/storage/framework/core/src/development/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/development", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks development dependencies.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/dns/package.json b/storage/framework/core/src/dns/package.json index e6e42bcac2..99ce14d313 100644 --- a/storage/framework/core/src/dns/package.json +++ b/storage/framework/core/src/dns/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dns", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Easily manage your DNS.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/docs/package.json b/storage/framework/core/src/docs/package.json index f8b0f86132..2125405204 100644 --- a/storage/framework/core/src/docs/package.json +++ b/storage/framework/core/src/docs/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/docs", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks way to document.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/email/package.json b/storage/framework/core/src/email/package.json index e4f729ff0a..dc7c7b28ba 100644 --- a/storage/framework/core/src/email/package.json +++ b/storage/framework/core/src/email/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/email", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/enums/package.json b/storage/framework/core/src/enums/package.json index 7afa1a8aa9..056ea8665f 100644 --- a/storage/framework/core/src/enums/package.json +++ b/storage/framework/core/src/enums/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/enums", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "private": true, "description": "Stacks enums.", "author": "Chris Breuer", diff --git a/storage/framework/core/src/env/package.json b/storage/framework/core/src/env/package.json index 314bedd1a3..578948c2a5 100644 --- a/storage/framework/core/src/env/package.json +++ b/storage/framework/core/src/env/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/env", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "private": true, "description": "Stacks env helper methods.", "author": "Chris Breuer", diff --git a/storage/framework/core/src/error-handling/package.json b/storage/framework/core/src/error-handling/package.json index 92c550ea4b..487a5e17d9 100644 --- a/storage/framework/core/src/error-handling/package.json +++ b/storage/framework/core/src/error-handling/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/error-handling", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Type safe error handling.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/eslint-config/package.json b/storage/framework/core/src/eslint-config/package.json index 81dc735f73..3459e9d790 100644 --- a/storage/framework/core/src/eslint-config/package.json +++ b/storage/framework/core/src/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/eslint-config", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks.js ESLint config preset, heavily inspired by Anthony's ESLint config.", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", diff --git a/storage/framework/core/src/events/package.json b/storage/framework/core/src/events/package.json index 49d9677348..4e2e6a91eb 100644 --- a/storage/framework/core/src/events/package.json +++ b/storage/framework/core/src/events/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/events", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Functional event emitting.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/faker/package.json b/storage/framework/core/src/faker/package.json index 2929962127..e66dd2b621 100644 --- a/storage/framework/core/src/faker/package.json +++ b/storage/framework/core/src/faker/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/faker", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Faker functions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/git/package.json b/storage/framework/core/src/git/package.json index aae675cea1..c3518181fb 100644 --- a/storage/framework/core/src/git/package.json +++ b/storage/framework/core/src/git/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/git", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks git utilities & conventions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/health/package.json b/storage/framework/core/src/health/package.json index 04b3d7385b..c1f5177961 100644 --- a/storage/framework/core/src/health/package.json +++ b/storage/framework/core/src/health/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/health", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks Health services.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/http/package.json b/storage/framework/core/src/http/package.json index 87140bb5f6..73eeed5830 100644 --- a/storage/framework/core/src/http/package.json +++ b/storage/framework/core/src/http/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/http", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Stacks HTTP methods.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/lint/package.json b/storage/framework/core/src/lint/package.json index 706b8a8391..4c3b27454d 100644 --- a/storage/framework/core/src/lint/package.json +++ b/storage/framework/core/src/lint/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/lint", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks way to lint.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/logging/package.json b/storage/framework/core/src/logging/package.json index 6d5a9874f5..05cfa4f37a 100644 --- a/storage/framework/core/src/logging/package.json +++ b/storage/framework/core/src/logging/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/logging", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks logging system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/music/package.json b/storage/framework/core/src/music/package.json index 4f6ac4715f..b23aa14389 100644 --- a/storage/framework/core/src/music/package.json +++ b/storage/framework/core/src/music/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/music", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Stacks Music", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/notifications/package.json b/storage/framework/core/src/notifications/package.json index ab7216287b..7170c368c4 100644 --- a/storage/framework/core/src/notifications/package.json +++ b/storage/framework/core/src/notifications/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/notifications", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks notifications integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/objects/package.json b/storage/framework/core/src/objects/package.json index 69e9f166bb..9314dddb2b 100644 --- a/storage/framework/core/src/objects/package.json +++ b/storage/framework/core/src/objects/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/objects", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks objects.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/orm/package.json b/storage/framework/core/src/orm/package.json index 74aff5b9a1..a39aa3405c 100644 --- a/storage/framework/core/src/orm/package.json +++ b/storage/framework/core/src/orm/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/orm", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks ORM integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/path/package.json b/storage/framework/core/src/path/package.json index 5d8ccc5217..aadfb648e0 100644 --- a/storage/framework/core/src/path/package.json +++ b/storage/framework/core/src/path/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/path", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks path.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/payments/package.json b/storage/framework/core/src/payments/package.json index 5cf1529b69..713f980f4c 100644 --- a/storage/framework/core/src/payments/package.json +++ b/storage/framework/core/src/payments/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/payments", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks payments package. Currently supporting Stripe.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/push/package.json b/storage/framework/core/src/push/package.json index f1d5c9a8b7..ba27f7e686 100644 --- a/storage/framework/core/src/push/package.json +++ b/storage/framework/core/src/push/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/push", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks Push integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/query-builder/package.json b/storage/framework/core/src/query-builder/package.json index 4649475b84..2f3b73e7e3 100644 --- a/storage/framework/core/src/query-builder/package.json +++ b/storage/framework/core/src/query-builder/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/query-builder", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks Query Builder integration", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/queue/package.json b/storage/framework/core/src/queue/package.json index 805b89ade9..8d02390c4a 100644 --- a/storage/framework/core/src/queue/package.json +++ b/storage/framework/core/src/queue/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/queue", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks Queue system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/realtime/package.json b/storage/framework/core/src/realtime/package.json index 0857583709..34afbcccf1 100644 --- a/storage/framework/core/src/realtime/package.json +++ b/storage/framework/core/src/realtime/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/realtime", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks realtime integration.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/repl/package.json b/storage/framework/core/src/repl/package.json index 2d552aa85a..dad764c45f 100644 --- a/storage/framework/core/src/repl/package.json +++ b/storage/framework/core/src/repl/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/repl", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "A Stacks optimized TS & Vue REPL.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/router/package.json b/storage/framework/core/src/router/package.json index eaf6663f42..a0091e2401 100644 --- a/storage/framework/core/src/router/package.json +++ b/storage/framework/core/src/router/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/router", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks framework router.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/scheduler/package.json b/storage/framework/core/src/scheduler/package.json index bec127c580..33bf593db0 100644 --- a/storage/framework/core/src/scheduler/package.json +++ b/storage/framework/core/src/scheduler/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/scheduler", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks scheduler.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/search-engine/package.json b/storage/framework/core/src/search-engine/package.json index 34efe8d608..f9a1592574 100644 --- a/storage/framework/core/src/search-engine/package.json +++ b/storage/framework/core/src/search-engine/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/search-engine", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks search engine integrations.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/security/package.json b/storage/framework/core/src/security/package.json index 6e11d56c7e..3f5e9654a2 100644 --- a/storage/framework/core/src/security/package.json +++ b/storage/framework/core/src/security/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/security", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks framework security.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/server/package.json b/storage/framework/core/src/server/package.json index 9151e1354d..426c38b936 100644 --- a/storage/framework/core/src/server/package.json +++ b/storage/framework/core/src/server/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/server", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Local development and production-ready.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/signals/package.json b/storage/framework/core/src/signals/package.json index 91075b513b..5c4d7a1b5f 100644 --- a/storage/framework/core/src/signals/package.json +++ b/storage/framework/core/src/signals/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/signals", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks signals integration, based on Maverick.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/slug/package.json b/storage/framework/core/src/slug/package.json index d335d827b2..47883b9542 100644 --- a/storage/framework/core/src/slug/package.json +++ b/storage/framework/core/src/slug/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/slug", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks slug functionality.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/sms/package.json b/storage/framework/core/src/sms/package.json index b6cd74d245..155699a051 100644 --- a/storage/framework/core/src/sms/package.json +++ b/storage/framework/core/src/sms/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/sms", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/storage/package.json b/storage/framework/core/src/storage/package.json index b9690b0f63..d6de0e31f5 100644 --- a/storage/framework/core/src/storage/package.json +++ b/storage/framework/core/src/storage/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/storage", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks file system.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/strings/package.json b/storage/framework/core/src/strings/package.json index 6e03c65b79..417e8c72ec 100644 --- a/storage/framework/core/src/strings/package.json +++ b/storage/framework/core/src/strings/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/strings", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks string utilities.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/tables/package.json b/storage/framework/core/src/tables/package.json index e18b8e6c72..de07b48b2b 100644 --- a/storage/framework/core/src/tables/package.json +++ b/storage/framework/core/src/tables/package.json @@ -1,6 +1,6 @@ { "name": "@stacksjs/tables", - "version": "0.58.19", + "version": "0.58.20", "description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, ...", "author": "Open Web Labs", "license": "MIT", diff --git a/storage/framework/core/src/testing/package.json b/storage/framework/core/src/testing/package.json index e47a4be400..437fd24a5e 100644 --- a/storage/framework/core/src/testing/package.json +++ b/storage/framework/core/src/testing/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/testing", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks way of testing.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/tinker/package.json b/storage/framework/core/src/tinker/package.json index 2a196dbd17..eb51b47830 100644 --- a/storage/framework/core/src/tinker/package.json +++ b/storage/framework/core/src/tinker/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tinker", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "All you need to tinker.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/tunnel/package.json b/storage/framework/core/src/tunnel/package.json index d20de86fd3..5544a048e6 100644 --- a/storage/framework/core/src/tunnel/package.json +++ b/storage/framework/core/src/tunnel/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tunnel", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Local development tunnel.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/types/package.json b/storage/framework/core/src/types/package.json index 90d833ea62..07452e7082 100644 --- a/storage/framework/core/src/types/package.json +++ b/storage/framework/core/src/types/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/types", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks framework types.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/ui/package.json b/storage/framework/core/src/ui/package.json index 5b7b47983f..bb9160c54c 100644 --- a/storage/framework/core/src/ui/package.json +++ b/storage/framework/core/src/ui/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/ui", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks UI engine.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/utils/package.json b/storage/framework/core/src/utils/package.json index 9faefb27fe..1b8983a578 100644 --- a/storage/framework/core/src/utils/package.json +++ b/storage/framework/core/src/utils/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/utils", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks helper functions.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/validation/package.json b/storage/framework/core/src/validation/package.json index 58e3538964..e9735e0014 100644 --- a/storage/framework/core/src/validation/package.json +++ b/storage/framework/core/src/validation/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/validation", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks Validation ways.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/vite-plugin-vue-layouts/package.json b/storage/framework/core/src/vite-plugin-vue-layouts/package.json index f00e3478ce..9091a77497 100644 --- a/storage/framework/core/src/vite-plugin-vue-layouts/package.json +++ b/storage/framework/core/src/vite-plugin-vue-layouts/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/vite-plugin-vue-layouts", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Router based layout plugin for Vite and Vue.", "authors": [ "johncampionjr ", diff --git a/storage/framework/core/src/vite/package.json b/storage/framework/core/src/vite/package.json index d5b9b17501..8340549700 100644 --- a/storage/framework/core/src/vite/package.json +++ b/storage/framework/core/src/vite/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/vite", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks Vite plugin.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/whois/package.json b/storage/framework/core/src/whois/package.json index eee4cd276c..b79c3aaf8c 100644 --- a/storage/framework/core/src/whois/package.json +++ b/storage/framework/core/src/whois/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/whois", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "Easily get whois info.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/core/src/x-ray/package.json b/storage/framework/core/src/x-ray/package.json index ce24555b4b..4684b8acd7 100644 --- a/storage/framework/core/src/x-ray/package.json +++ b/storage/framework/core/src/x-ray/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/x-ray", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "All you need to debug, log & analyze.", "author": "Chris Breuer", "license": "MIT", diff --git a/storage/framework/ide/vscode/package.json b/storage/framework/ide/vscode/package.json index a90bf775b6..d7436f928f 100644 --- a/storage/framework/ide/vscode/package.json +++ b/storage/framework/ide/vscode/package.json @@ -2,7 +2,7 @@ "publisher": "Stacks", "name": "vscode-stacks", "displayName": "Stacks", - "version": "0.58.19", + "version": "0.58.20", "description": "A modern Stacks development environment.", "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", diff --git a/storage/framework/package.json b/storage/framework/package.json index d09e743370..f6ac329ed8 100644 --- a/storage/framework/package.json +++ b/storage/framework/package.json @@ -1,7 +1,7 @@ { "name": "stacks", "type": "module", - "version": "0.58.19", + "version": "0.58.20", "description": "The Stacks framework.", "author": "Chris Breuer", "license": "MIT",