stacks 0.58.22 → 0.58.27
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/README.md +0 -1
- package/core/actions/build.ts +5 -0
- package/core/{src/actions → actions}/dist/src/build.js +9 -14
- package/core/{src/actions → actions}/dist/src/generate/component-meta.js +2 -0
- package/core/{src/actions → actions}/dist/src/generate/ide-helpers.js +8 -1
- package/core/{src/actions → actions}/dist/src/generate/index.js +9 -15
- package/core/{src/actions → actions}/dist/src/generate/vscode-custom-data.js +9 -1
- package/core/{src/actions → actions}/dist/src/helpers/vscode-custom-data.js +8 -1
- package/core/{src/actions → actions}/dist/src/index.js +11 -17
- package/core/{src/actions → actions}/dist/src/release.js +11 -16
- 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/component-meta.ts +4 -0
- package/core/{src/actions → actions}/src/generate/env-files.ts +6 -6
- package/core/{src/actions → actions}/src/generate/ide-helpers.ts +2 -4
- package/core/{src/actions → actions}/src/generate/index.ts +10 -19
- package/core/actions/src/generate/types.ts +6 -0
- package/core/{src/actions → actions}/src/generate/vscode-custom-data.ts +5 -2
- package/core/actions/src/generate/web-types.ts +2 -0
- package/core/{src/actions → actions}/src/helpers/vscode-custom-data.ts +8 -1
- 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}/README.md +0 -1
- package/core/{src/buddy/dist/chunk-815e657d8c6ba584.js → buddy/dist/chunk-fd47b42fb923a4be.js} +3 -9
- package/core/{src/buddy → buddy}/dist/cli.js +6 -4
- package/core/{src/buddy → buddy}/dist/index.js +1 -1
- package/core/{src/buddy → buddy}/package.json +2 -2
- package/core/{src/buddy → buddy}/src/cli.ts +7 -7
- package/core/{src/buddy → buddy}/src/commands/generate.ts +2 -13
- 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 -6
- package/core/{src/bun-create → bun-create}/buddy/package.json +5 -6
- package/core/{src/bun-create → bun-create}/stack/package.json +5 -6
- package/core/{src/bun-create → bun-create}/stacks/package.json +5 -6
- package/core/{src/bun-create → bun-create}/stx/package.json +5 -6
- 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 -3
- package/core/config/src/overrides.ts +49 -0
- package/core/custom-elements.json +1 -11
- 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}/dist/index.js +0 -1
- package/core/{src/enums → enums}/package.json +3 -3
- package/core/{src/enums → enums}/src/index.ts +0 -1
- 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 +7 -2
- package/core/{src/path → path}/package.json +3 -3
- package/core/{src/path → path}/src/index.ts +7 -2
- 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 +8 -4
- 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/types → types}/src/cli.ts +1 -1
- package/core/{src/ui → ui}/package.json +8 -8
- package/core/{src/utils → utils}/dist/index.js +2 -2
- package/core/{src/utils → utils}/package.json +9 -9
- package/core/{src/utils → utils}/src/helpers.ts +1 -1
- 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/actions/build.ts +0 -5
- package/core/src/actions/dist/src/generate/vue-compat.js +0 -18
- package/core/src/actions/dist/src/helpers/vue-compat.js +0 -16
- package/core/src/actions/src/generate/vue-compat.ts +0 -10
- package/core/src/actions/src/helpers/vue-compat.ts +0 -16
- 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}/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/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/lib-entries.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/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/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/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/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/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}/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}/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/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}/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/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/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/payments",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks payments package. Currently supporting Stripe.",
|
|
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/payments#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/payments"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@stacksjs/utils": "workspace:*",
|
|
53
53
|
"@stripe/stripe-js": "^2.3.0",
|
|
54
|
-
"stripe": "^14.
|
|
54
|
+
"stripe": "^14.12.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@stacksjs/config": "workspace:*",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/push",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks Push 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/push#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/push"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/query-builder",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks Query Builder 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/query-builder#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/query-builder"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/queue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks Queue 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/queue#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/queue"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/realtime",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks realtime 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/realtime#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/realtime"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/repl",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "A Stacks optimized TS & Vue REPL.",
|
|
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/repl#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/repl"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import fs from "fs";
|
|
4
4
|
import {promisify} from "util";
|
|
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
|
|
@@ -207,7 +207,7 @@ var parse = function(p) {
|
|
|
207
207
|
name: base.slice(0, base.length - extension.length)
|
|
208
208
|
};
|
|
209
209
|
};
|
|
210
|
-
// /home/runner/work/stacks/stacks/storage/framework/core/
|
|
210
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/path/src/index.ts
|
|
211
211
|
function actionsPath(path2) {
|
|
212
212
|
return corePath(`actions/src/${path2 || ""}`);
|
|
213
213
|
}
|
|
@@ -269,10 +269,10 @@ function configPath(path2) {
|
|
|
269
269
|
return corePath(`config/${path2 || ""}`);
|
|
270
270
|
}
|
|
271
271
|
function corePath(path2) {
|
|
272
|
-
return frameworkPath(`core
|
|
272
|
+
return frameworkPath(`core/${path2 || ""}`);
|
|
273
273
|
}
|
|
274
274
|
function customElementsDataPath() {
|
|
275
|
-
return
|
|
275
|
+
return frameworkPath("core/custom-elements.json");
|
|
276
276
|
}
|
|
277
277
|
function databasePath(path2) {
|
|
278
278
|
return corePath(`database/${path2 || ""}`);
|
|
@@ -328,6 +328,9 @@ function gitPath(path2) {
|
|
|
328
328
|
function langPath(path2) {
|
|
329
329
|
return projectPath(`lang/${path2 || ""}`);
|
|
330
330
|
}
|
|
331
|
+
function layoutsPath(path2) {
|
|
332
|
+
return resourcesPath(`layouts/${path2 || ""}`);
|
|
333
|
+
}
|
|
331
334
|
function libraryEntryPath(type) {
|
|
332
335
|
return libsEntriesPath(`${type}.ts`);
|
|
333
336
|
}
|
|
@@ -518,6 +521,7 @@ var path2 = {
|
|
|
518
521
|
functionsPath,
|
|
519
522
|
gitPath,
|
|
520
523
|
langPath,
|
|
524
|
+
layoutsPath,
|
|
521
525
|
libsPath,
|
|
522
526
|
libraryEntryPath,
|
|
523
527
|
lintPath,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/router",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks framework router.",
|
|
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/router#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/router"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/scheduler",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks scheduler.",
|
|
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/scheduler#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/scheduler"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
package/core/scripts/build
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
script_dir=$(realpath $(dirname "$0"))
|
|
5
5
|
|
|
6
6
|
# Get all directories in the core path
|
|
7
|
-
dirs=$(find "$script_dir/../
|
|
7
|
+
dirs=$(find "$script_dir/../" -type d -maxdepth 1)
|
|
8
8
|
|
|
9
9
|
# Check if no directories found
|
|
10
10
|
if [ -z "$dirs" ]; then
|
|
@@ -14,6 +14,11 @@ fi
|
|
|
14
14
|
|
|
15
15
|
# Loop through each directory
|
|
16
16
|
for dir in $dirs; do
|
|
17
|
+
# Skip the ../scripts directory
|
|
18
|
+
if [ "$dir" = "$script_dir/../scripts" ]; then
|
|
19
|
+
continue
|
|
20
|
+
fi
|
|
21
|
+
|
|
17
22
|
echo ""
|
|
18
23
|
echo "🏗️ Building..."
|
|
19
24
|
echo "📦 $dir"
|
|
@@ -36,37 +41,6 @@ for dir in $dirs; do
|
|
|
36
41
|
# Run the extracted command
|
|
37
42
|
eval $cmd
|
|
38
43
|
fi
|
|
39
|
-
|
|
40
|
-
# Check if build-server.ts exists in the directory
|
|
41
|
-
# the cloud package needs this check
|
|
42
|
-
# if [ -f "build-server.ts" ]; then
|
|
43
|
-
# # Extract the command from build-server.ts
|
|
44
|
-
# cmd=$(sed -nE "s/.*runCommand\('(.*)',.*/\1/p" build-server.ts)
|
|
45
|
-
# # Run the extracted command
|
|
46
|
-
# eval $cmd
|
|
47
|
-
# fi
|
|
48
|
-
|
|
49
|
-
# at the end of the build, we need to replace "stacks:" with "@stacksjs/"
|
|
50
|
-
# Check if dist directory exists
|
|
51
|
-
# if [ -d "dist" ]; then
|
|
52
|
-
# # Change to the dist directory
|
|
53
|
-
# cd dist
|
|
54
|
-
|
|
55
|
-
# # Find all files in the dist directory
|
|
56
|
-
# files=$(find . -type f)
|
|
57
|
-
|
|
58
|
-
# # Loop through each file
|
|
59
|
-
# for file in $files; do
|
|
60
|
-
# # Check if the file contains "stacks:"
|
|
61
|
-
# if grep -q "stacks:" "$file"; then
|
|
62
|
-
# # Replace "stacks:" with "@stacksjs/" and write changes to the file
|
|
63
|
-
# sed -i '' 's/stacks:/@stacksjs\//g' "$file" # unsure if this works outside of macos
|
|
64
|
-
# fi
|
|
65
|
-
# done
|
|
66
|
-
|
|
67
|
-
# # Change back to the parent directory
|
|
68
|
-
# cd ..
|
|
69
|
-
# fi
|
|
70
44
|
;;
|
|
71
45
|
esac
|
|
72
46
|
|
package/core/scripts/link
CHANGED
|
@@ -7,12 +7,12 @@ import { corePath } from '@stacksjs/path'
|
|
|
7
7
|
log.info('Getting started to move d.ts & d.ts.map files...')
|
|
8
8
|
|
|
9
9
|
const files = await glob([
|
|
10
|
-
'../dist/types/storage/framework/core
|
|
11
|
-
'../dist/types/storage/framework/core
|
|
12
|
-
'../dist/types/storage/framework/core
|
|
13
|
-
'../dist/types/storage/framework/core
|
|
14
|
-
'../dist/types/storage/framework/core
|
|
15
|
-
'../dist/types/storage/framework/core
|
|
10
|
+
'../dist/types/storage/framework/core/**/src/*.d.ts',
|
|
11
|
+
'../dist/types/storage/framework/core/**/src/*.d.ts.map',
|
|
12
|
+
'../dist/types/storage/framework/core/**/src/**/*.d.ts',
|
|
13
|
+
'../dist/types/storage/framework/core/**/src/**/*.d.ts.map',
|
|
14
|
+
'../dist/types/storage/framework/core/**/src/**/**/*.d.ts',
|
|
15
|
+
'../dist/types/storage/framework/core/**/src/**/**/*.d.ts.map',
|
|
16
16
|
])
|
|
17
17
|
|
|
18
18
|
if (files.length === 0) {
|
|
@@ -22,7 +22,7 @@ if (files.length === 0) {
|
|
|
22
22
|
|
|
23
23
|
for (const file of files) {
|
|
24
24
|
const path = file
|
|
25
|
-
.replace('../dist/types/storage/framework/core/
|
|
25
|
+
.replace('../dist/types/storage/framework/core/', '../src/')
|
|
26
26
|
.replace('/src/', '/dist/')
|
|
27
27
|
|
|
28
28
|
log.info('Moving', italic(file), 'to', italic(path))
|
package/core/scripts/publish
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
script_dir=$(realpath $(dirname "$0"))
|
|
5
5
|
|
|
6
6
|
# Get all directories in the core path except for src/bun-create
|
|
7
|
-
dirs=$(find "$script_dir/../
|
|
7
|
+
dirs=$(find "$script_dir/../" -type d -maxdepth 1 -not -path "$script_dir/../bun-create")
|
|
8
8
|
|
|
9
9
|
# Get all directories in src/bun-create up to two levels deep
|
|
10
|
-
bun_create_dirs=$(find "$script_dir/../src
|
|
10
|
+
bun_create_dirs=$(find "$script_dir/../src" -type d -maxdepth 2)
|
|
11
11
|
|
|
12
12
|
# Combine the two directory lists
|
|
13
13
|
dirs="$dirs $bun_create_dirs"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/search-engine",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks search engine integrations.",
|
|
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/search-engine#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/search-engine"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/security",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks framework security.",
|
|
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/security#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/security"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "Local development and production-ready.",
|
|
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/server#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/server"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/signals",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks signals integration, based on Maverick.",
|
|
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/signals#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/signals"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/slug",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks slug functionality.",
|
|
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/database#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/slug"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/sms",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
|
|
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/sms#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/sms"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
package/core/stacks
ADDED
|
@@ -226,7 +226,7 @@ function updateConfigFile(filePath, newConfig) {
|
|
|
226
226
|
}
|
|
227
227
|
});
|
|
228
228
|
}
|
|
229
|
-
var __dirname = "/home/runner/work/stacks/stacks/storage/framework/core/
|
|
229
|
+
var __dirname = "/home/runner/work/stacks/stacks/storage/framework/core/storage/src";
|
|
230
230
|
var _dirname = typeof __dirname !== "undefined" ? __dirname : dirname2(fileURLToPath(import.meta.url));
|
|
231
231
|
var helpers = {
|
|
232
232
|
_dirname,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/storage",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks file 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/storage#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/storage"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/strings",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks string utilities.",
|
|
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/strings#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/strings"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/testing",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks way of testing.",
|
|
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/testing#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/testing"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
package/core/tsconfig.json
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"module": "esnext",
|
|
12
12
|
"moduleResolution": "bundler",
|
|
13
13
|
"paths": {
|
|
14
|
-
"@stacksjs/*": ["
|
|
15
|
-
"stacks/*": ["
|
|
16
|
-
"buddy": ["./
|
|
17
|
-
"buddy/*": ["./
|
|
14
|
+
"@stacksjs/*": ["./*/src"],
|
|
15
|
+
"stacks/*": ["./*/src"],
|
|
16
|
+
"buddy": ["./buddy/index.ts"],
|
|
17
|
+
"buddy/*": ["./buddy/src/*"],
|
|
18
18
|
"~/*": ["../../../*"]
|
|
19
19
|
},
|
|
20
20
|
"resolveJsonModule": true,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/tunnel",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "Local development tunnel.",
|
|
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/tunnel#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/tunnel"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -430,7 +430,7 @@ var ExitCode;
|
|
|
430
430
|
ExitCode2[ExitCode2["FatalError"] = 1] = "FatalError";
|
|
431
431
|
ExitCode2[ExitCode2["InvalidArgument"] = 9] = "InvalidArgument";
|
|
432
432
|
})(ExitCode || (ExitCode = {}));
|
|
433
|
-
// /home/runner/work/stacks/stacks/storage/framework/core/
|
|
433
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/strings/src/utils.ts
|
|
434
434
|
var import_slugify = __toESM(require_slugify(), 1);
|
|
435
435
|
// /home/runner/work/stacks/stacks/node_modules/title-case/dist/index.js
|
|
436
436
|
var WORD_SEPARATORS = new Set(["\u2014", "\u2013", "-", "\u2015", "/"]);
|
|
@@ -480,9 +480,9 @@ var SMALL_WORDS = new Set([
|
|
|
480
480
|
"without",
|
|
481
481
|
"yet"
|
|
482
482
|
]);
|
|
483
|
-
// /home/runner/work/stacks/stacks/storage/framework/core/
|
|
483
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/strings/src/pluralize.ts
|
|
484
484
|
var pluralize = __toESM(require_pluralize(), 1);
|
|
485
|
-
// /home/runner/work/stacks/stacks/storage/framework/core/
|
|
485
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/strings/src/helpers.ts
|
|
486
486
|
function toString(v) {
|
|
487
487
|
return Object.prototype.toString.call(v);
|
|
488
488
|
}
|