diff --git a/storage/framework/core/actions/package.json b/storage/framework/core/actions/package.json index 1926ee80ff..5049902cfd 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.18", + "version": "0.61.19", "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 b89bb20a5a..fa90d39a86 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.18", + "version": "0.61.19", "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 6add12351b..85095e2d4e 100644 --- a/storage/framework/core/alias/package.json +++ b/storage/framework/core/alias/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/alias", "type": "module", - "version": "0.61.18", + "version": "0.61.19", "description": "The Stacks aliases.", "author": "Chris Breuer", "license": "MIT", @@ -15,7 +15,10 @@ "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, - "keywords": ["alias", "stacks"], + "keywords": [ + "alias", + "stacks" + ], "exports": { ".": { "bun": "./src/index.ts", @@ -24,8 +27,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/analytics/package.json b/storage/framework/core/analytics/package.json index 2d0b0b9cbd..88f54e3ddd 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.18", + "version": "0.61.19", "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 aaf1589518..762f92fff1 100644 --- a/storage/framework/core/api/package.json +++ b/storage/framework/core/api/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/api", "type": "module", - "version": "0.61.18", + "version": "0.61.19", "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/arrays/package.json b/storage/framework/core/arrays/package.json index 1e22258c2a..71804cb951 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.18", + "version": "0.61.19", "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 b430e365c3..23de46ab38 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.18", + "version": "0.61.19", "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 85a97fae59..7849050e6e 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.18", + "version": "0.61.19", "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 4f5c4c2922..ec0fb890a6 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.18", + "version": "0.61.19", "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 2e158b556d..537d2e824b 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.18", + "version": "0.61.19", "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 697dd012c5..d699d07e18 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.18", + "version": "0.61.19", "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 19ff9324f7..7b747d1aa1 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.18", + "version": "0.61.19", "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 9ce70c0800..0b043b1423 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.18", + "version": "0.61.19", "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 a159a54f75..b806261b49 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.18", + "version": "0.61.19", "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 db61425bb5..1202ff11fe 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.18", + "version": "0.61.19", "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 13c593ac7a..9bc35829aa 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.18", + "version": "0.61.19", "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 9fb61b58a7..86aec16598 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.18", + "version": "0.61.19", "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 2f33981ba4..f5116bdb07 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.18", + "version": "0.61.19", "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 26c82498b8..6510bd46ca 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.18", + "version": "0.61.19", "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 200fea1205..c490d95241 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.18", + "version": "0.61.19", "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 623b7b07f1..c943f73664 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.18", + "version": "0.61.19", "description": "", "author": "", "license": "MIT", diff --git a/storage/framework/core/collections/package.json b/storage/framework/core/collections/package.json index a8fee5039b..5ded9f88d4 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.18", + "version": "0.61.19", "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/calendar/package.json b/storage/framework/core/components/calendar/package.json index 03f6e844b1..0f153c9ff2 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.18", + "version": "0.61.19", "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 52ff1d37c5..db4de57d53 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.18", + "version": "0.61.19", "private": true, "exports": { ".": { diff --git a/storage/framework/core/components/dropdown/package.json b/storage/framework/core/components/dropdown/package.json index 7f00bbdb79..ad31d0bf67 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.18", + "version": "0.61.19", "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 4ac4bd9ec8..0c91b4b8b9 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.18", + "version": "0.61.19", "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": "bun build.ts", "build": "bun build.ts", diff --git a/storage/framework/core/components/notification/package.json b/storage/framework/core/components/notification/package.json index 592d7898d8..0ead30a618 100644 --- a/storage/framework/core/components/notification/package.json +++ b/storage/framework/core/components/notification/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/notification", "type": "module", - "version": "0.61.18", + "version": "0.61.19", "description": "An opinionated notification component for Stacks.", "author": "Chris Breuer", "license": "MIT", @@ -12,7 +12,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", @@ -24,8 +26,15 @@ }, "module": "dist/stacks-notification.js", "types": "dist/stacks-notification.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/stepper/package.json b/storage/framework/core/components/stepper/package.json index ac537622af..eda2506229 100644 --- a/storage/framework/core/components/stepper/package.json +++ b/storage/framework/core/components/stepper/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/stepper", "type": "module", - "version": "0.61.18", + "version": "0.61.19", "description": "A modern stepper component.", "author": "Chris Breuer", "license": "MIT", @@ -15,8 +15,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": "./lib/stacks-stepper.d.ts", @@ -26,8 +33,14 @@ "import": "./lib/*" } }, - "contributors": ["Chris Breuer "], - "files": ["README.md", "dist", "src"], + "contributors": [ + "Chris Breuer " + ], + "files": [ + "README.md", + "dist", + "src" + ], "scripts": { "dev": "bunx --bun vite", "build": "bunx --bun vite build", diff --git a/storage/framework/core/components/table/package.json b/storage/framework/core/components/table/package.json index 88fa1e9355..4fce1f1391 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.18", + "version": "0.61.19", "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 a54bab34cd..1fe93459bb 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.18", + "version": "0.61.19", "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 90e0cb5963..38d927c066 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.18", + "version": "0.61.19", "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 03493b207b..a010266e52 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.18", + "version": "0.61.19", "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 7dc86badcf..ae42d51d63 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.18", + "version": "0.61.19", "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 d203c228a0..df49b5b1c7 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.18", + "version": "0.61.19", "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 0a13471f97..66a4858e39 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.18", + "version": "0.61.19", "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 c1d11c8ff8..2666c76328 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.18", + "version": "0.61.19", "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 e8a48a8c33..2cee227f98 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.18", + "version": "0.61.19", "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 bed79c8a29..fe4fbdd0a9 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.18", + "version": "0.61.19", "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 ed572e7630..527200d53f 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.18", + "version": "0.61.19", "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 e39794e8d1..f49b50970e 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.18", + "version": "0.61.19", "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 160a8d3ec6..c12c64a13e 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.18", + "version": "0.61.19", "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 bc5a66eb91..3d2aecda82 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.18", + "version": "0.61.19", "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 3078af46db..38fedbbd1f 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.18", + "version": "0.61.19", "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 ee5c18a18e..7c5cc6e67b 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.18", + "version": "0.61.19", "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 1a3ead20b2..7fb9d102e1 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.18", + "version": "0.61.19", "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 10bb62013b..fd2b5bef35 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.18", + "version": "0.61.19", "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 b3516bae3a..92a488e82c 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.18", + "version": "0.61.19", "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 60ec4ee9d7..ed45e3624c 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.18", + "version": "0.61.19", "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 cac78d6b7b..2feff0957d 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.18", + "version": "0.61.19", "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 f4c50aab36..d2914dd513 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.18", + "version": "0.61.19", "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 8ae6b0f704..2b9ca93b74 100644 --- a/storage/framework/core/package.json +++ b/storage/framework/core/package.json @@ -1,7 +1,7 @@ { "name": "stacks", "type": "module", - "version": "0.61.18", + "version": "0.61.19", "description": "The Stacks framework.", "author": "Chris Breuer", "license": "MIT", @@ -329,8 +329,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 1e7ecf05cf..41e024de17 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.18", + "version": "0.61.19", "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 3eb56f9057..f718c419b2 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.18", + "version": "0.61.19", "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 20ea4fae60..35a14eceb0 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.18", + "version": "0.61.19", "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 77dea1e337..02cdab4b8f 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.18", + "version": "0.61.19", "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 3136c12bab..206c7b8452 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.18", + "version": "0.61.19", "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 80ee794b55..77bc1b20e2 100644 --- a/storage/framework/core/raycast/package.json +++ b/storage/framework/core/raycast/package.json @@ -1,7 +1,7 @@ { "name": "stacks-raycast", "type": "module", - "version": "0.61.18", + "version": "0.61.19", "description": "The Stacks Raycast plugin.", "scripts": { "build": "echo 'No build step required yet.'" diff --git a/storage/framework/core/realtime/package.json b/storage/framework/core/realtime/package.json index 9fcd5cc429..cb3d8ab271 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.18", + "version": "0.61.19", "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 9f7c7ff9df..2f169824ef 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.18", + "version": "0.61.19", "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 49345d8c09..029d1c5e9c 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.18", + "version": "0.61.19", "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 53b6233f23..5d91638194 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.18", + "version": "0.61.19", "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 447decb49a..036b29d4aa 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.18", + "version": "0.61.19", "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 3e3b890378..6df0818b23 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.18", + "version": "0.61.19", "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 3a95e56e3f..0c50a0ab2d 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.18", + "version": "0.61.19", "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 4490c38a47..19979e553f 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.18", + "version": "0.61.19", "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 b6c8e1f794..21c994d837 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.18", + "version": "0.61.19", "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 23b955c6e0..70cd849fe2 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.18", + "version": "0.61.19", "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 bc3c4c6af8..d64daf0c1a 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.18", + "version": "0.61.19", "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 8b2944c89c..029bc248a0 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.18", + "version": "0.61.19", "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 56b7793086..a6ef3c989c 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.18", + "version": "0.61.19", "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 af6ea856e7..9b46591ce6 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.18", + "version": "0.61.19", "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 ff04f2062e..4f2920b845 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.18", + "version": "0.61.19", "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 f99501bf8d..02e4d1c504 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.18", + "version": "0.61.19", "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 49d18a0c3b..52c96497ad 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.18", + "version": "0.61.19", "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 c022e34305..88e26b62d8 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.18", + "version": "0.61.19", "description": "The Stacks helper functions.", "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/validation/package.json b/storage/framework/core/validation/package.json index 49624729c2..37850c920b 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.18", + "version": "0.61.19", "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 c66fb856f3..20eab59de5 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.18", + "version": "0.61.19", "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 2b3946a4c7..7b8fb15298 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.18", + "version": "0.61.19", "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 4216812312..1d2afaae56 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.18", + "version": "0.61.19", "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 9fd1615201..1bdb64e9dc 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.18", + "version": "0.61.19", "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 1bf44e4fce..6984cce1db 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.18", + "version": "0.61.19", "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.89.1" },