stacks 0.58.24 → 0.58.28
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/buddy +1 -1
- package/core/{src/actions → actions}/dist/src/upgrade.js +1 -1
- package/core/{src/actions → actions}/package.json +3 -3
- package/core/{src/actions → actions}/src/database/fields.ts +1 -1
- package/core/{src/actions → actions}/src/database/migration-mysql.ts +1 -1
- package/core/{src/actions → actions}/src/database/migration-sqlite.ts +1 -1
- package/core/{src/actions → actions}/src/generate/env-files.ts +6 -6
- package/core/{src/ai → ai}/package.json +3 -3
- package/core/{src/alias → alias}/package.json +3 -3
- package/core/{src/analytics → analytics}/package.json +3 -3
- package/core/{src/api → api}/package.json +3 -3
- package/core/{src/arrays → arrays}/package.json +3 -3
- package/core/{src/auth → auth}/package.json +3 -3
- package/core/{src/buddy → buddy}/package.json +2 -2
- package/core/{src/buddy → buddy}/src/compile.ts +1 -1
- package/core/{src/build → build}/package.json +3 -3
- package/core/{src/bun-create → bun-create}/bud/package.json +5 -5
- package/core/{src/bun-create → bun-create}/buddy/package.json +5 -5
- package/core/{src/bun-create → bun-create}/stack/package.json +5 -5
- package/core/{src/bun-create → bun-create}/stacks/package.json +5 -5
- package/core/{src/bun-create → bun-create}/stx/package.json +5 -5
- package/core/{src/bun-plugin-yaml → bun-plugin-yaml}/package.json +3 -3
- package/core/{src/cache → cache}/package.json +3 -3
- package/core/{src/chat → chat}/package.json +3 -3
- package/core/{src/cli → cli}/dist/index.js +1 -1
- package/core/{src/cli → cli}/package.json +3 -3
- package/core/{src/cloud → cloud}/package.json +8 -8
- package/core/{src/cloud → cloud}/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
- package/core/{src/cloud → cloud}/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
- package/core/{src/cloud → cloud}/src/cloud/deployment.ts +3 -3
- package/core/{src/cloud → cloud}/src/server/Dockerfile +2 -1
- package/core/cloud/src/server/index.ts +3 -0
- package/core/{src/cloud → cloud}/src/server/package.json +1 -1
- package/core/{src/collections → collections}/package.json +3 -3
- package/core/{src/config → config}/dist/index.js +32 -1
- package/core/{src/config → config}/package.json +3 -4
- package/core/config/src/overrides.ts +49 -0
- package/core/{src/database → database}/package.json +3 -3
- package/core/{src/datetime → datetime}/package.json +3 -3
- package/core/{src/desktop → desktop}/package.json +5 -5
- package/core/{src/development → development}/package.json +3 -3
- package/core/{src/dns → dns}/package.json +6 -6
- package/core/{src/docs → docs}/dist/index.js +168 -5159
- package/core/{src/docs → docs}/package.json +4 -4
- package/core/{src/docs → docs}/src/index.ts +1 -1
- package/core/{src/email → email}/package.json +5 -5
- package/core/{src/enums → enums}/package.json +3 -3
- package/core/{src/env → env}/dist/index.js +11 -3
- package/core/{src/env → env}/package.json +3 -3
- package/core/{src/env → env}/src/index.ts +12 -12
- package/core/{src/env → env}/src/types.ts +2 -2
- package/core/{src/error-handling → error-handling}/package.json +3 -3
- package/core/{src/eslint-config → eslint-config}/package.json +3 -3
- package/core/{src/events → events}/package.json +3 -3
- package/core/{src/faker → faker}/package.json +3 -3
- package/core/{src/git → git}/package.json +3 -3
- package/core/{src/health → health}/package.json +3 -3
- package/core/{src/http → http}/package.json +3 -3
- package/core/{src/lint → lint}/package.json +3 -3
- package/core/{src/logging → logging}/package.json +3 -3
- package/core/{src/music → music}/package.json +2 -2
- package/core/{src/notifications → notifications}/package.json +4 -4
- package/core/{src/objects → objects}/package.json +3 -3
- package/core/{src/orm → orm}/package.json +3 -3
- package/core/{src/path → path}/dist/index.js +6 -1
- package/core/{src/path → path}/package.json +3 -3
- package/core/{src/path → path}/src/index.ts +6 -1
- package/core/{src/payments → payments}/dist/index.js +254 -244
- package/core/{src/payments → payments}/package.json +4 -4
- package/core/{src/push → push}/package.json +3 -3
- package/core/{src/query-builder → query-builder}/package.json +3 -3
- package/core/{src/queue → queue}/package.json +3 -3
- package/core/{src/realtime → realtime}/package.json +3 -3
- package/core/{src/repl → repl}/package.json +3 -3
- package/core/{src/router → router}/dist/index.js +7 -3
- package/core/{src/router → router}/package.json +3 -3
- package/core/{src/scheduler → scheduler}/package.json +3 -3
- package/core/scripts/build +6 -32
- package/core/scripts/link +1 -1
- package/core/scripts/move-dts-files.ts +7 -7
- package/core/scripts/publish +2 -2
- package/core/{src/search-engine → search-engine}/package.json +3 -3
- package/core/{src/security → security}/package.json +3 -3
- package/core/{src/server → server}/package.json +3 -3
- package/core/{src/signals → signals}/package.json +3 -3
- package/core/{src/slug → slug}/package.json +3 -3
- package/core/{src/sms → sms}/package.json +3 -3
- package/core/stacks +2 -0
- package/core/{src/storage → storage}/dist/index.js +1 -1
- package/core/{src/storage → storage}/package.json +3 -3
- package/core/{src/strings → strings}/package.json +3 -3
- package/core/{src/tables → tables}/package.json +1 -1
- package/core/{src/testing → testing}/package.json +3 -3
- package/core/{src/tinker → tinker}/package.json +1 -1
- package/core/tsconfig.json +4 -4
- package/core/{src/tunnel → tunnel}/package.json +3 -3
- package/core/{src/types → types}/dist/index.js +3 -3
- package/core/{src/types → types}/package.json +4 -4
- package/core/{src/ui → ui}/package.json +7 -7
- package/core/{src/utils → utils}/dist/index.js +1 -1
- package/core/{src/utils → utils}/package.json +9 -9
- package/core/{src/validation → validation}/package.json +3 -3
- package/core/{src/vite → vite}/build.ts +1 -1
- package/core/{src/vite → vite}/dist/index.js +7 -6
- package/core/{src/vite → vite}/package.json +3 -4
- package/core/{src/vite → vite}/src/plugin/i18n.ts +1 -1
- package/core/{src/vite → vite}/src/plugin/layouts.ts +4 -7
- package/core/{src/whois → whois}/package.json +3 -3
- package/core/{src/x-ray → x-ray}/package.json +3 -3
- package/ide/dictionary.txt +1 -0
- package/ide/vscode/.vscode/settings.json +1 -1
- package/ide/vscode/package.json +1 -2
- package/package.json +187 -187
- package/core/buddy +0 -2
- package/core/env.ts +0 -42
- package/core/src/cloud/src/server/index.ts +0 -39
- package/core/src/config/src/overrides.ts +0 -49
- package/core/src/vite-plugin-vue-layouts/README.md +0 -59
- package/core/src/vite-plugin-vue-layouts/build.ts +0 -8
- package/core/src/vite-plugin-vue-layouts/client.d.ts +0 -5
- package/core/src/vite-plugin-vue-layouts/dist/index.js +0 -271
- package/core/src/vite-plugin-vue-layouts/package.json +0 -64
- package/core/src/vite-plugin-vue-layouts/src/RouteLayout.ts +0 -26
- package/core/src/vite-plugin-vue-layouts/src/clientSide.ts +0 -99
- package/core/src/vite-plugin-vue-layouts/src/files.ts +0 -24
- package/core/src/vite-plugin-vue-layouts/src/importCode.ts +0 -32
- package/core/src/vite-plugin-vue-layouts/src/index.ts +0 -150
- package/core/src/vite-plugin-vue-layouts/src/types.ts +0 -53
- package/core/src/vite-plugin-vue-layouts/src/utils.ts +0 -15
- package/core/src/x-ray/tests/example.test.ts +0 -5
- /package/core/{src/actions → actions}/README.md +0 -0
- /package/core/{src/actions → actions}/build.ts +0 -0
- /package/core/{src/actions → actions}/dist/src/add.js +0 -0
- /package/core/{src/actions → actions}/dist/src/build/component-libs.js +0 -0
- /package/core/{src/actions → actions}/dist/src/build/core.js +0 -0
- /package/core/{src/actions → actions}/dist/src/build/stacks.js +0 -0
- /package/core/{src/actions → actions}/dist/src/build.js +0 -0
- /package/core/{src/actions → actions}/dist/src/bump.js +0 -0
- /package/core/{src/actions → actions}/dist/src/changelog.js +0 -0
- /package/core/{src/actions → actions}/dist/src/clean.js +0 -0
- /package/core/{src/actions → actions}/dist/src/commit.js +0 -0
- /package/core/{src/actions → actions}/dist/src/copy-types.js +0 -0
- /package/core/{src/actions → actions}/dist/src/database/seed.js +0 -0
- /package/core/{src/actions → actions}/dist/src/deploy/index.js +0 -0
- /package/core/{src/actions → actions}/dist/src/dev/components.js +0 -0
- /package/core/{src/actions → actions}/dist/src/dev/docs.js +0 -0
- /package/core/{src/actions → actions}/dist/src/dev/index.js +0 -0
- /package/core/{src/actions → actions}/dist/src/examples.js +0 -0
- /package/core/{src/actions → actions}/dist/src/fresh.js +0 -0
- /package/core/{src/actions → actions}/dist/src/generate/component-meta.js +0 -0
- /package/core/{src/actions → actions}/dist/src/generate/ide-helpers.js +0 -0
- /package/core/{src/actions → actions}/dist/src/generate/index.js +0 -0
- /package/core/{src/actions → actions}/dist/src/generate/lib-entries.js +0 -0
- /package/core/{src/actions → actions}/dist/src/generate/vscode-custom-data.js +0 -0
- /package/core/{src/actions → actions}/dist/src/helpers/component-meta.js +0 -0
- /package/core/{src/actions → actions}/dist/src/helpers/index.js +0 -0
- /package/core/{src/actions → actions}/dist/src/helpers/lib-entries.js +0 -0
- /package/core/{src/actions → actions}/dist/src/helpers/package-json.js +0 -0
- /package/core/{src/actions → actions}/dist/src/helpers/utils.js +0 -0
- /package/core/{src/actions → actions}/dist/src/helpers/vscode-custom-data.js +0 -0
- /package/core/{src/actions → actions}/dist/src/index.js +0 -0
- /package/core/{src/actions → actions}/dist/src/key-generate.js +0 -0
- /package/core/{src/actions → actions}/dist/src/lint/fix.js +0 -0
- /package/core/{src/actions → actions}/dist/src/lint/index.js +0 -0
- /package/core/{src/actions → actions}/dist/src/make.js +0 -0
- /package/core/{src/actions → actions}/dist/src/prepublish.js +0 -0
- /package/core/{src/actions → actions}/dist/src/release.js +0 -0
- /package/core/{src/actions → actions}/dist/src/test/coverage.js +0 -0
- /package/core/{src/actions → actions}/dist/src/test/feature.js +0 -0
- /package/core/{src/actions → actions}/dist/src/test/ui.js +0 -0
- /package/core/{src/actions → actions}/dist/src/test/unit.js +0 -0
- /package/core/{src/actions → actions}/dist/src/test.js +0 -0
- /package/core/{src/actions → actions}/dist/src/tinker.js +0 -0
- /package/core/{src/actions → actions}/dist/src/typecheck.js +0 -0
- /package/core/{src/actions → actions}/dist/src/types.js +0 -0
- /package/core/{src/actions → actions}/dist/src/upgrade/dependencies.js +0 -0
- /package/core/{src/actions → actions}/dist/src/upgrade/framework.js +0 -0
- /package/core/{src/actions → actions}/dist/src/upgrade/index.js +0 -0
- /package/core/{src/actions → actions}/src/action.ts +0 -0
- /package/core/{src/actions → actions}/src/actions.ts +0 -0
- /package/core/{src/actions → actions}/src/add.ts +0 -0
- /package/core/{src/actions → actions}/src/ai/request-model-access.ts +0 -0
- /package/core/{src/actions → actions}/src/build/component-libs.ts +0 -0
- /package/core/{src/actions → actions}/src/build/core.ts +0 -0
- /package/core/{src/actions → actions}/src/build/desktop.ts +0 -0
- /package/core/{src/actions → actions}/src/build/stacks.ts +0 -0
- /package/core/{src/actions → actions}/src/build.ts +0 -0
- /package/core/{src/actions → actions}/src/bump.ts +0 -0
- /package/core/{src/actions → actions}/src/cdn/invalidate-cache.ts +0 -0
- /package/core/{src/actions → actions}/src/changelog.ts +0 -0
- /package/core/{src/actions → actions}/src/clean.ts +0 -0
- /package/core/{src/actions → actions}/src/commit.ts +0 -0
- /package/core/{src/actions → actions}/src/copy-types.ts +0 -0
- /package/core/{src/actions → actions}/src/database/migration.ts +0 -0
- /package/core/{src/actions → actions}/src/database/mydb.sqlite +0 -0
- /package/core/{src/actions → actions}/src/database/seed.ts +0 -0
- /package/core/{src/actions → actions}/src/database/stacks.sqlite +0 -0
- /package/core/{src/actions → actions}/src/database/user-migration.ts +0 -0
- /package/core/{src/actions → actions}/src/deploy/create-receipt-rule.ts +0 -0
- /package/core/{src/actions → actions}/src/deploy/index.ts +0 -0
- /package/core/{src/actions → actions}/src/dev/api.ts +0 -0
- /package/core/{src/actions → actions}/src/dev/components.ts +0 -0
- /package/core/{src/actions → actions}/src/dev/desktop.ts +0 -0
- /package/core/{src/actions → actions}/src/dev/docs.ts +0 -0
- /package/core/{src/actions → actions}/src/dev/index.ts +0 -0
- /package/core/{src/actions → actions}/src/dev/views.ts +0 -0
- /package/core/{src/actions → actions}/src/domains/add.ts +0 -0
- /package/core/{src/actions → actions}/src/domains/purchase.ts +0 -0
- /package/core/{src/actions → actions}/src/domains/remove.ts +0 -0
- /package/core/{src/actions → actions}/src/examples.ts +0 -0
- /package/core/{src/actions → actions}/src/fresh.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/caddyfile.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/component-meta.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/ide-helpers.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/index.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/lib-entries.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/model-classes.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/model-generate.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/pkgx-file.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/types.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/vscode-custom-data.ts +0 -0
- /package/core/{src/actions → actions}/src/generate/web-types.ts +0 -0
- /package/core/{src/actions → actions}/src/helpers/component-meta.ts +0 -0
- /package/core/{src/actions → actions}/src/helpers/index.ts +0 -0
- /package/core/{src/actions → actions}/src/helpers/lib-entries.ts +0 -0
- /package/core/{src/actions → actions}/src/helpers/package-json.ts +0 -0
- /package/core/{src/actions → actions}/src/helpers/utils.ts +0 -0
- /package/core/{src/actions → actions}/src/helpers/vscode-custom-data.ts +0 -0
- /package/core/{src/actions → actions}/src/index.ts +0 -0
- /package/core/{src/actions → actions}/src/key-generate.ts +0 -0
- /package/core/{src/actions → actions}/src/lint/fix.ts +0 -0
- /package/core/{src/actions → actions}/src/lint/index.ts +0 -0
- /package/core/{src/actions → actions}/src/make.ts +0 -0
- /package/core/{src/actions → actions}/src/migrate/database.ts +0 -0
- /package/core/{src/actions → actions}/src/migrate/dns.ts +0 -0
- /package/core/{src/actions → actions}/src/prepublish.ts +0 -0
- /package/core/{src/actions → actions}/src/release.ts +0 -0
- /package/core/{src/actions → actions}/src/start-caddy.ts +0 -0
- /package/core/{src/actions → actions}/src/test/coverage.ts +0 -0
- /package/core/{src/actions → actions}/src/test/feature.ts +0 -0
- /package/core/{src/actions → actions}/src/test/ui.ts +0 -0
- /package/core/{src/actions → actions}/src/test/unit.ts +0 -0
- /package/core/{src/actions → actions}/src/test.ts +0 -0
- /package/core/{src/actions → actions}/src/tinker.ts +0 -0
- /package/core/{src/actions → actions}/src/typecheck.ts +0 -0
- /package/core/{src/actions → actions}/src/types.ts +0 -0
- /package/core/{src/actions → actions}/src/upgrade/bun.ts +0 -0
- /package/core/{src/actions → actions}/src/upgrade/dependencies.ts +0 -0
- /package/core/{src/actions → actions}/src/upgrade/framework.ts +0 -0
- /package/core/{src/actions → actions}/src/upgrade/index.ts +0 -0
- /package/core/{src/actions → actions}/src/upgrade.ts +0 -0
- /package/core/{src/actions → actions}/src/zip/api.ts +0 -0
- /package/core/{src/actions → actions}/tests/example.test.ts +0 -0
- /package/core/{src/ai → ai}/README.md +0 -0
- /package/core/{src/ai → ai}/build.ts +0 -0
- /package/core/{src/ai → ai}/src/chatbots.ts +0 -0
- /package/core/{src/ai → ai}/src/image-generation.ts +0 -0
- /package/core/{src/ai → ai}/src/index.ts +0 -0
- /package/core/{src/ai → ai}/src/personalization.ts +0 -0
- /package/core/{src/ai → ai}/src/search.ts +0 -0
- /package/core/{src/ai → ai}/src/text-generation.ts +0 -0
- /package/core/{src/ai → ai}/src/text-summary.ts +0 -0
- /package/core/{src/ai → ai}/src/utils/client-bedrock-runtime.ts +0 -0
- /package/core/{src/ai → ai}/src/utils/client-bedrock.ts +0 -0
- /package/core/{src/ai → ai}/tests/example.test.ts +0 -0
- /package/core/{src/alias → alias}/README.md +0 -0
- /package/core/{src/alias → alias}/build.ts +0 -0
- /package/core/{src/alias → alias}/dist/index.js +0 -0
- /package/core/{src/alias → alias}/src/index.ts +0 -0
- /package/core/{src/alias → alias}/tests/example.test.ts +0 -0
- /package/core/{src/analytics → analytics}/README.md +0 -0
- /package/core/{src/analytics → analytics}/build.ts +0 -0
- /package/core/{src/analytics → analytics}/dist/index.js +0 -0
- /package/core/{src/analytics → analytics}/src/drivers/fathom.ts +0 -0
- /package/core/{src/analytics → analytics}/src/drivers/index.ts +0 -0
- /package/core/{src/analytics → analytics}/src/index.ts +0 -0
- /package/core/{src/analytics → analytics}/tests/example.test.ts +0 -0
- /package/core/{src/api → api}/build.ts +0 -0
- /package/core/{src/api → api}/src/index.ts +0 -0
- /package/core/{src/arrays → arrays}/README.md +0 -0
- /package/core/{src/arrays → arrays}/build.ts +0 -0
- /package/core/{src/arrays → arrays}/dist/index.js +0 -0
- /package/core/{src/arrays → arrays}/src/arr.ts +0 -0
- /package/core/{src/arrays → arrays}/src/contains.ts +0 -0
- /package/core/{src/arrays → arrays}/src/helpers.ts +0 -0
- /package/core/{src/arrays → arrays}/src/index.ts +0 -0
- /package/core/{src/arrays → arrays}/src/macro.ts +0 -0
- /package/core/{src/arrays → arrays}/src/math.ts +0 -0
- /package/core/{src/arrays → arrays}/tests/example.test.ts +0 -0
- /package/core/{src/auth → auth}/README.md +0 -0
- /package/core/{src/auth → auth}/build.ts +0 -0
- /package/core/{src/auth → auth}/dist/index.js +0 -0
- /package/core/{src/auth → auth}/src/index.ts +0 -0
- /package/core/{src/auth → auth}/tests/example.test.ts +0 -0
- /package/core/{src/bud → bud} +0 -0
- /package/core/{src/buddy → buddy}/README.md +0 -0
- /package/core/{src/buddy → buddy}/art/social.jpg +0 -0
- /package/core/{src/buddy → buddy}/build.ts +0 -0
- /package/core/{src/buddy → buddy}/dist/chunk-b75e6db0012faa55.js +0 -0
- /package/core/{src/buddy → buddy}/dist/chunk-fd47b42fb923a4be.js +0 -0
- /package/core/{src/buddy → buddy}/dist/cli.js +0 -0
- /package/core/{src/buddy → buddy}/dist/index.js +0 -0
- /package/core/{src/buddy → buddy}/src/cli.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/add.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/build.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/changelog.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/clean.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/cloud.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/commit.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/configure.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/create.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/deploy.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/dev.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/dns.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/domains.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/example.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/fresh.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/generate.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/http.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/index.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/inspire.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/install.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/key.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/lint.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/make.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/migrate.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/prepublish.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/release.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/seed.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/setup.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/test.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/tinker.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/types.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/upgrade.ts +0 -0
- /package/core/{src/buddy → buddy}/src/commands/version.ts +0 -0
- /package/core/{src/buddy → buddy}/src/index.ts +0 -0
- /package/core/{src/build → build}/README.md +0 -0
- /package/core/{src/build → build}/build.ts +0 -0
- /package/core/{src/build → build}/dist/index.js +0 -0
- /package/core/{src/build → build}/src/index.ts +0 -0
- /package/core/{src/build → build}/tests/example.test.ts +0 -0
- /package/core/{src/build → build}/web-types.config.cjs +0 -0
- /package/core/{src/build → build}/web-types.ts +0 -0
- /package/core/{src/bun-create → bun-create}/bud/README.md +0 -0
- /package/core/{src/bun-create → bun-create}/buddy/README.md +0 -0
- /package/core/{src/bun-create → bun-create}/stack/README.md +0 -0
- /package/core/{src/bun-create → bun-create}/stacks/README.md +0 -0
- /package/core/{src/bun-create → bun-create}/stx/README.md +0 -0
- /package/core/{src/bun-plugin-yaml → bun-plugin-yaml}/README.md +0 -0
- /package/core/{src/bun-plugin-yaml → bun-plugin-yaml}/build.ts +0 -0
- /package/core/{src/bun-plugin-yaml → bun-plugin-yaml}/dist/index.js +0 -0
- /package/core/{src/bun-plugin-yaml → bun-plugin-yaml}/src/index.ts +0 -0
- /package/core/{src/bun-plugin-yaml → bun-plugin-yaml}/tests/example.test.ts +0 -0
- /package/core/{src/cache → cache}/README.md +0 -0
- /package/core/{src/cache → cache}/build.ts +0 -0
- /package/core/{src/cache → cache}/dist/index.js +0 -0
- /package/core/{src/cache → cache}/src/drivers/dynamodb.ts +0 -0
- /package/core/{src/cache → cache}/src/drivers/index.ts +0 -0
- /package/core/{src/cache → cache}/src/drivers/redis.ts +0 -0
- /package/core/{src/cache → cache}/src/index.ts +0 -0
- /package/core/{src/cache → cache}/tests/DynamoDB.test.ts +0 -0
- /package/core/{src/cache → cache}/tests/Memcached.test.ts +0 -0
- /package/core/{src/cache → cache}/tests/Redis.test.ts +0 -0
- /package/core/{src/chat → chat}/README.md +0 -0
- /package/core/{src/chat → chat}/build.ts +0 -0
- /package/core/{src/chat → chat}/dist/index.js +0 -0
- /package/core/{src/chat → chat}/src/drivers/discord.ts +0 -0
- /package/core/{src/chat → chat}/src/drivers/slack.ts +0 -0
- /package/core/{src/chat → chat}/src/drivers/teams.ts +0 -0
- /package/core/{src/chat → chat}/src/index.ts +0 -0
- /package/core/{src/chat → chat}/tests/example.test.ts +0 -0
- /package/core/{src/cli → cli}/README.md +0 -0
- /package/core/{src/cli → cli}/build.ts +0 -0
- /package/core/{src/cli → cli}/src/actions/index.ts +0 -0
- /package/core/{src/cli → cli}/src/actions/install.ts +0 -0
- /package/core/{src/cli → cli}/src/cli.ts +0 -0
- /package/core/{src/cli → cli}/src/command.ts +0 -0
- /package/core/{src/cli → cli}/src/console.ts +0 -0
- /package/core/{src/cli → cli}/src/exec.ts +0 -0
- /package/core/{src/cli → cli}/src/helpers.ts +0 -0
- /package/core/{src/cli → cli}/src/index.ts +0 -0
- /package/core/{src/cli → cli}/src/parse.ts +0 -0
- /package/core/{src/cli → cli}/src/run.ts +0 -0
- /package/core/{src/cli → cli}/src/spinner.ts +0 -0
- /package/core/{src/cli → cli}/src/utilities.ts +0 -0
- /package/core/{src/cli → cli}/tests/example.test.ts +0 -0
- /package/core/{src/cloud → cloud}/README.md +0 -0
- /package/core/{src/cloud → cloud}/build-server.ts +0 -0
- /package/core/{src/cloud → cloud}/build.ts +0 -0
- /package/core/{src/cloud → cloud}/cdk.json +0 -0
- /package/core/{src/cloud → cloud}/deploy.ts +0 -0
- /package/core/{src/cloud → cloud}/dist/origin-request.js +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/ai.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/cache.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/cdn.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/compute.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/dashboard.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/database.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/dns.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/docs.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/email.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/file-system.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/index.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/jump-box.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/lambda/ask/index.js +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/lambda/summarize/index.js +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/network.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/permissions.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/queue.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/redirects.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/search-engine.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/security.ts +0 -0
- /package/core/{src/cloud → cloud}/src/cloud/storage.ts +0 -0
- /package/core/{src/cloud → cloud}/src/edge/origin-request.ts +0 -0
- /package/core/{src/cloud → cloud}/src/helpers.ts +0 -0
- /package/core/{src/cloud → cloud}/src/index.ts +0 -0
- /package/core/{src/cloud → cloud}/src/runtime/README.md +0 -0
- /package/core/{src/cloud → cloud}/src/runtime/bootstrap +0 -0
- /package/core/{src/cloud → cloud}/src/runtime/example/lambda.ts +0 -0
- /package/core/{src/cloud → cloud}/src/runtime/runtime.ts +0 -0
- /package/core/{src/cloud → cloud}/src/runtime/scripts/build-layer.ts +0 -0
- /package/core/{src/cloud → cloud}/src/runtime/scripts/publish-layer.ts +0 -0
- /package/core/{src/cloud → cloud}/src/runtime/server.ts +0 -0
- /package/core/{src/cloud → cloud}/src/server/.dockerignore +0 -0
- /package/core/{src/cloud → cloud}/src/server/runtime.ts +0 -0
- /package/core/{src/cloud → cloud}/src/types.ts +0 -0
- /package/core/{src/cloud → cloud}/tests/example.test.ts +0 -0
- /package/core/{src/cloud → cloud}/zip.ts +0 -0
- /package/core/{src/collections → collections}/README.md +0 -0
- /package/core/{src/collections → collections}/build.ts +0 -0
- /package/core/{src/collections → collections}/dist/index.js +0 -0
- /package/core/{src/collections → collections}/src/index.ts +0 -0
- /package/core/{src/collections → collections}/tests/example.test.ts +0 -0
- /package/core/{src/config → config}/README.md +0 -0
- /package/core/{src/config → config}/build.ts +0 -0
- /package/core/{src/config → config}/src/config.ts +0 -0
- /package/core/{src/config → config}/src/defaults.ts +0 -0
- /package/core/{src/config → config}/src/helpers.ts +0 -0
- /package/core/{src/config → config}/src/index.ts +0 -0
- /package/core/{src/config → config}/tests/example.test.ts +0 -0
- /package/core/{src/database → database}/README.md +0 -0
- /package/core/{src/database → database}/build.ts +0 -0
- /package/core/{src/database → database}/dist/index.js +0 -0
- /package/core/{src/database → database}/src/index.ts +0 -0
- /package/core/{src/database → database}/src/kysely-bun-worker/driver.ts +0 -0
- /package/core/{src/database → database}/src/kysely-bun-worker/index.ts +0 -0
- /package/core/{src/database → database}/src/kysely-bun-worker/mitt.ts +0 -0
- /package/core/{src/database → database}/src/kysely-bun-worker/type.ts +0 -0
- /package/core/{src/database → database}/src/kysely-bun-worker/worker.ts +0 -0
- /package/core/{src/database → database}/src/migrations/index.ts +0 -0
- /package/core/{src/database → database}/src/seeder/index.ts +0 -0
- /package/core/{src/database → database}/tests/example.test.ts +0 -0
- /package/core/{src/datetime → datetime}/README.md +0 -0
- /package/core/{src/datetime → datetime}/build.ts +0 -0
- /package/core/{src/datetime → datetime}/dist/index.js +0 -0
- /package/core/{src/datetime → datetime}/src/index.ts +0 -0
- /package/core/{src/datetime → datetime}/tests/example.test.ts +0 -0
- /package/core/{src/desktop → desktop}/README.md +0 -0
- /package/core/{src/desktop → desktop}/build.ts +0 -0
- /package/core/{src/desktop → desktop}/dist/index.js +0 -0
- /package/core/{src/desktop → desktop}/src/index.ts +0 -0
- /package/core/{src/desktop → desktop}/tests/example.test.ts +0 -0
- /package/core/{src/development → development}/README.md +0 -0
- /package/core/{src/development → development}/build.ts +0 -0
- /package/core/{src/development → development}/dist/index.js +0 -0
- /package/core/{src/development → development}/src/index.ts +0 -0
- /package/core/{src/development → development}/tests/example.test.ts +0 -0
- /package/core/{src/dns → dns}/README.md +0 -0
- /package/core/{src/dns → dns}/build.ts +0 -0
- /package/core/{src/dns → dns}/dist/index.js +0 -0
- /package/core/{src/dns → dns}/src/drivers/aws.ts +0 -0
- /package/core/{src/dns → dns}/src/index.ts +0 -0
- /package/core/{src/dns → dns}/tests/example.test.ts +0 -0
- /package/core/{src/docs → docs}/README.md +0 -0
- /package/core/{src/docs → docs}/build.ts +0 -0
- /package/core/{src/docs → docs}/src/plugins.ts +0 -0
- /package/core/{src/docs → docs}/tests/example.test.ts +0 -0
- /package/core/{src/email → email}/README.md +0 -0
- /package/core/{src/email → email}/build-inbound.ts +0 -0
- /package/core/{src/email → email}/build.ts +0 -0
- /package/core/{src/email → email}/dist/index.js +0 -0
- /package/core/{src/email → email}/email-forwarder.cjs +0 -0
- /package/core/{src/email → email}/email-forwarder.zip +0 -0
- /package/core/{src/email → email}/src/drivers/emailjs.ts +0 -0
- /package/core/{src/email → email}/src/drivers/index.ts +0 -0
- /package/core/{src/email → email}/src/drivers/mailgun.ts +0 -0
- /package/core/{src/email → email}/src/drivers/mailjet.ts +0 -0
- /package/core/{src/email → email}/src/drivers/mandrill.ts +0 -0
- /package/core/{src/email → email}/src/drivers/netcore.ts +0 -0
- /package/core/{src/email → email}/src/drivers/nodemailer.ts +0 -0
- /package/core/{src/email → email}/src/drivers/postmark.ts +0 -0
- /package/core/{src/email → email}/src/drivers/sendgrid.ts +0 -0
- /package/core/{src/email → email}/src/drivers/ses.ts +0 -0
- /package/core/{src/email → email}/src/index.ts +0 -0
- /package/core/{src/email → email}/src/send.ts +0 -0
- /package/core/{src/email → email}/src/server/converter.ts +0 -0
- /package/core/{src/email → email}/src/server/inbound.ts +0 -0
- /package/core/{src/email → email}/src/server/outbound.ts +0 -0
- /package/core/{src/email → email}/src/tailwind.config.ts +0 -0
- /package/core/{src/email → email}/src/utils/config.ts +0 -0
- /package/core/{src/email → email}/src/utils/template.html +0 -0
- /package/core/{src/email → email}/tests/example.test.ts +0 -0
- /package/core/{src/enums → enums}/README.md +0 -0
- /package/core/{src/enums → enums}/build.ts +0 -0
- /package/core/{src/enums → enums}/dist/index.js +0 -0
- /package/core/{src/enums → enums}/src/index.ts +0 -0
- /package/core/{src/enums → enums}/tests/example.test.ts +0 -0
- /package/core/{src/env → env}/README.md +0 -0
- /package/core/{src/env → env}/build.ts +0 -0
- /package/core/{src/env → env}/tests/example.test.ts +0 -0
- /package/core/{src/error-handling → error-handling}/README.md +0 -0
- /package/core/{src/error-handling → error-handling}/build.ts +0 -0
- /package/core/{src/error-handling → error-handling}/dist/index.js +0 -0
- /package/core/{src/error-handling → error-handling}/src/handler.ts +0 -0
- /package/core/{src/error-handling → error-handling}/src/index.ts +0 -0
- /package/core/{src/error-handling → error-handling}/tests/example.test.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/.gitattributes +0 -0
- /package/core/{src/eslint-config → eslint-config}/README.md +0 -0
- /package/core/{src/eslint-config → eslint-config}/build.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/comments.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/formatters.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/ignores.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/imports.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/index.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/javascript.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/jsdoc.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/jsonc.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/markdown.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/node.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/perfectionist.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/react.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/sort.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/stylistic.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/svelte.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/test.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/toml.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/typescript.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/unicorn.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/unocss.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/vue.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/configs/yaml.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/factory.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/globs.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/index.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/plugins.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/stub.d.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/types.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/utils.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/src/vendor/prettier-types.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/test/cli.spec.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/test/fixtures.test.ts +0 -0
- /package/core/{src/eslint-config → eslint-config}/tsconfig.json +0 -0
- /package/core/{src/eslint-config → eslint-config}/tsup.config.ts +0 -0
- /package/core/{src/events → events}/README.md +0 -0
- /package/core/{src/events → events}/build.ts +0 -0
- /package/core/{src/events → events}/dist/index.js +0 -0
- /package/core/{src/events → events}/src/index.ts +0 -0
- /package/core/{src/events → events}/tests/example.test.ts +0 -0
- /package/core/{src/faker → faker}/README.md +0 -0
- /package/core/{src/faker → faker}/build.ts +0 -0
- /package/core/{src/faker → faker}/dist/index.js +0 -0
- /package/core/{src/faker → faker}/src/index.ts +0 -0
- /package/core/{src/faker → faker}/tests/example.test.ts +0 -0
- /package/core/{src/git → git}/README.md +0 -0
- /package/core/{src/git → git}/build.ts +0 -0
- /package/core/{src/git → git}/dist/index.js +0 -0
- /package/core/{src/git → git}/src/index.ts +0 -0
- /package/core/{src/git → git}/tests/example.test.ts +0 -0
- /package/core/{src/health → health}/README.md +0 -0
- /package/core/{src/health → health}/build.ts +0 -0
- /package/core/{src/health → health}/dist/index.js +0 -0
- /package/core/{src/health → health}/src/drivers/index.ts +0 -0
- /package/core/{src/health → health}/src/drivers/ohdear.ts +0 -0
- /package/core/{src/health → health}/src/index.ts +0 -0
- /package/core/{src/health → health}/src/notifications/index.ts +0 -0
- /package/core/{src/health → health}/tests/example.test.ts +0 -0
- /package/core/{src/http → http}/README.md +0 -0
- /package/core/{src/http → http}/build.ts +0 -0
- /package/core/{src/http → http}/dist/index.js +0 -0
- /package/core/{src/http → http}/src/index.ts +0 -0
- /package/core/{src/index.ts → index.ts} +0 -0
- /package/core/{src/lint → lint}/.eslintrc.json +0 -0
- /package/core/{src/lint → lint}/README.md +0 -0
- /package/core/{src/lint → lint}/build.ts +0 -0
- /package/core/{src/lint → lint}/dist/index.js +0 -0
- /package/core/{src/lint → lint}/src/index.ts +0 -0
- /package/core/{src/lint → lint}/tests/example.test.ts +0 -0
- /package/core/{src/logging → logging}/README.md +0 -0
- /package/core/{src/logging → logging}/build.ts +0 -0
- /package/core/{src/logging → logging}/dist/index.js +0 -0
- /package/core/{src/logging → logging}/src/index.ts +0 -0
- /package/core/{src/logging → logging}/tests/example.test.ts +0 -0
- /package/core/{src/music → music}/src/components/SampleComponent.stx +0 -0
- /package/core/{src/music → music}/src/layouts/default.stx +0 -0
- /package/core/{src/music → music}/src/pages/index.stx +0 -0
- /package/core/{src/music → music}/src/pages/music.stx +0 -0
- /package/core/{src/music → music}/src/styles/main.css +0 -0
- /package/core/{src/notifications → notifications}/README.md +0 -0
- /package/core/{src/notifications → notifications}/build.ts +0 -0
- /package/core/{src/notifications → notifications}/dist/index.js +0 -0
- /package/core/{src/notifications → notifications}/src/drivers/chat.ts +0 -0
- /package/core/{src/notifications → notifications}/src/drivers/email.ts +0 -0
- /package/core/{src/notifications → notifications}/src/drivers/index.ts +0 -0
- /package/core/{src/notifications → notifications}/src/drivers/push.ts +0 -0
- /package/core/{src/notifications → notifications}/src/drivers/sms.ts +0 -0
- /package/core/{src/notifications → notifications}/src/index.ts +0 -0
- /package/core/{src/notifications → notifications}/src/tailwind.config.ts +0 -0
- /package/core/{src/notifications → notifications}/src/utils/config.ts +0 -0
- /package/core/{src/notifications → notifications}/src/utils/template.html +0 -0
- /package/core/{src/notifications → notifications}/tests/chat/Slack.test.ts +0 -0
- /package/core/{src/notifications → notifications}/tests/email/Mailgun.test.ts +0 -0
- /package/core/{src/notifications → notifications}/tests/email/Sendgrid.test.ts +0 -0
- /package/core/{src/notifications → notifications}/tests/sms/Twilio.test.ts +0 -0
- /package/core/{src/objects → objects}/README.md +0 -0
- /package/core/{src/objects → objects}/build.ts +0 -0
- /package/core/{src/objects → objects}/dist/index.js +0 -0
- /package/core/{src/objects → objects}/src/index.ts +0 -0
- /package/core/{src/objects → objects}/tests/example.test.ts +0 -0
- /package/core/{src/orm → orm}/README.md +0 -0
- /package/core/{src/orm → orm}/build.ts +0 -0
- /package/core/{src/orm → orm}/dist/index.js +0 -0
- /package/core/{src/orm → orm}/src/index.ts +0 -0
- /package/core/{src/orm → orm}/tests/example.test.ts +0 -0
- /package/core/{src/path → path}/README.md +0 -0
- /package/core/{src/path → path}/build.ts +0 -0
- /package/core/{src/path → path}/tests/example.test.ts +0 -0
- /package/core/{src/payments → payments}/README.md +0 -0
- /package/core/{src/payments → payments}/build.ts +0 -0
- /package/core/{src/payments → payments}/src/drivers/stripe.ts +0 -0
- /package/core/{src/payments → payments}/src/index.ts +0 -0
- /package/core/{src/payments → payments}/tests/example.test.ts +0 -0
- /package/core/{src/push → push}/README.md +0 -0
- /package/core/{src/push → push}/build.ts +0 -0
- /package/core/{src/push → push}/src/drivers/expo.ts +0 -0
- /package/core/{src/push → push}/src/drivers/fcm.ts +0 -0
- /package/core/{src/push → push}/src/drivers/index.ts +0 -0
- /package/core/{src/push → push}/src/index.ts +0 -0
- /package/core/{src/push → push}/tests/example.test.ts +0 -0
- /package/core/{src/query-builder → query-builder}/README.md +0 -0
- /package/core/{src/query-builder → query-builder}/build.ts +0 -0
- /package/core/{src/query-builder → query-builder}/dist/index.js +0 -0
- /package/core/{src/query-builder → query-builder}/src/index.ts +0 -0
- /package/core/{src/query-builder → query-builder}/src/kysely.ts +0 -0
- /package/core/{src/query-builder → query-builder}/tests/example.test.ts +0 -0
- /package/core/{src/queue → queue}/README.md +0 -0
- /package/core/{src/queue → queue}/build.ts +0 -0
- /package/core/{src/queue → queue}/dist/index.js +0 -0
- /package/core/{src/queue → queue}/src/index.ts +0 -0
- /package/core/{src/queue → queue}/tests/example.test.ts +0 -0
- /package/core/{src/realtime → realtime}/README.md +0 -0
- /package/core/{src/realtime → realtime}/build.ts +0 -0
- /package/core/{src/realtime → realtime}/dist/index.js +0 -0
- /package/core/{src/realtime → realtime}/src/drivers/index.ts +0 -0
- /package/core/{src/realtime → realtime}/src/index.ts +0 -0
- /package/core/{src/realtime → realtime}/tests/example.test.ts +0 -0
- /package/core/{src/repl → repl}/README.md +0 -0
- /package/core/{src/repl → repl}/build.ts +0 -0
- /package/core/{src/repl → repl}/dist/index.js +0 -0
- /package/core/{src/repl → repl}/src/index.ts +0 -0
- /package/core/{src/repl → repl}/tests/example.test.ts +0 -0
- /package/core/{src/router → router}/README.md +0 -0
- /package/core/{src/router → router}/build.ts +0 -0
- /package/core/{src/router → router}/src/index.ts +0 -0
- /package/core/{src/router → router}/src/middleware.ts +0 -0
- /package/core/{src/router → router}/src/request.ts +0 -0
- /package/core/{src/router → router}/src/router.ts +0 -0
- /package/core/{src/router → router}/src/server.ts +0 -0
- /package/core/{src/router → router}/tests/example.test.ts +0 -0
- /package/core/{src/scheduler → scheduler}/README.md +0 -0
- /package/core/{src/scheduler → scheduler}/build.ts +0 -0
- /package/core/{src/scheduler → scheduler}/dist/index.js +0 -0
- /package/core/{src/scheduler → scheduler}/src/index.ts +0 -0
- /package/core/{src/scheduler → scheduler}/tests/example.test.ts +0 -0
- /package/core/{src/search-engine → search-engine}/README.md +0 -0
- /package/core/{src/search-engine → search-engine}/build.ts +0 -0
- /package/core/{src/search-engine → search-engine}/dist/index.js +0 -0
- /package/core/{src/search-engine → search-engine}/src/drivers/index.ts +0 -0
- /package/core/{src/search-engine → search-engine}/src/drivers/meilisearch.ts +0 -0
- /package/core/{src/search-engine → search-engine}/src/drivers/opensearch.ts +0 -0
- /package/core/{src/search-engine → search-engine}/src/helpers.ts +0 -0
- /package/core/{src/search-engine → search-engine}/src/index.ts +0 -0
- /package/core/{src/search-engine → search-engine}/tests/example.test.ts +0 -0
- /package/core/{src/security → security}/README.md +0 -0
- /package/core/{src/security → security}/build.ts +0 -0
- /package/core/{src/security → security}/dist/index.js +0 -0
- /package/core/{src/security → security}/src/crypt.ts +0 -0
- /package/core/{src/security → security}/src/hash.ts +0 -0
- /package/core/{src/security → security}/src/index.ts +0 -0
- /package/core/{src/security → security}/src/key.ts +0 -0
- /package/core/{src/security → security}/tests/example.test.ts +0 -0
- /package/core/{src/server → server}/README.md +0 -0
- /package/core/{src/server → server}/build.ts +0 -0
- /package/core/{src/server → server}/dist/index.js +0 -0
- /package/core/{src/server → server}/src/api.ts +0 -0
- /package/core/{src/server → server}/src/config.ts +0 -0
- /package/core/{src/server → server}/src/index.ts +0 -0
- /package/core/{src/server → server}/tests/example.test.ts +0 -0
- /package/core/{src/signals → signals}/README.md +0 -0
- /package/core/{src/signals → signals}/build.ts +0 -0
- /package/core/{src/signals → signals}/dist/index.js +0 -0
- /package/core/{src/signals → signals}/src/index.ts +0 -0
- /package/core/{src/signals → signals}/tests/example.test.ts +0 -0
- /package/core/{src/slug → slug}/README.md +0 -0
- /package/core/{src/slug → slug}/build.ts +0 -0
- /package/core/{src/slug → slug}/dist/index.js +0 -0
- /package/core/{src/slug → slug}/src/index.ts +0 -0
- /package/core/{src/slug → slug}/tests/example.test.ts +0 -0
- /package/core/{src/sms → sms}/README.md +0 -0
- /package/core/{src/sms → sms}/build.ts +0 -0
- /package/core/{src/sms → sms}/src/drivers/gupshup.ts +0 -0
- /package/core/{src/sms → sms}/src/drivers/index.ts +0 -0
- /package/core/{src/sms → sms}/src/drivers/nexmo.ts +0 -0
- /package/core/{src/sms → sms}/src/drivers/plivo.ts +0 -0
- /package/core/{src/sms → sms}/src/drivers/sms77.ts +0 -0
- /package/core/{src/sms → sms}/src/drivers/sns.ts +0 -0
- /package/core/{src/sms → sms}/src/drivers/telnyx.ts +0 -0
- /package/core/{src/sms → sms}/src/drivers/termii.ts +0 -0
- /package/core/{src/sms → sms}/src/drivers/twilio.ts +0 -0
- /package/core/{src/sms → sms}/src/index.ts +0 -0
- /package/core/{src/sms → sms}/tests/example.test.ts +0 -0
- /package/core/{src/storage → storage}/README.md +0 -0
- /package/core/{src/storage → storage}/build.ts +0 -0
- /package/core/{src/storage → storage}/src/copy.ts +0 -0
- /package/core/{src/storage → storage}/src/delete.ts +0 -0
- /package/core/{src/storage → storage}/src/drivers/aws.ts +0 -0
- /package/core/{src/storage → storage}/src/drivers/index.ts +0 -0
- /package/core/{src/storage → storage}/src/files.ts +0 -0
- /package/core/{src/storage → storage}/src/folders.ts +0 -0
- /package/core/{src/storage → storage}/src/fs.ts +0 -0
- /package/core/{src/storage → storage}/src/glob.ts +0 -0
- /package/core/{src/storage → storage}/src/hash.ts +0 -0
- /package/core/{src/storage → storage}/src/helpers.ts +0 -0
- /package/core/{src/storage → storage}/src/index.ts +0 -0
- /package/core/{src/storage → storage}/src/move.ts +0 -0
- /package/core/{src/storage → storage}/src/storage.ts +0 -0
- /package/core/{src/storage → storage}/src/visibility.ts +0 -0
- /package/core/{src/storage → storage}/src/zip.ts +0 -0
- /package/core/{src/storage → storage}/tests/example.test.ts +0 -0
- /package/core/{src/strings → strings}/README.md +0 -0
- /package/core/{src/strings → strings}/build.ts +0 -0
- /package/core/{src/strings → strings}/dist/index.js +0 -0
- /package/core/{src/strings → strings}/src/case.ts +0 -0
- /package/core/{src/strings → strings}/src/helpers.ts +0 -0
- /package/core/{src/strings → strings}/src/index.ts +0 -0
- /package/core/{src/strings → strings}/src/is.ts +0 -0
- /package/core/{src/strings → strings}/src/macro.ts +0 -0
- /package/core/{src/strings → strings}/src/pluralize.ts +0 -0
- /package/core/{src/strings → strings}/src/string.ts +0 -0
- /package/core/{src/strings → strings}/src/types.ts +0 -0
- /package/core/{src/strings → strings}/src/utils.ts +0 -0
- /package/core/{src/strings → strings}/tests/example.test.ts +0 -0
- /package/core/{src/tables → tables}/README.md +0 -0
- /package/core/{src/tables → tables}/examples/vue/App.stx +0 -0
- /package/core/{src/tables → tables}/examples/vue/favicon.png +0 -0
- /package/core/{src/tables → tables}/examples/vue/index.html +0 -0
- /package/core/{src/tables → tables}/examples/web/favicon.png +0 -0
- /package/core/{src/tables → tables}/examples/web/index.html +0 -0
- /package/core/{src/tables → tables}/index.html +0 -0
- /package/core/{src/tables → tables}/src/App.stx +0 -0
- /package/core/{src/tables → tables}/src/commands/index.ts +0 -0
- /package/core/{src/tables → tables}/src/components/Demo.stx +0 -0
- /package/core/{src/tables → tables}/src/components/README.md +0 -0
- /package/core/{src/tables → tables}/src/components/Table.stx +0 -0
- /package/core/{src/tables → tables}/src/components/TableBody.stx +0 -0
- /package/core/{src/tables → tables}/src/components/TableCellActionItems.stx +0 -0
- /package/core/{src/tables → tables}/src/components/TableFilters.stx +0 -0
- /package/core/{src/tables → tables}/src/components/TableHead.stx +0 -0
- /package/core/{src/tables → tables}/src/components/TablePagination.stx +0 -0
- /package/core/{src/tables → tables}/src/components/TableRow.stx +0 -0
- /package/core/{src/tables → tables}/src/components/TableSearch.stx +0 -0
- /package/core/{src/tables → tables}/src/components/Tooltip.stx +0 -0
- /package/core/{src/tables → tables}/src/components.d.ts +0 -0
- /package/core/{src/tables → tables}/src/config/tables.ts +0 -0
- /package/core/{src/tables → tables}/src/docs/index.md +0 -0
- /package/core/{src/tables → tables}/src/functions/README.md +0 -0
- /package/core/{src/tables → tables}/src/functions/dark.ts +0 -0
- /package/core/{src/tables → tables}/src/functions/index.ts +0 -0
- /package/core/{src/tables → tables}/src/functions/table.ts +0 -0
- /package/core/{src/tables → tables}/src/main.ts +0 -0
- /package/core/{src/tables → tables}/tests/example.test.ts +0 -0
- /package/core/{src/tables → tables}/vite.config.ts +0 -0
- /package/core/{src/testing → testing}/README.md +0 -0
- /package/core/{src/testing → testing}/build.ts +0 -0
- /package/core/{src/testing → testing}/dist/index.js +0 -0
- /package/core/{src/testing → testing}/src/index.ts +0 -0
- /package/core/{src/tinker → tinker}/src/index.ts +0 -0
- /package/core/{src/tunnel → tunnel}/README.md +0 -0
- /package/core/{src/tunnel → tunnel}/build.ts +0 -0
- /package/core/{src/tunnel → tunnel}/dist/index.js +0 -0
- /package/core/{src/tunnel → tunnel}/src/index.ts +0 -0
- /package/core/{src/tunnel → tunnel}/tests/example.test.ts +0 -0
- /package/core/{src/types → types}/README.md +0 -0
- /package/core/{src/types → types}/build.ts +0 -0
- /package/core/{src/types → types}/src/ai.ts +0 -0
- /package/core/{src/types → types}/src/analytics.ts +0 -0
- /package/core/{src/types → types}/src/api.ts +0 -0
- /package/core/{src/types → types}/src/app.ts +0 -0
- /package/core/{src/types → types}/src/auto-imports.ts +0 -0
- /package/core/{src/types → types}/src/binary.ts +0 -0
- /package/core/{src/types → types}/src/build.ts +0 -0
- /package/core/{src/types → types}/src/cache.ts +0 -0
- /package/core/{src/types → types}/src/cdn.ts +0 -0
- /package/core/{src/types → types}/src/chat.ts +0 -0
- /package/core/{src/types → types}/src/cli.ts +0 -0
- /package/core/{src/types → types}/src/cloud.ts +0 -0
- /package/core/{src/types → types}/src/components.ts +0 -0
- /package/core/{src/types → types}/src/configure.ts +0 -0
- /package/core/{src/types → types}/src/cron-jobs.ts +0 -0
- /package/core/{src/types → types}/src/database.ts +0 -0
- /package/core/{src/types → types}/src/dependencies.ts +0 -0
- /package/core/{src/types → types}/src/deploy.ts +0 -0
- /package/core/{src/types → types}/src/dns.ts +0 -0
- /package/core/{src/types → types}/src/docs.ts +0 -0
- /package/core/{src/types → types}/src/email.ts +0 -0
- /package/core/{src/types → types}/src/env.ts +0 -0
- /package/core/{src/types → types}/src/errors.ts +0 -0
- /package/core/{src/types → types}/src/events.ts +0 -0
- /package/core/{src/types → types}/src/exit-code.ts +0 -0
- /package/core/{src/types → types}/src/file-systems.ts +0 -0
- /package/core/{src/types → types}/src/git.ts +0 -0
- /package/core/{src/types → types}/src/hashing.ts +0 -0
- /package/core/{src/types → types}/src/helpers.ts +0 -0
- /package/core/{src/types → types}/src/i18n.ts +0 -0
- /package/core/{src/types → types}/src/index.ts +0 -0
- /package/core/{src/types → types}/src/inspect.ts +0 -0
- /package/core/{src/types → types}/src/layout.ts +0 -0
- /package/core/{src/types → types}/src/library.ts +0 -0
- /package/core/{src/types → types}/src/manifest.ts +0 -0
- /package/core/{src/types → types}/src/model.ts +0 -0
- /package/core/{src/types → types}/src/money.ts +0 -0
- /package/core/{src/types → types}/src/notifications.ts +0 -0
- /package/core/{src/types → types}/src/pages.ts +0 -0
- /package/core/{src/types → types}/src/payments.ts +0 -0
- /package/core/{src/types → types}/src/promise.ts +0 -0
- /package/core/{src/types → types}/src/push.ts +0 -0
- /package/core/{src/types → types}/src/pwa.ts +0 -0
- /package/core/{src/types → types}/src/queue.ts +0 -0
- /package/core/{src/types → types}/src/reactivity.ts +0 -0
- /package/core/{src/types → types}/src/router.ts +0 -0
- /package/core/{src/types → types}/src/scheduler.ts +0 -0
- /package/core/{src/types → types}/src/search-engine.ts +0 -0
- /package/core/{src/types → types}/src/security.ts +0 -0
- /package/core/{src/types → types}/src/services.ts +0 -0
- /package/core/{src/types → types}/src/sms.ts +0 -0
- /package/core/{src/types → types}/src/ssg.ts +0 -0
- /package/core/{src/types → types}/src/stacks.ts +0 -0
- /package/core/{src/types → types}/src/storage.ts +0 -0
- /package/core/{src/types → types}/src/tables.ts +0 -0
- /package/core/{src/types → types}/src/team.ts +0 -0
- /package/core/{src/types → types}/src/ui.ts +0 -0
- /package/core/{src/types → types}/src/utils.ts +0 -0
- /package/core/{src/ui → ui}/README.md +0 -0
- /package/core/{src/ui → ui}/build.ts +0 -0
- /package/core/{src/ui → ui}/dist/components.js +0 -0
- /package/core/{src/ui → ui}/dist/index.js +0 -0
- /package/core/{src/ui → ui}/src/components/autocomplete.ts +0 -0
- /package/core/{src/ui → ui}/src/components/disclosure.ts +0 -0
- /package/core/{src/ui → ui}/src/components/menu.ts +0 -0
- /package/core/{src/ui → ui}/src/components/modal.ts +0 -0
- /package/core/{src/ui → ui}/src/components/popover.ts +0 -0
- /package/core/{src/ui → ui}/src/components/radio-group.ts +0 -0
- /package/core/{src/ui → ui}/src/components/select.ts +0 -0
- /package/core/{src/ui → ui}/src/components/tabs.ts +0 -0
- /package/core/{src/ui → ui}/src/components/toggle.ts +0 -0
- /package/core/{src/ui → ui}/src/components/transition.ts +0 -0
- /package/core/{src/ui → ui}/src/components.ts +0 -0
- /package/core/{src/ui → ui}/src/index.ts +0 -0
- /package/core/{src/ui → ui}/src/uno.config.ts +0 -0
- /package/core/{src/ui → ui}/tests/example.test.ts +0 -0
- /package/core/{src/utils → utils}/build.ts +0 -0
- /package/core/{src/utils → utils}/scripts/export-size.ts +0 -0
- /package/core/{src/utils → utils}/src/base.ts +0 -0
- /package/core/{src/utils → utils}/src/clean.ts +0 -0
- /package/core/{src/utils → utils}/src/config.ts +0 -0
- /package/core/{src/utils → utils}/src/currency.ts +0 -0
- /package/core/{src/utils → utils}/src/debounce.ts +0 -0
- /package/core/{src/utils → utils}/src/delete.ts +0 -0
- /package/core/{src/utils → utils}/src/equal.ts +0 -0
- /package/core/{src/utils → utils}/src/export-size.ts +0 -0
- /package/core/{src/utils → utils}/src/function.ts +0 -0
- /package/core/{src/utils → utils}/src/git.ts +0 -0
- /package/core/{src/utils → utils}/src/glob.ts +0 -0
- /package/core/{src/utils → utils}/src/guards.ts +0 -0
- /package/core/{src/utils → utils}/src/hash.ts +0 -0
- /package/core/{src/utils → utils}/src/helpers.ts +0 -0
- /package/core/{src/utils → utils}/src/index.ts +0 -0
- /package/core/{src/utils → utils}/src/macroable.ts +0 -0
- /package/core/{src/utils → utils}/src/math.ts +0 -0
- /package/core/{src/utils → utils}/src/p.ts +0 -0
- /package/core/{src/utils → utils}/src/promise.ts +0 -0
- /package/core/{src/utils → utils}/src/regex.ts +0 -0
- /package/core/{src/utils → utils}/src/sleep.ts +0 -0
- /package/core/{src/utils → utils}/src/throttle.ts +0 -0
- /package/core/{src/utils → utils}/src/vendors.ts +0 -0
- /package/core/{src/utils → utils}/src/versions.ts +0 -0
- /package/core/{src/utils → utils}/tests/example.test.ts +0 -0
- /package/core/{src/validation → validation}/README.md +0 -0
- /package/core/{src/validation → validation}/build.ts +0 -0
- /package/core/{src/validation → validation}/dist/index.js +0 -0
- /package/core/{src/validation → validation}/src/index.ts +0 -0
- /package/core/{src/validation → validation}/src/is.ts +0 -0
- /package/core/{src/validation → validation}/src/rules.ts +0 -0
- /package/core/{src/validation → validation}/src/types/index.ts +0 -0
- /package/core/{src/validation → validation}/src/types/money.ts +0 -0
- /package/core/{src/validation → validation}/src/validate.ts +0 -0
- /package/core/{src/validation → validation}/tests/example.test.ts +0 -0
- /package/core/{src/vite → vite}/README.md +0 -0
- /package/core/{src/vite → vite}/src/api.ts +0 -0
- /package/core/{src/vite → vite}/src/components.ts +0 -0
- /package/core/{src/vite → vite}/src/desktop.ts +0 -0
- /package/core/{src/vite → vite}/src/example-vue.ts +0 -0
- /package/core/{src/vite → vite}/src/example-wc.ts +0 -0
- /package/core/{src/vite → vite}/src/functions.ts +0 -0
- /package/core/{src/vite → vite}/src/index.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/auto-imports.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/components.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/css-engine.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/devtools.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/docs.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/fonts.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/index.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/inspect.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/markdown.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/pages.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/presets.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/pwa.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/router.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/stacks.ts +0 -0
- /package/core/{src/vite → vite}/src/plugin/ui-engine.ts +0 -0
- /package/core/{src/vite → vite}/src/stacks.ts +0 -0
- /package/core/{src/vite → vite}/src/views.ts +0 -0
- /package/core/{src/vite → vite}/src/web-components.ts +0 -0
- /package/core/{src/vite-plugin-vue-layouts → vite}/tests/example.test.ts +0 -0
- /package/core/{src/whois → whois}/README.md +0 -0
- /package/core/{src/whois → whois}/build.ts +0 -0
- /package/core/{src/whois → whois}/dist/index.js +0 -0
- /package/core/{src/whois → whois}/src/index.ts +0 -0
- /package/core/{src/whois → whois}/src/parameters.ts +0 -0
- /package/core/{src/whois → whois}/src/servers.ts +0 -0
- /package/core/{src/whois → whois}/src/test.ts +0 -0
- /package/core/{src/vite → whois}/tests/example.test.ts +0 -0
- /package/core/{src/x-ray → x-ray}/README.md +0 -0
- /package/core/{src/x-ray → x-ray}/index.html +0 -0
- /package/core/{src/x-ray → x-ray}/routes/index.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/client.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/api/nitro.config.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/api/routes/api/logs.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/api/routes/api/store-logs.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/api/src/types.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/api/storage/index.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/app.stx +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/functions/http.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/functions/types.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/main.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/modules/counter/mod.stx +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/modules/fetcher/mod.stx +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/plugins/unified/unified-app.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/plugins/unified/unified-styles.scss +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/services/http.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/desktop/styles/app.scss +0 -0
- /package/core/{src/x-ray → x-ray}/src/http.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/index.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/ray.config.ts +0 -0
- /package/core/{src/x-ray → x-ray}/src/types.ts +0 -0
- /package/core/{src/whois → x-ray}/tests/example.test.ts +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks way to document.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/docs#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/docs"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@stacksjs/server": "workspace:*",
|
|
61
61
|
"@stacksjs/vite": "workspace:*",
|
|
62
62
|
"vitepress": "1.0.0-rc.36",
|
|
63
|
-
"vitepress-plugin-twoslash": "^0.9.
|
|
63
|
+
"vitepress-plugin-twoslash": "^0.9.19"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@stacksjs/development": "workspace:*"
|
|
@@ -5,7 +5,7 @@ import { path as p } from '@stacksjs/path'
|
|
|
5
5
|
import { docs } from '@stacksjs/config'
|
|
6
6
|
import { server } from '@stacksjs/server'
|
|
7
7
|
import { kolorist as c } from '@stacksjs/cli'
|
|
8
|
-
import { version } from '
|
|
8
|
+
import { version } from '../../../../../package.json'
|
|
9
9
|
|
|
10
10
|
export const frameworkDefaults = {
|
|
11
11
|
base: '/docs/',
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/email",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/email#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/email"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"prepublishOnly": "bun --bun run build"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@maizzle/framework": "^4.
|
|
59
|
+
"@maizzle/framework": "^4.7.0",
|
|
60
60
|
"@stacksjs/cli": "workspace:*",
|
|
61
61
|
"@stacksjs/config": "workspace:*",
|
|
62
62
|
"@stacksjs/error-handling": "workspace:*",
|
|
63
63
|
"@stacksjs/types": "workspace:*"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@maizzle/framework": "^4.
|
|
66
|
+
"@maizzle/framework": "^4.7.0",
|
|
67
67
|
"@novu/stateless": "^0.22.0",
|
|
68
68
|
"@stacksjs/cli": "workspace:*",
|
|
69
69
|
"@stacksjs/config": "workspace:*",
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/enums",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"private": true,
|
|
6
6
|
"description": "Stacks enums.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
10
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
10
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/enums#readme",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
14
|
-
"directory": "./storage/framework/core/
|
|
14
|
+
"directory": "./storage/framework/core/enums"
|
|
15
15
|
},
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import p from "process";
|
|
4
4
|
import fs from "fs-extra";
|
|
5
5
|
|
|
6
|
-
// /home/runner/work/stacks/stacks/storage/framework/core/
|
|
6
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/path/src/index.ts
|
|
7
7
|
import process2 from "process";
|
|
8
8
|
|
|
9
9
|
// /home/runner/work/stacks/stacks/node_modules/pathe/dist/shared/pathe.ff20891b.mjs
|
|
@@ -103,7 +103,7 @@ var resolve = function(...arguments_) {
|
|
|
103
103
|
var isAbsolute = function(p) {
|
|
104
104
|
return _IS_ABSOLUTE_RE.test(p);
|
|
105
105
|
};
|
|
106
|
-
// /home/runner/work/stacks/stacks/storage/framework/core/
|
|
106
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/path/src/index.ts
|
|
107
107
|
function projectPath(filePath = "") {
|
|
108
108
|
let path2 = process2.cwd();
|
|
109
109
|
while (path2.includes("storage"))
|
|
@@ -196,6 +196,13 @@ var envStructure = Object.entries(env_default).reduce((acc, [key, value]) => {
|
|
|
196
196
|
var envSchema = validator.object(envStructure);
|
|
197
197
|
|
|
198
198
|
// src/index.ts
|
|
199
|
+
var enums = {
|
|
200
|
+
APP_ENV: ["local", "dev", "development", "staging", "prod", "production"],
|
|
201
|
+
DB_CONNECTION: ["mysql", "sqlite", "postgres", "planetscale"],
|
|
202
|
+
MAIL_MAILER: ["smtp", "mailgun", "ses", "postmark", "sendmail", "log"],
|
|
203
|
+
SEARCH_ENGINE_DRIVER: ["meilisearch", "algolia", "typesense"],
|
|
204
|
+
FRONTEND_APP_ENV: ["development", "staging", "production"]
|
|
205
|
+
};
|
|
199
206
|
var handler = {
|
|
200
207
|
get: (target, key) => {
|
|
201
208
|
const value = target[key];
|
|
@@ -217,5 +224,6 @@ export {
|
|
|
217
224
|
writeEnv,
|
|
218
225
|
process3 as process,
|
|
219
226
|
envSchema,
|
|
220
|
-
env2 as env
|
|
227
|
+
env2 as env,
|
|
228
|
+
enums
|
|
221
229
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/env",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"private": true,
|
|
6
6
|
"description": "Stacks env helper methods.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
10
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
10
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/env#readme",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
14
|
-
"directory": "./storage/framework/core/
|
|
14
|
+
"directory": "./storage/framework/core/env"
|
|
15
15
|
},
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -2,20 +2,20 @@ import p from 'node:process'
|
|
|
2
2
|
import fs from 'fs-extra'
|
|
3
3
|
import { projectPath } from '@stacksjs/path'
|
|
4
4
|
import { ValidationBoolean, ValidationEnum, ValidationNumber } from '@stacksjs/validation'
|
|
5
|
-
import type { EnvKey } from '
|
|
5
|
+
import type { EnvKey } from '../../../env'
|
|
6
6
|
import type { Env } from './types'
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
8
|
+
interface EnumObject {
|
|
9
|
+
[key: string]: string[]
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export const enums: EnumObject = {
|
|
13
|
+
APP_ENV: ['local', 'dev', 'development', 'staging', 'prod', 'production'],
|
|
14
|
+
DB_CONNECTION: ['mysql', 'sqlite', 'postgres', 'planetscale'],
|
|
15
|
+
MAIL_MAILER: ['smtp', 'mailgun', 'ses', 'postmark', 'sendmail', 'log'],
|
|
16
|
+
SEARCH_ENGINE_DRIVER: ['meilisearch', 'algolia', 'typesense'],
|
|
17
|
+
FRONTEND_APP_ENV: ['development', 'staging', 'production'],
|
|
18
|
+
}
|
|
19
19
|
|
|
20
20
|
const handler = {
|
|
21
21
|
get: (target: Env, key: EnvKey) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Infer, VineBoolean, VineEnum, VineNumber, VineString } from '@stacksjs/validation'
|
|
2
2
|
import { validator } from '@stacksjs/validation'
|
|
3
|
-
import env from '
|
|
4
|
-
import type { EnvKey } from '
|
|
3
|
+
import env from '../../../../../config/env'
|
|
4
|
+
import type { EnvKey } from '../../../env'
|
|
5
5
|
|
|
6
6
|
// import type { Validate } from '@stacksjs/validation'
|
|
7
7
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/error-handling",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "Type safe error handling.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/error-handling#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/error-handling"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks.js ESLint config preset, heavily inspired by Anthony's ESLint config.",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/antfu",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/blob/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/blob/main/storage/framework/core/eslint-config",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"stacks",
|
|
12
12
|
"eslint-config"
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"eslint-plugin-unicorn": "^50.0.1",
|
|
90
90
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
91
91
|
"eslint-plugin-vitest": "^0.3.20",
|
|
92
|
-
"eslint-plugin-vue": "^9.20.
|
|
92
|
+
"eslint-plugin-vue": "^9.20.1",
|
|
93
93
|
"eslint-plugin-yml": "^1.11.0",
|
|
94
94
|
"eslint-processor-vue-blocks": "^0.1.1",
|
|
95
95
|
"globals": "^13.24.0",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/events",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "Functional event emitting.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/events#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/events"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/faker",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "Faker functions.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/faker#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/faker"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/git",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks git utilities & conventions.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/git#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/git"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/health",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks Health services.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/health#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/health"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/http",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "Stacks HTTP methods.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/http#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/http"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/lint",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks way to lint.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/lint#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/lint"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/logging",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks logging system.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/logging#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/logging"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/music",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "Stacks Music",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/dashboard#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/notifications",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks notifications integration.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/notifications#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/notifications"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@stacksjs/types": "workspace:*"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@maizzle/framework": "^4.
|
|
67
|
+
"@maizzle/framework": "^4.7.0",
|
|
68
68
|
"@stacksjs/chat": "workspace:*",
|
|
69
69
|
"@stacksjs/cli": "workspace:*",
|
|
70
70
|
"@stacksjs/config": "workspace:*",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/objects",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks objects.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/objects#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/objects"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/orm",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks ORM integration",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/orm#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/orm"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -66,7 +66,7 @@ function configPath(path) {
|
|
|
66
66
|
return corePath(`config/${path || ""}`);
|
|
67
67
|
}
|
|
68
68
|
function corePath(path) {
|
|
69
|
-
return frameworkPath(`core
|
|
69
|
+
return frameworkPath(`core/${path || ""}`);
|
|
70
70
|
}
|
|
71
71
|
function customElementsDataPath() {
|
|
72
72
|
return frameworkPath("core/custom-elements.json");
|
|
@@ -125,6 +125,9 @@ function gitPath(path) {
|
|
|
125
125
|
function langPath(path) {
|
|
126
126
|
return projectPath(`lang/${path || ""}`);
|
|
127
127
|
}
|
|
128
|
+
function layoutsPath(path) {
|
|
129
|
+
return resourcesPath(`layouts/${path || ""}`);
|
|
130
|
+
}
|
|
128
131
|
function libraryEntryPath(type) {
|
|
129
132
|
return libsEntriesPath(`${type}.ts`);
|
|
130
133
|
}
|
|
@@ -324,6 +327,7 @@ var path = {
|
|
|
324
327
|
functionsPath,
|
|
325
328
|
gitPath,
|
|
326
329
|
langPath,
|
|
330
|
+
layoutsPath,
|
|
327
331
|
libsPath,
|
|
328
332
|
libraryEntryPath,
|
|
329
333
|
lintPath,
|
|
@@ -447,6 +451,7 @@ export {
|
|
|
447
451
|
libsPath,
|
|
448
452
|
libsEntriesPath,
|
|
449
453
|
libraryEntryPath,
|
|
454
|
+
layoutsPath,
|
|
450
455
|
langPath,
|
|
451
456
|
join,
|
|
452
457
|
isAbsolute,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/path",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.28",
|
|
5
5
|
"description": "The Stacks path.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
9
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/path#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/path"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -128,7 +128,7 @@ export function configPath(path?: string) {
|
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
export function corePath(path?: string) {
|
|
131
|
-
return frameworkPath(`core
|
|
131
|
+
return frameworkPath(`core/${path || ''}`)
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
export function customElementsDataPath() {
|
|
@@ -207,6 +207,10 @@ export function langPath(path?: string) {
|
|
|
207
207
|
return projectPath(`lang/${path || ''}`)
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
+
export function layoutsPath(path?: string) {
|
|
211
|
+
return resourcesPath(`layouts/${path || ''}`)
|
|
212
|
+
}
|
|
213
|
+
|
|
210
214
|
export type LibraryType = 'vue-components' | 'web-components' | 'functions'
|
|
211
215
|
export function libraryEntryPath(type: LibraryType) {
|
|
212
216
|
return libsEntriesPath(`${type}.ts`)
|
|
@@ -462,6 +466,7 @@ export const path = {
|
|
|
462
466
|
functionsPath,
|
|
463
467
|
gitPath,
|
|
464
468
|
langPath,
|
|
469
|
+
layoutsPath,
|
|
465
470
|
libsPath,
|
|
466
471
|
libraryEntryPath,
|
|
467
472
|
lintPath,
|