From cf9fd35231d3f0c7d9338939576813c11c61a2c6 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 14 Jul 2024 22:50:08 +0200 Subject: [PATCH] chore: release v0.62.0 --- storage/framework/core/actions/package.json | 12 +++++++--- storage/framework/core/ai/package.json | 12 +++++++--- storage/framework/core/alias/package.json | 17 ++++++++++---- storage/framework/core/analytics/package.json | 12 +++++++--- storage/framework/core/api/package.json | 12 +++++++--- storage/framework/core/arrays/package.json | 12 +++++++--- storage/framework/core/auth/package.json | 18 +++++++++++---- storage/framework/core/buddy/package.json | 12 +++++++--- storage/framework/core/build/package.json | 12 +++++++--- .../core/bun-create/bud/package.json | 17 ++++++++++---- .../core/bun-create/buddy/package.json | 17 ++++++++++---- .../core/bun-create/stack/package.json | 17 ++++++++++---- .../core/bun-create/stacks/package.json | 17 ++++++++++---- .../core/bun-create/stx/package.json | 17 ++++++++++---- storage/framework/core/cache/package.json | 12 +++++++--- storage/framework/core/calendar/package.json | 12 +++++++--- storage/framework/core/chat/package.json | 20 ++++++++++++---- storage/framework/core/cli/package.json | 12 +++++++--- storage/framework/core/cloud/package.json | 12 +++++++--- .../cloud/aws-sdk-layer/nodejs/package.json | 2 +- .../cloud/router-layer/nodejs/package.json | 2 +- .../framework/core/collections/package.json | 12 +++++++--- .../core/components/auth/package.json | 17 ++++++++++---- .../core/components/calendar/package.json | 17 ++++++++++---- .../components/command-palette/package.json | 2 +- .../core/components/dropdown/package.json | 17 ++++++++++---- .../core/components/modal/package.json | 19 +++++++++++---- .../core/components/notification/package.json | 16 +++++++++---- .../core/components/stepper/package.json | 23 +++++++++++++++---- .../core/components/table/package.json | 6 +++-- storage/framework/core/config/package.json | 19 +++++++++++---- storage/framework/core/database/package.json | 12 +++++++--- storage/framework/core/datetime/package.json | 21 +++++++++++++---- storage/framework/core/desktop/package.json | 12 +++++++--- .../framework/core/development/package.json | 10 +++++--- storage/framework/core/dns/package.json | 12 +++++++--- storage/framework/core/docs/package.json | 19 +++++++++++---- storage/framework/core/email/package.json | 21 +++++++++++++---- storage/framework/core/enums/package.json | 19 +++++++++++---- storage/framework/core/env/package.json | 19 +++++++++++---- .../core/error-handling/package.json | 20 ++++++++++++---- storage/framework/core/events/package.json | 20 ++++++++++++---- storage/framework/core/faker/package.json | 20 ++++++++++++---- storage/framework/core/git/package.json | 20 ++++++++++++---- storage/framework/core/health/package.json | 20 ++++++++++++---- storage/framework/core/http/package.json | 20 ++++++++++++---- storage/framework/core/lint/package.json | 12 +++++++--- storage/framework/core/logging/package.json | 20 ++++++++++++---- .../framework/core/notifications/package.json | 12 +++++++--- storage/framework/core/objects/package.json | 19 +++++++++++---- storage/framework/core/orm/package.json | 17 ++++++++++---- storage/framework/core/package.json | 15 +++++++++--- storage/framework/core/path/package.json | 21 +++++++++++++---- storage/framework/core/payments/package.json | 12 +++++++--- storage/framework/core/push/package.json | 18 +++++++++++---- .../framework/core/query-builder/package.json | 17 ++++++++++---- storage/framework/core/queue/package.json | 12 +++++++--- storage/framework/core/raycast/package.json | 6 +++-- storage/framework/core/realtime/package.json | 19 +++++++++++---- storage/framework/core/repl/package.json | 22 ++++++++++++++---- storage/framework/core/router/package.json | 20 ++++++++++++---- storage/framework/core/scheduler/package.json | 20 ++++++++++++---- .../framework/core/search-engine/package.json | 12 +++++++--- storage/framework/core/security/package.json | 19 +++++++++++---- storage/framework/core/server/package.json | 12 +++++++--- storage/framework/core/shell/package.json | 18 +++++++++++---- storage/framework/core/slug/package.json | 19 +++++++++++---- storage/framework/core/sms/package.json | 12 +++++++--- storage/framework/core/storage/package.json | 12 +++++++--- storage/framework/core/strings/package.json | 12 +++++++--- storage/framework/core/testing/package.json | 12 +++++++--- storage/framework/core/tinker/package.json | 20 ++++++++++++---- storage/framework/core/tunnel/package.json | 19 +++++++++++---- storage/framework/core/types/package.json | 19 +++++++++++---- storage/framework/core/ui/package.json | 22 ++++++++++++++---- storage/framework/core/utils/package.json | 12 +++++++--- .../framework/core/validation/package.json | 20 ++++++++++++---- .../framework/core/vite-config/package.json | 19 +++++++++++---- .../framework/core/vite-plugin/package.json | 19 +++++++++++---- storage/framework/core/whois/package.json | 12 +++++++--- storage/framework/core/x-ray/package.json | 12 +++++++--- storage/framework/ide/vscode/package.json | 11 ++++++--- 82 files changed, 979 insertions(+), 285 deletions(-) diff --git a/storage/framework/core/actions/package.json b/storage/framework/core/actions/package.json index 6de7f9a42b..8d27f8d3a8 100644 --- a/storage/framework/core/actions/package.json +++ b/storage/framework/core/actions/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/actions", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks actions.", "author": "Chris Breuer", "license": "MIT", @@ -38,8 +38,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/ai/package.json b/storage/framework/core/ai/package.json index a9dbe3b887..f282124b43 100644 --- a/storage/framework/core/ai/package.json +++ b/storage/framework/core/ai/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/ai", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Stacks Artificial Intelligence.", "author": "Chris Breuer", "license": "MIT", @@ -35,8 +35,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/alias/package.json b/storage/framework/core/alias/package.json index feba0afe8f..ebaa76a0b9 100644 --- a/storage/framework/core/alias/package.json +++ b/storage/framework/core/alias/package.json @@ -1,10 +1,12 @@ { "name": "@stacksjs/alias", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks aliases.", "author": "Chris Breuer", - "contributors": ["Chris Breuer "], + "contributors": [ + "Chris Breuer " + ], "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/alias#readme", @@ -16,7 +18,10 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["alias", "stacks"], + "keywords": [ + "alias", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -25,7 +30,11 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "files": ["README.md", "dist", "src"], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/analytics/package.json b/storage/framework/core/analytics/package.json index 1ac33862ed..6cc8b7b5f5 100644 --- a/storage/framework/core/analytics/package.json +++ b/storage/framework/core/analytics/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/analytics", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Stacks Analytics. Privacy-friendly.", "author": "Chris Breuer", "license": "MIT", @@ -36,8 +36,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/api/package.json b/storage/framework/core/api/package.json index 453e973e10..af01bfad7e 100644 --- a/storage/framework/core/api/package.json +++ b/storage/framework/core/api/package.json @@ -1,10 +1,12 @@ { "name": "@stacksjs/api", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks array utilities.", "author": "Chris Breuer", - "contributors": ["Chris Breuer "], + "contributors": [ + "Chris Breuer " + ], "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/arrays#readme", @@ -36,7 +38,11 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "files": ["README.md", "dist", "src"], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "generate-types": "openapi-typescript ./../../api/openapi.json --output ./../../api/api-types.ts", diff --git a/storage/framework/core/arrays/package.json b/storage/framework/core/arrays/package.json index f16b5e125c..a62bf5c608 100644 --- a/storage/framework/core/arrays/package.json +++ b/storage/framework/core/arrays/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/arrays", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks array utilities.", "author": "Chris Breuer", "license": "MIT", @@ -35,8 +35,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/auth/package.json b/storage/framework/core/auth/package.json index 0612bceac0..fc344d244f 100644 --- a/storage/framework/core/auth/package.json +++ b/storage/framework/core/auth/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/auth", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "A more simplistic way to authenticate.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,11 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["auth", "authenticate", "stacks"], + "keywords": [ + "auth", + "authenticate", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +32,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/buddy/package.json b/storage/framework/core/buddy/package.json index 0e6e1f38b1..c4d1801b0a 100644 --- a/storage/framework/core/buddy/package.json +++ b/storage/framework/core/buddy/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/buddy", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Meet Buddy. The Stacks runtime.", "author": "Chris Breuer", "license": "MIT", @@ -50,14 +50,20 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], + "contributors": [ + "Chris Breuer " + ], "bin": { "stacks": "dist/cli.mjs", "stx": "dist/cli.mjs", "buddy": "dist/cli.mjs", "bud": "dist/cli.mjs" }, - "files": ["README.md", "dist", "src"], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "buddy": "bunx ./src/cli.ts", "build": "bun --bun build.ts && bun run compile", diff --git a/storage/framework/core/build/package.json b/storage/framework/core/build/package.json index 848e647318..71285d3382 100644 --- a/storage/framework/core/build/package.json +++ b/storage/framework/core/build/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/build", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks framework build tools and configurations.", "author": "Chris Breuer", "license": "MIT", @@ -37,8 +37,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/bun-create/bud/package.json b/storage/framework/core/bun-create/bud/package.json index faf6aa1e27..9f0298f63b 100644 --- a/storage/framework/core/bun-create/bud/package.json +++ b/storage/framework/core/bun-create/bud/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/bud", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Your project description.", "author": "your-name ", "license": "MIT", @@ -14,7 +14,10 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["project-starter", "stacks"], + "keywords": [ + "project-starter", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -27,8 +30,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts", "stacks": "bun run buddy", diff --git a/storage/framework/core/bun-create/buddy/package.json b/storage/framework/core/bun-create/buddy/package.json index a10a338074..8e72045cec 100644 --- a/storage/framework/core/bun-create/buddy/package.json +++ b/storage/framework/core/bun-create/buddy/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/buddy", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Your project description.", "author": "your-name ", "license": "MIT", @@ -14,7 +14,10 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["project-starter", "stacks"], + "keywords": [ + "project-starter", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -27,8 +30,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts", "stacks": "bun run buddy", diff --git a/storage/framework/core/bun-create/stack/package.json b/storage/framework/core/bun-create/stack/package.json index ad9a9abbb8..b58df3810f 100644 --- a/storage/framework/core/bun-create/stack/package.json +++ b/storage/framework/core/bun-create/stack/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stack", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Your project description.", "author": "your-name ", "license": "MIT", @@ -14,7 +14,10 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["project-starter", "stacks"], + "keywords": [ + "project-starter", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -27,8 +30,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts", "stacks": "bun run buddy", diff --git a/storage/framework/core/bun-create/stacks/package.json b/storage/framework/core/bun-create/stacks/package.json index 6b9c45749d..0045278211 100644 --- a/storage/framework/core/bun-create/stacks/package.json +++ b/storage/framework/core/bun-create/stacks/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stacks", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Your project description.", "author": "your-name ", "license": "MIT", @@ -14,7 +14,10 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["project-starter", "stacks"], + "keywords": [ + "project-starter", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -27,8 +30,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts", "stacks": "bun run buddy", diff --git a/storage/framework/core/bun-create/stx/package.json b/storage/framework/core/bun-create/stx/package.json index 9c324b9280..5542fed9d3 100644 --- a/storage/framework/core/bun-create/stx/package.json +++ b/storage/framework/core/bun-create/stx/package.json @@ -1,7 +1,7 @@ { "name": "@bun-examples/stx", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Your project description.", "author": "your-name ", "license": "MIT", @@ -14,7 +14,10 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["project-starter", "stacks"], + "keywords": [ + "project-starter", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -27,8 +30,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts", "stacks": "bun run buddy", diff --git a/storage/framework/core/cache/package.json b/storage/framework/core/cache/package.json index 3dbb56e4a5..d29e550c1d 100644 --- a/storage/framework/core/cache/package.json +++ b/storage/framework/core/cache/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cache", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Caching the Stacks way.", "author": "Chris Breuer", "license": "MIT", @@ -35,8 +35,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/calendar/package.json b/storage/framework/core/calendar/package.json index a319069537..9f1641bc7f 100644 --- a/storage/framework/core/calendar/package.json +++ b/storage/framework/core/calendar/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/calendar-api", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Easily interact with calendar APIs.", "author": "Chris Breuer", "license": "MIT", @@ -34,8 +34,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/chat/package.json b/storage/framework/core/chat/package.json index e81c011bdf..7e7a73e0bd 100644 --- a/storage/framework/core/chat/package.json +++ b/storage/framework/core/chat/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/chat", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Easily interact with chat APIs.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["chat", "stacks", "discord", "microsoft teams", "slack"], + "keywords": [ + "chat", + "stacks", + "discord", + "microsoft teams", + "slack" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +34,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/cli/package.json b/storage/framework/core/cli/package.json index 9866a16f4a..86ddbb6bee 100644 --- a/storage/framework/core/cli/package.json +++ b/storage/framework/core/cli/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cli", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.", "author": "Chris Breuer", "license": "MIT", @@ -43,8 +43,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/cloud/package.json b/storage/framework/core/cloud/package.json index 50202b3c68..93a6d6abfb 100644 --- a/storage/framework/core/cloud/package.json +++ b/storage/framework/core/cloud/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/cloud", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks cloud/serverless integration & implementation.", "author": "Chris Breuer", "license": "MIT", @@ -36,8 +36,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "bootstrap": "bunx cdk bootstrap", "deploy": "cd ../.. && bun run build && cd ../docs && bun run build && cd ../core/cloud && bunx cdk deploy --require-approval never", diff --git a/storage/framework/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json b/storage/framework/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json index 3bb2a47943..e027d82927 100644 --- a/storage/framework/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +++ b/storage/framework/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "aws-sdk-layer", - "version": "0.61.24", + "version": "0.62.0", "description": "", "author": "", "license": "ISC", diff --git a/storage/framework/core/cloud/src/cloud/router-layer/nodejs/package.json b/storage/framework/core/cloud/src/cloud/router-layer/nodejs/package.json index a4e61bc0d5..93cf95a5d3 100644 --- a/storage/framework/core/cloud/src/cloud/router-layer/nodejs/package.json +++ b/storage/framework/core/cloud/src/cloud/router-layer/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "stacks-router-layer", - "version": "0.61.24", + "version": "0.62.0", "description": "", "author": "", "license": "MIT", diff --git a/storage/framework/core/collections/package.json b/storage/framework/core/collections/package.json index 209154b8fc..474c8990c0 100644 --- a/storage/framework/core/collections/package.json +++ b/storage/framework/core/collections/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/collections", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks collections.", "author": "Chris Breuer", "license": "MIT", @@ -36,8 +36,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/components/auth/package.json b/storage/framework/core/components/auth/package.json index fb209d261a..1b9acb4ed2 100644 --- a/storage/framework/core/components/auth/package.json +++ b/storage/framework/core/components/auth/package.json @@ -1,10 +1,12 @@ { "name": "@stacksjs/auths", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "An opinionated notification component for Stacks.", "author": "Chris Breuer", - "contributors": ["Chris Breuer "], + "contributors": [ + "Chris Breuer " + ], "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/components/notification#readme", @@ -13,7 +15,9 @@ "url": "git+https://github.com/stacksjs/stacks.git", "directory": "./storage/framework/core/components/notification" }, - "sideEffects": ["**/*.css"], + "sideEffects": [ + "**/*.css" + ], "exports": { ".": { "types": "./lib/stacks-notification.d.ts", @@ -25,7 +29,12 @@ }, "module": "dist/stacks-notification.js", "types": "dist/stacks-notification.d.ts", - "files": ["README.md", "lib", "src", "volar.d.ts"], + "files": [ + "README.md", + "lib", + "src", + "volar.d.ts" + ], "scripts": { "dev": "bunx --bun vite", "build": "bunx --bun vite build", diff --git a/storage/framework/core/components/calendar/package.json b/storage/framework/core/components/calendar/package.json index 4e96ae4d76..b63488f0e2 100644 --- a/storage/framework/core/components/calendar/package.json +++ b/storage/framework/core/components/calendar/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/calendar", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Calendar components for all.", "author": "Chris Breuer", "license": "MIT", @@ -12,7 +12,9 @@ "url": "git+https://github.com/stacksjs/stacks.git", "directory": "./storage/framework/core/components/calendar" }, - "sideEffects": ["**/*.css"], + "sideEffects": [ + "**/*.css" + ], "exports": { ".": { "types": "./lib/stacks-calendar.d.ts", @@ -24,8 +26,15 @@ }, "module": "dist/stacks-calendar.js", "types": "dist/stacks-calendar.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "lib", "src", "volar.d.ts"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "lib", + "src", + "volar.d.ts" + ], "scripts": { "dev": "bunx --bun vite", "build": "bunx --bun vite build", diff --git a/storage/framework/core/components/command-palette/package.json b/storage/framework/core/components/command-palette/package.json index 58c58748a9..2c8bea06b3 100644 --- a/storage/framework/core/components/command-palette/package.json +++ b/storage/framework/core/components/command-palette/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/command-palette", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "private": true, "exports": { ".": { diff --git a/storage/framework/core/components/dropdown/package.json b/storage/framework/core/components/dropdown/package.json index 42fc34202c..06e853b6f9 100644 --- a/storage/framework/core/components/dropdown/package.json +++ b/storage/framework/core/components/dropdown/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dropdown", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "A dropdown component for all.", "author": "Chris Breuer", "license": "MIT", @@ -12,7 +12,9 @@ "url": "git+https://github.com/stacksjs/stacks.git", "directory": "./storage/framework/core/components/dropdown" }, - "sideEffects": ["**/*.css"], + "sideEffects": [ + "**/*.css" + ], "exports": { ".": { "types": "./lib/stacks-dropdown.d.ts", @@ -24,8 +26,15 @@ }, "module": "dist/stacks-dropdown.js", "types": "dist/stacks-dropdown.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "lib", "src", "volar.d.ts"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "lib", + "src", + "volar.d.ts" + ], "scripts": { "dev": "bunx --bun vite", "build": "bunx --bun vite build", diff --git a/storage/framework/core/components/modal/package.json b/storage/framework/core/components/modal/package.json index 53f2293eed..98af122ca7 100644 --- a/storage/framework/core/components/modal/package.json +++ b/storage/framework/core/components/modal/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/modal", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "A modern modal component.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,12 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["modals", "components", "library", "stacks"], + "keywords": [ + "modals", + "components", + "library", + "stacks" + ], "exports": { ".": { "types": "./dist/index.d.ts", @@ -27,8 +32,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "dev": "bunx --bun vite", "build": "vite build --mode lib && bun run build:types", diff --git a/storage/framework/core/components/notification/package.json b/storage/framework/core/components/notification/package.json index f3c1635a53..1356594344 100644 --- a/storage/framework/core/components/notification/package.json +++ b/storage/framework/core/components/notification/package.json @@ -1,10 +1,12 @@ { "name": "@stacksjs/notification", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "An opinionated notification component for Stacks.", "author": "Chris Breuer", - "contributors": ["Chris Breuer "], + "contributors": [ + "Chris Breuer " + ], "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/components/notification#readme", @@ -13,7 +15,9 @@ "url": "git+https://github.com/stacksjs/stacks.git", "directory": "./storage/framework/core/components/notification" }, - "sideEffects": ["**/*.css"], + "sideEffects": [ + "**/*.css" + ], "exports": { ".": { "types": "./dist/index.d.ts", @@ -25,7 +29,11 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "files": ["README.md", "dist", "src"], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "dev": "bunx --bun vite", "build": "vite build --mode lib && bun run build:types", diff --git a/storage/framework/core/components/stepper/package.json b/storage/framework/core/components/stepper/package.json index af792a50ef..90f9e61883 100644 --- a/storage/framework/core/components/stepper/package.json +++ b/storage/framework/core/components/stepper/package.json @@ -1,10 +1,12 @@ { "name": "@stacksjs/stepper", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "A modern stepper component.", "author": "Chris Breuer", - "contributors": ["Chris Breuer "], + "contributors": [ + "Chris Breuer " + ], "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/components/stepper#readme", @@ -16,8 +18,15 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["steppers", "components", "library", "stacks"], - "sideEffects": ["**/*.css"], + "keywords": [ + "steppers", + "components", + "library", + "stacks" + ], + "sideEffects": [ + "**/*.css" + ], "exports": { ".": { "types": "./dist/index.d.ts", @@ -27,7 +36,11 @@ "import": "./dist/*" } }, - "files": ["README.md", "dist", "src"], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "dev": "bunx --bun vite", "build": "bunx --bun vite build --mode lib", diff --git a/storage/framework/core/components/table/package.json b/storage/framework/core/components/table/package.json index 98d1268c8a..f8e996e217 100644 --- a/storage/framework/core/components/table/package.json +++ b/storage/framework/core/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@stacksjs/table", - "version": "0.61.24", + "version": "0.62.0", "description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, and more.", "author": "Stacks.js", "license": "MIT", @@ -23,7 +23,9 @@ "typescript", "javascript" ], - "contributors": ["Chris Breuer "], + "contributors": [ + "Chris Breuer " + ], "scripts": { "dev": "vite", "build": "echo 'Coming soon'", diff --git a/storage/framework/core/config/package.json b/storage/framework/core/config/package.json index f8996901d9..3ba5b6dbdf 100644 --- a/storage/framework/core/config/package.json +++ b/storage/framework/core/config/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/config", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks config helper methods.", "author": "Chris Breuer", "license": "MIT", @@ -15,8 +15,15 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["config", "utilities", "functions", "stacks"], - "contributors": ["Chris Breuer "], + "keywords": [ + "config", + "utilities", + "functions", + "stacks" + ], + "contributors": [ + "Chris Breuer " + ], "exports": { ".": { "import": "./dist/index.js" @@ -25,7 +32,11 @@ "bun": "./*" } }, - "files": ["README.md", "dist", "src"], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/database/package.json b/storage/framework/core/database/package.json index 4222354b41..61d1a43d4e 100644 --- a/storage/framework/core/database/package.json +++ b/storage/framework/core/database/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/database", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks database integration.", "author": "Chris Breuer", "license": "MIT", @@ -36,8 +36,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/datetime/package.json b/storage/framework/core/datetime/package.json index cb4422d6d4..c047104a7e 100644 --- a/storage/framework/core/datetime/package.json +++ b/storage/framework/core/datetime/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/datetime", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks datetime helpers.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,14 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["datetime", "date", "time", "helpers", "composables", "stacks"], + "keywords": [ + "datetime", + "date", + "time", + "helpers", + "composables", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +35,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/desktop/package.json b/storage/framework/core/desktop/package.json index 0b1d508f47..201238d1fe 100644 --- a/storage/framework/core/desktop/package.json +++ b/storage/framework/core/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/desktop", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks Desktop engine.", "author": "Chris Breuer", "license": "MIT", @@ -40,8 +40,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "dev": "bunx vite ../../dashboard -c ../vite-config/src/desktop.ts", "dev:app": "tauri dev", diff --git a/storage/framework/core/development/package.json b/storage/framework/core/development/package.json index 5fa46f914e..c6edf170a2 100644 --- a/storage/framework/core/development/package.json +++ b/storage/framework/core/development/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/development", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks development dependencies.", "author": "Chris Breuer", "license": "MIT", @@ -36,8 +36,12 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/dns/package.json b/storage/framework/core/dns/package.json index ebd46678ca..40295372a2 100644 --- a/storage/framework/core/dns/package.json +++ b/storage/framework/core/dns/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dns", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Easily manage your DNS.", "author": "Chris Breuer", "license": "MIT", @@ -37,8 +37,14 @@ "import": "./dist/*" } }, - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/docs/package.json b/storage/framework/core/docs/package.json index 22ed33fb37..a5d6f9d0eb 100644 --- a/storage/framework/core/docs/package.json +++ b/storage/framework/core/docs/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/docs", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks way to document.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,12 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["docs", "utilities", "functions", "stacks"], + "keywords": [ + "docs", + "utilities", + "functions", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +33,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/email/package.json b/storage/framework/core/email/package.json index dcca96b4eb..b43cd972df 100644 --- a/storage/framework/core/email/package.json +++ b/storage/framework/core/email/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/email", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,14 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["email", "ses", "aws", "stacks", "emailjs", "mailgun"], + "keywords": [ + "email", + "ses", + "aws", + "stacks", + "emailjs", + "mailgun" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +35,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "build:inbound": "bun --bun build-inbound.ts", diff --git a/storage/framework/core/enums/package.json b/storage/framework/core/enums/package.json index 64f644b43d..f9e759bbdd 100644 --- a/storage/framework/core/enums/package.json +++ b/storage/framework/core/enums/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/enums", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Stacks enums.", "author": "Chris Breuer", "license": "MIT", @@ -15,8 +15,15 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["enums", "utilities", "functions", "stacks"], - "contributors": ["Chris Breuer "], + "keywords": [ + "enums", + "utilities", + "functions", + "stacks" + ], + "contributors": [ + "Chris Breuer " + ], "exports": { ".": { "bun": "./src/index.ts", @@ -27,7 +34,11 @@ "import": "./dist/*" } }, - "files": ["README.md", "dist", "src"], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/env/package.json b/storage/framework/core/env/package.json index 2b8a40745c..e70b98c3e5 100644 --- a/storage/framework/core/env/package.json +++ b/storage/framework/core/env/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/env", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Stacks env helper methods.", "author": "Chris Breuer", "license": "MIT", @@ -15,8 +15,15 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["env", "utilities", "functions", "stacks"], - "contributors": ["Chris Breuer "], + "keywords": [ + "env", + "utilities", + "functions", + "stacks" + ], + "contributors": [ + "Chris Breuer " + ], "exports": { ".": { "import": "./dist/index.js" @@ -26,7 +33,11 @@ "import": "./dist/*" } }, - "files": ["README.md", "dist", "src"], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/error-handling/package.json b/storage/framework/core/error-handling/package.json index 03a7c940f4..0b3351a3f2 100644 --- a/storage/framework/core/error-handling/package.json +++ b/storage/framework/core/error-handling/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/error-handling", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Type safe error handling.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["errors", "error-handling", "neverthrow", "type safe", "stacks"], + "keywords": [ + "errors", + "error-handling", + "neverthrow", + "type safe", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -27,8 +33,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/events/package.json b/storage/framework/core/events/package.json index a68656c8a7..5ca0cb11d8 100644 --- a/storage/framework/core/events/package.json +++ b/storage/framework/core/events/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/events", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Functional event emitting.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["events", "functional", "functions", "mitt", "stacks"], + "keywords": [ + "events", + "functional", + "functions", + "mitt", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +34,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/faker/package.json b/storage/framework/core/faker/package.json index 184b990f2e..9aebd89274 100644 --- a/storage/framework/core/faker/package.json +++ b/storage/framework/core/faker/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/faker", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Faker functions.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["faker", "fakerjs", "factory", "functions", "stacks"], + "keywords": [ + "faker", + "fakerjs", + "factory", + "functions", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +34,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/git/package.json b/storage/framework/core/git/package.json index 11da866ecf..73fee129c0 100644 --- a/storage/framework/core/git/package.json +++ b/storage/framework/core/git/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/git", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks git utilities & conventions.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["git", "github", "utilities", "functions", "stacks"], + "keywords": [ + "git", + "github", + "utilities", + "functions", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +34,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/health/package.json b/storage/framework/core/health/package.json index aa3fd44cc6..8138392e74 100644 --- a/storage/framework/core/health/package.json +++ b/storage/framework/core/health/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/health", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks Health services.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["health", "oh dear", "stacks", "api", "headless"], + "keywords": [ + "health", + "oh dear", + "stacks", + "api", + "headless" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +34,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/http/package.json b/storage/framework/core/http/package.json index 0c7c873ec8..5033547b43 100644 --- a/storage/framework/core/http/package.json +++ b/storage/framework/core/http/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/http", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Stacks HTTP methods.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["http", "utilities", "functions", "bun", "stacks"], + "keywords": [ + "http", + "utilities", + "functions", + "bun", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +34,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/lint/package.json b/storage/framework/core/lint/package.json index 02483bd80c..657eb9d75b 100644 --- a/storage/framework/core/lint/package.json +++ b/storage/framework/core/lint/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/lint", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks way to lint.", "author": "Chris Breuer", "license": "MIT", @@ -35,8 +35,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "echo 'No build needed'", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/logging/package.json b/storage/framework/core/logging/package.json index 15d103fb30..20bee84f2b 100644 --- a/storage/framework/core/logging/package.json +++ b/storage/framework/core/logging/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/logging", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks logging system.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["logging", "stacks", "framework", "typescript", "javascript"], + "keywords": [ + "logging", + "stacks", + "framework", + "typescript", + "javascript" + ], "exports": { ".": { "types": "./dist/index.d.ts", @@ -27,8 +33,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/notifications/package.json b/storage/framework/core/notifications/package.json index b8b12405a7..8cef1cde22 100644 --- a/storage/framework/core/notifications/package.json +++ b/storage/framework/core/notifications/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/notifications", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks notifications integration.", "author": "Chris Breuer", "license": "MIT", @@ -40,8 +40,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/objects/package.json b/storage/framework/core/objects/package.json index ef59a905a8..bc0dc5c2e3 100644 --- a/storage/framework/core/objects/package.json +++ b/storage/framework/core/objects/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/objects", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks objects.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,12 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["objects", "utilities", "functions", "stacks"], + "keywords": [ + "objects", + "utilities", + "functions", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +33,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/orm/package.json b/storage/framework/core/orm/package.json index a15f400139..b19b35ccf2 100644 --- a/storage/framework/core/orm/package.json +++ b/storage/framework/core/orm/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/orm", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks ORM integration", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,10 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["stacks", "kysely"], + "keywords": [ + "stacks", + "kysely" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +31,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/package.json b/storage/framework/core/package.json index 12a434717e..80201e8743 100644 --- a/storage/framework/core/package.json +++ b/storage/framework/core/package.json @@ -1,7 +1,7 @@ { "name": "stacks", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks framework.", "author": "Chris Breuer", "license": "MIT", @@ -334,8 +334,17 @@ } }, "types": "./types/dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["buddy", "core", "ide", "package.json", "stubs", "vcs"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "buddy", + "core", + "ide", + "package.json", + "stubs", + "vcs" + ], "scripts": { "buddy": "bun --bun run ./buddy/src/cli.ts", "build": "cd config && bun run build && cd ../env && bun run build && cd ../storage && bun run build && cd .. && bun ./build.ts", diff --git a/storage/framework/core/path/package.json b/storage/framework/core/path/package.json index f77181781a..8919a0fdf3 100644 --- a/storage/framework/core/path/package.json +++ b/storage/framework/core/path/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/path", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks path.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,14 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["path", "paths", "utilities", "functions", "bun", "stacks"], + "keywords": [ + "path", + "paths", + "utilities", + "functions", + "bun", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -24,8 +31,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/payments/package.json b/storage/framework/core/payments/package.json index 3f89efd1f6..e1301a65d3 100644 --- a/storage/framework/core/payments/package.json +++ b/storage/framework/core/payments/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/payments", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks payments package. Currently supporting Stripe.", "author": "Chris Breuer", "license": "MIT", @@ -36,8 +36,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/push/package.json b/storage/framework/core/push/package.json index d54072e454..35e5b56ef8 100644 --- a/storage/framework/core/push/package.json +++ b/storage/framework/core/push/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/push", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks Push integration", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,11 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["push", "aws", "stacks"], + "keywords": [ + "push", + "aws", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +32,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/query-builder/package.json b/storage/framework/core/query-builder/package.json index 009b21610b..2aa73775cd 100644 --- a/storage/framework/core/query-builder/package.json +++ b/storage/framework/core/query-builder/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/query-builder", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks Query Builder integration", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,10 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["stacks", "kysely"], + "keywords": [ + "stacks", + "kysely" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +31,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/queue/package.json b/storage/framework/core/queue/package.json index 643dc123f2..651d7150c6 100644 --- a/storage/framework/core/queue/package.json +++ b/storage/framework/core/queue/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/queue", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks Queue system.", "author": "Chris Breuer", "license": "MIT", @@ -37,8 +37,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/raycast/package.json b/storage/framework/core/raycast/package.json index 6ec8442b85..b95b5278e6 100644 --- a/storage/framework/core/raycast/package.json +++ b/storage/framework/core/raycast/package.json @@ -5,7 +5,9 @@ "description": "The Stacks Raycast extension.", "author": "Stacks.js", "license": "MIT", - "categories": ["Documentation"], + "categories": [ + "Documentation" + ], "icon": "stacks-logo.ico", "owner": "stacks", "commands": [ @@ -32,5 +34,5 @@ "@stacksjs/development": "workspace:*", "typescript": "^5.5.3" }, - "version": "0.61.24" + "version": "0.62.0" } diff --git a/storage/framework/core/realtime/package.json b/storage/framework/core/realtime/package.json index ffc7917aea..1dbacdf635 100644 --- a/storage/framework/core/realtime/package.json +++ b/storage/framework/core/realtime/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/realtime", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks realtime integration.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,12 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["realtime", "broadcasting", "pusher", "stacks"], + "keywords": [ + "realtime", + "broadcasting", + "pusher", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +33,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/repl/package.json b/storage/framework/core/repl/package.json index 913e627381..ffd50b561e 100644 --- a/storage/framework/core/repl/package.json +++ b/storage/framework/core/repl/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/repl", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "A Stacks optimized TS & Vue REPL.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,15 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["ts", "repl", "tsx", "vue", "sfc", "functions", "stacks"], + "keywords": [ + "ts", + "repl", + "tsx", + "vue", + "sfc", + "functions", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -27,8 +35,14 @@ } }, "module": "dist/index.js", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/router/package.json b/storage/framework/core/router/package.json index 473c6eb913..fa7eed62fe 100644 --- a/storage/framework/core/router/package.json +++ b/storage/framework/core/router/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/router", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks framework router.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["router", "stacks", "framework", "typescript", "javascript"], + "keywords": [ + "router", + "stacks", + "framework", + "typescript", + "javascript" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +34,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/scheduler/package.json b/storage/framework/core/scheduler/package.json index f5957526e8..bc968124f4 100644 --- a/storage/framework/core/scheduler/package.json +++ b/storage/framework/core/scheduler/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/scheduler", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks scheduler.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["scheduler", "node-cron", "jobs", "bun", "stacks"], + "keywords": [ + "scheduler", + "node-cron", + "jobs", + "bun", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +34,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/search-engine/package.json b/storage/framework/core/search-engine/package.json index a41205f045..0ef05e75d1 100644 --- a/storage/framework/core/search-engine/package.json +++ b/storage/framework/core/search-engine/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/search-engine", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks search engine integrations.", "author": "Chris Breuer", "license": "MIT", @@ -40,8 +40,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/security/package.json b/storage/framework/core/security/package.json index 3f541fd03d..742ff831ac 100644 --- a/storage/framework/core/security/package.json +++ b/storage/framework/core/security/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/security", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks framework security.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,12 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["security", "framework", "typescript", "javascript"], + "keywords": [ + "security", + "framework", + "typescript", + "javascript" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +33,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/server/package.json b/storage/framework/core/server/package.json index dcc1a0d68e..2dd2533088 100644 --- a/storage/framework/core/server/package.json +++ b/storage/framework/core/server/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/server", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Local development and production-ready.", "author": "Chris Breuer", "license": "MIT", @@ -36,8 +36,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/shell/package.json b/storage/framework/core/shell/package.json index e69245ccc7..9482b979b0 100644 --- a/storage/framework/core/shell/package.json +++ b/storage/framework/core/shell/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/shell", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "A better Stacks shell experience. Currently only fully supporting Oh My Zsh. Stay tuned for more. Or request one!", "author": "Chris Breuer", "license": "MIT", @@ -15,9 +15,19 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["ohmyzsh", "zsh", "stacks"], - "contributors": ["Chris Breuer "], - "files": ["buddy.plugin.zsh", "dist", "src"], + "keywords": [ + "ohmyzsh", + "zsh", + "stacks" + ], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "buddy.plugin.zsh", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/slug/package.json b/storage/framework/core/slug/package.json index 6744380ff7..079604598a 100644 --- a/storage/framework/core/slug/package.json +++ b/storage/framework/core/slug/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/slug", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks slug functionality.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,12 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["slugs", "models", "urls", "stacks"], + "keywords": [ + "slugs", + "models", + "urls", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +33,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/sms/package.json b/storage/framework/core/sms/package.json index 8f37bae552..9cc6d39292 100644 --- a/storage/framework/core/sms/package.json +++ b/storage/framework/core/sms/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/sms", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.", "author": "Chris Breuer", "license": "MIT", @@ -39,8 +39,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/storage/package.json b/storage/framework/core/storage/package.json index 4d5d726bdc..e79422c7c9 100644 --- a/storage/framework/core/storage/package.json +++ b/storage/framework/core/storage/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/storage", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks file system.", "author": "Chris Breuer", "license": "MIT", @@ -37,8 +37,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/strings/package.json b/storage/framework/core/strings/package.json index c5247f7e7d..c331123c28 100644 --- a/storage/framework/core/strings/package.json +++ b/storage/framework/core/strings/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/strings", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks string utilities.", "author": "Chris Breuer", "license": "MIT", @@ -45,8 +45,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/testing/package.json b/storage/framework/core/testing/package.json index 20cf6999dd..ff01456886 100644 --- a/storage/framework/core/testing/package.json +++ b/storage/framework/core/testing/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/testing", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks way of testing.", "author": "Chris Breuer", "license": "MIT", @@ -38,8 +38,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/tinker/package.json b/storage/framework/core/tinker/package.json index 48d6c5cd3c..d63f319b44 100644 --- a/storage/framework/core/tinker/package.json +++ b/storage/framework/core/tinker/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tinker", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "All you need to tinker.", "author": "Chris Breuer", "license": "MIT", @@ -15,11 +15,23 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["tinker-stack", "repl", "ts", "vue", "stacks"], + "keywords": [ + "tinker-stack", + "repl", + "ts", + "vue", + "stacks" + ], "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "echo 'wip'", "prepublishOnly": "bun run build", diff --git a/storage/framework/core/tunnel/package.json b/storage/framework/core/tunnel/package.json index 31b860a649..a685bbef8e 100644 --- a/storage/framework/core/tunnel/package.json +++ b/storage/framework/core/tunnel/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tunnel", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Local development tunnel.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,12 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["tunnel", "local", "bun", "stacks"], + "keywords": [ + "tunnel", + "local", + "bun", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +33,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/types/package.json b/storage/framework/core/types/package.json index 904f85aa89..f2c167d746 100644 --- a/storage/framework/core/types/package.json +++ b/storage/framework/core/types/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/types", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks framework types.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,12 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["types", "stacks", "framework", "typescript"], + "keywords": [ + "types", + "stacks", + "framework", + "typescript" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -26,8 +31,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/ui/package.json b/storage/framework/core/ui/package.json index 18e139c0b8..2a03bc081c 100644 --- a/storage/framework/core/ui/package.json +++ b/storage/framework/core/ui/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/ui", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks UI engine.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,15 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["css", "atomic", "ui", "engine", "styles", "stacks", "unocss"], + "keywords": [ + "css", + "atomic", + "ui", + "engine", + "styles", + "stacks", + "unocss" + ], "sideEffects": false, "exports": { ".": { @@ -36,8 +44,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/utils/package.json b/storage/framework/core/utils/package.json index 0cca306a6e..31a80b1444 100644 --- a/storage/framework/core/utils/package.json +++ b/storage/framework/core/utils/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/utils", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks helper functions.", "author": "Chris Breuer", "funding": "https://github.com/sponsors/chrisbbreuer", @@ -37,8 +37,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/validation/package.json b/storage/framework/core/validation/package.json index 9d0fccc7ae..ed827a9bb8 100644 --- a/storage/framework/core/validation/package.json +++ b/storage/framework/core/validation/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/validation", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks Validation ways.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,13 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["vinejs", "validation", "utilities", "functions", "stacks"], + "keywords": [ + "vinejs", + "validation", + "utilities", + "functions", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -28,8 +34,14 @@ }, "main": "dist/index.cjs", "module": "dist/index.js", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/vite-config/package.json b/storage/framework/core/vite-config/package.json index ce74dd7a2f..a7e815ed6e 100644 --- a/storage/framework/core/vite-config/package.json +++ b/storage/framework/core/vite-config/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/vite-config", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks Vite configurations.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,12 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["vite", "configs", "vite-plugin", "stacks"], + "keywords": [ + "vite", + "configs", + "vite-plugin", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -65,8 +70,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/vite-plugin/package.json b/storage/framework/core/vite-plugin/package.json index 2933b8253a..ba01c1fea3 100644 --- a/storage/framework/core/vite-plugin/package.json +++ b/storage/framework/core/vite-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/vite-plugin", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "The Stacks Vite plugins.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,12 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["vite", "configs", "vite-plugin", "stacks"], + "keywords": [ + "vite", + "configs", + "vite-plugin", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -73,8 +78,14 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/whois/package.json b/storage/framework/core/whois/package.json index e24d31748f..7309fa0920 100644 --- a/storage/framework/core/whois/package.json +++ b/storage/framework/core/whois/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/whois", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "Easily get whois info.", "author": "Chris Breuer", "license": "MIT", @@ -34,8 +34,14 @@ "import": "./dist/*" } }, - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "bun --bun build.ts", "typecheck": "bun --bun tsc --noEmit", diff --git a/storage/framework/core/x-ray/package.json b/storage/framework/core/x-ray/package.json index 6f78eb89c4..a3e3b070e4 100644 --- a/storage/framework/core/x-ray/package.json +++ b/storage/framework/core/x-ray/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/x-ray", "type": "module", - "version": "0.61.24", + "version": "0.62.0", "description": "All you need to debug, log & analyze.", "author": "Chris Breuer", "license": "MIT", @@ -28,8 +28,14 @@ ], "module": "dist/index.js", "types": "dist/index.d.ts", - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "build": "echo 'wip'", "serve": "vite --config ../build/src/desktop.ts", diff --git a/storage/framework/ide/vscode/package.json b/storage/framework/ide/vscode/package.json index f9610a3739..5bfb72fd94 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.61.24", + "version": "0.62.0", "description": "A modern Stacks development environment.", "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", @@ -24,9 +24,14 @@ "extension pack", "stacks extension collection" ], - "categories": ["Extension Packs"], + "categories": [ + "Extension Packs" + ], "icon": "logo.png", - "files": ["logo.png", "LICENSE.md"], + "files": [ + "logo.png", + "LICENSE.md" + ], "engines": { "vscode": "^1.91.0" },