v0.0.2-alpha.7
Pre-releaseReleased all 12 packages at 0.0.2-alpha.7 in lockstep (nextly, create-nextly-app, and 10 @nextlyhq/* packages).
What's changed
@nextlyhq/adapter-drizzle
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly.
@nextlyhq/adapter-mysql
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly. -
Updated dependencies [
e41725d,bd92f1b]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.7
@nextlyhq/adapter-postgres
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly. -
Updated dependencies [
e41725d,bd92f1b]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.7
@nextlyhq/adapter-sqlite
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly. -
Updated dependencies [
e41725d,bd92f1b]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.7
@nextlyhq/admin
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly. -
Updated dependencies [
e41725d,bd92f1b]:- @nextlyhq/ui@0.0.2-alpha.7
create-nextly-app
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly.
nextly
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly. -
Updated dependencies [
e41725d,bd92f1b]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.7
- @nextlyhq/adapter-mysql@0.0.2-alpha.7
- @nextlyhq/adapter-postgres@0.0.2-alpha.7
- @nextlyhq/adapter-sqlite@0.0.2-alpha.7
@nextlyhq/plugin-form-builder
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly. -
Updated dependencies [
e41725d,bd92f1b]:- @nextlyhq/admin@0.0.2-alpha.7
- nextly@0.0.2-alpha.7
- @nextlyhq/ui@0.0.2-alpha.7
@nextlyhq/storage-s3
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly.
@nextlyhq/storage-uploadthing
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly.
@nextlyhq/storage-vercel-blob
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly.
@nextlyhq/ui
Patch Changes
-
#32
e41725dThanks @mobeenabdullah! - Internal refactor: consolidate thepackages/nextly/src/services/auth/shim layer. The shim was a directory of one-lineexport *re-exports left over from an earlier reorganisation; the canonical code already lived inpackages/nextly/src/domains/auth/services/. The shim directory has been removed and 29 internal call sites have been pointed at the canonical location. A duplicate test suite of 13 files (mechanical-path-only drift, no logic divergence) has been deleted in favour of the existing copies underdomains/auth/__tests__/. A new@nextly/domains/*TypeScript path alias is added to match the existing@nextly/services/*/@nextly/auth/*pattern. No public exports, runtime behaviour, or wire-format changes; this is shipped as a patch because every package version moves together in the alpha train. -
#30
bd92f1bThanks @mobeenabdullah! -create-nextly-appnow prompts for a folder name when none is given on the command line. Previously, runningnpx create-nextly-appwith no positional argument was silently treated as "install in the current directory" and then aborted with aDirectory not emptyerror once the user finished the template and database prompts. The CLI now asksWhat should your project be called?withmy-nextly-apppre-filled. You can accept the default with Enter, type any folder name, or type.(or./) to install in the current directory, matching the way the positional argument already worked. When the chosen target directory is non-empty the CLI now offers a three-option recovery prompt (cancel, remove existing files and continue, or ignore files and continue) instead of aborting outright. Theremoveoption preserves any.gitdirectory so existing history is kept.Note for scripted or CI use: the no-argument form is no longer equivalent to
npx create-nextly-app .; it now opens an interactive prompt. If you were relying on the previous behavior in a non-interactive environment, pass.(or any folder name) explicitly.