stacks 0.58.48 → 0.58.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/actions/dist/src/generate/ide-helpers.js +1 -0
- package/core/actions/dist/src/generate/lib-entries.js +4 -2
- package/core/actions/dist/src/generate/vscode-custom-data.js +1 -0
- package/core/actions/dist/src/helpers/lib-entries.js +1 -0
- package/core/actions/dist/src/helpers/package-json.js +1 -0
- package/core/actions/dist/src/helpers/vscode-custom-data.js +1 -0
- package/core/actions/dist/src/index.js +2 -0
- package/core/actions/dist/src/release.js +2 -0
- package/core/actions/dist/src/upgrade.js +1 -1
- package/core/actions/package.json +3 -2
- package/core/actions/src/action.ts +2 -0
- package/core/actions/src/generate/custom-cli-file.ts +24 -0
- package/core/actions/src/generate/lib-entries.ts +3 -2
- package/core/ai/dist/index.js +6 -6
- package/core/ai/package.json +5 -4
- package/core/alias/package.json +3 -2
- package/core/analytics/package.json +3 -2
- package/core/api/package.json +3 -2
- package/core/arrays/package.json +3 -2
- package/core/auth/package.json +3 -2
- package/core/buddy/dist/{chunk-b32089b9556f373c.js → chunk-91084836e95161e8.js} +1 -1
- package/core/buddy/dist/cli.js +13 -1
- package/core/buddy/dist/index.js +1 -1
- package/core/buddy/package.json +3 -2
- package/core/buddy/src/cli.ts +17 -0
- package/core/buddy/src/commands/deploy.ts +1 -1
- package/core/buddy/src/custom-cli.ts +36 -0
- package/core/build/package.json +3 -2
- package/core/bun-create/bud/package.json +3 -2
- package/core/bun-create/buddy/package.json +3 -2
- package/core/bun-create/stack/package.json +3 -2
- package/core/bun-create/stacks/package.json +3 -2
- package/core/bun-create/stx/package.json +3 -2
- package/core/bun-plugin-yaml/dist/index.js +1 -1
- package/core/bun-plugin-yaml/package.json +3 -2
- package/core/bun-plugin-yaml/src/index.ts +1 -1
- package/core/cache/package.json +4 -3
- package/core/chat/package.json +3 -2
- package/core/cli/dist/index.js +2 -2
- package/core/cli/package.json +3 -2
- package/core/cli/src/cli.ts +1 -1
- package/core/cloud/deploy.ts +2 -2
- package/core/cloud/dist/index.js +144 -60
- package/core/cloud/package.json +34 -33
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
- package/core/cloud/src/cloud/cdn.ts +5 -5
- package/core/cloud/src/cloud/compute.ts +150 -28
- package/core/cloud/src/cloud/index.ts +13 -9
- package/core/cloud/src/cloud/network.ts +4 -24
- package/core/cloud/src/cloud/package/README.md +59 -0
- package/core/cloud/src/cloud/package/package.json +63 -0
- package/core/cloud/src/cloud/router-layer/nodejs/package.json +15 -0
- package/core/cloud/src/runtime/example/lambda.ts +1 -1
- package/core/cloud/src/runtime/server.ts +1 -1
- package/core/collections/package.json +3 -2
- package/core/config/dist/index.js +14 -12
- package/core/config/package.json +2 -2
- package/core/config/src/config.ts +1 -1
- package/core/config/src/defaults.ts +3 -3
- package/core/config/src/overrides.ts +22 -22
- package/core/database/package.json +3 -2
- package/core/database/src/kysely-bun-worker/worker.ts +1 -1
- package/core/datetime/package.json +3 -2
- package/core/desktop/package.json +3 -2
- package/core/development/package.json +1 -1
- package/core/dns/package.json +9 -8
- package/core/docs/package.json +5 -4
- package/core/email/dist/index.js +0 -38
- package/core/email/package.json +5 -4
- package/core/email/src/send.ts +3 -3
- package/core/enums/package.json +1 -1
- package/core/env/package.json +1 -1
- package/core/error-handling/package.json +3 -2
- package/core/eslint-config/package.json +4 -4
- package/core/events/package.json +3 -2
- package/core/faker/package.json +3 -2
- package/core/git/package.json +3 -2
- package/core/health/package.json +3 -2
- package/core/http/package.json +3 -2
- package/core/lint/package.json +5 -4
- package/core/logging/package.json +3 -2
- package/core/notifications/package.json +3 -2
- package/core/objects/package.json +3 -2
- package/core/orm/package.json +3 -2
- package/core/path/package.json +3 -2
- package/core/payments/package.json +3 -2
- package/core/push/package.json +3 -2
- package/core/query-builder/package.json +3 -2
- package/core/queue/dist/index.js +3 -1
- package/core/queue/package.json +3 -2
- package/core/queue/src/index.ts +4 -2
- package/core/raycast/package.json +1 -1
- package/core/realtime/package.json +3 -2
- package/core/repl/package.json +3 -2
- package/core/router/package.json +3 -2
- package/core/scheduler/dist/index.js +3 -2
- package/core/scheduler/package.json +3 -2
- package/core/scheduler/src/index.ts +1 -1
- package/core/search-engine/package.json +3 -2
- package/core/security/package.json +3 -2
- package/core/server/package.json +3 -2
- package/core/signals/package.json +3 -2
- package/core/slug/package.json +3 -2
- package/core/sms/package.json +3 -2
- package/core/storage/package.json +3 -2
- package/core/storage/src/files.ts +1 -1
- package/core/storage/src/zip.ts +1 -1
- package/core/strings/package.json +3 -2
- package/core/tables/package.json +1 -1
- package/core/testing/package.json +5 -4
- package/core/tinker/package.json +3 -2
- package/core/tsconfig.json +1 -0
- package/core/tunnel/package.json +3 -2
- package/core/types/package.json +6 -5
- package/core/types/src/api.ts +2 -0
- package/core/types/src/cli.ts +2 -2
- package/core/types/src/cron-jobs.ts +2 -1
- package/core/types/src/library.ts +2 -0
- package/core/types/src/stacks.ts +6 -6
- package/core/ui/package.json +6 -5
- package/core/utils/dist/index.js +1 -1
- package/core/utils/package.json +3 -2
- package/core/validation/package.json +3 -2
- package/core/vite/dist/index.js +1 -1
- package/core/vite/package.json +3 -2
- package/core/whois/package.json +3 -2
- package/core/x-ray/package.json +3 -2
- package/core/zsh-buddy/package.json +1 -1
- package/ide/dictionary.txt +1 -0
- package/ide/vscode/package.json +1 -1
- package/package.json +1 -1
package/core/x-ray/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/x-ray",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.50",
|
|
5
5
|
"description": "All you need to debug, log & analyze.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
],
|
|
34
34
|
"files": [
|
|
35
35
|
"README.md",
|
|
36
|
-
"dist"
|
|
36
|
+
"dist",
|
|
37
|
+
"src"
|
|
37
38
|
],
|
|
38
39
|
"scripts": {
|
|
39
40
|
"build": "echo 'wip'",
|
package/ide/dictionary.txt
CHANGED
package/ide/vscode/package.json
CHANGED