create-nextly-app 0.0.2-alpha.19 → 0.0.2-alpha.20
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/dist/{chunk-WXPDPMTW.mjs → chunk-6HFD2Q2U.mjs} +5 -3
- package/dist/chunk-6HFD2Q2U.mjs.map +1 -0
- package/dist/cli.cjs +4 -2
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +2 -2
- package/dist/cli.mjs.map +1 -1
- package/dist/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-WXPDPMTW.mjs.map +0 -1
|
@@ -24990,10 +24990,12 @@ var RUNTIME_RESOLVED_PACKAGES = ["next", "eslint-config-next"];
|
|
|
24990
24990
|
var NEXTLY_PACKAGES = [
|
|
24991
24991
|
"nextly",
|
|
24992
24992
|
"@nextlyhq/admin",
|
|
24993
|
+
"@nextlyhq/ui",
|
|
24993
24994
|
"@nextlyhq/adapter-drizzle",
|
|
24994
24995
|
"@nextlyhq/adapter-postgres",
|
|
24995
24996
|
"@nextlyhq/adapter-mysql",
|
|
24996
|
-
"@nextlyhq/adapter-sqlite"
|
|
24997
|
+
"@nextlyhq/adapter-sqlite",
|
|
24998
|
+
"@nextlyhq/plugin-form-builder"
|
|
24997
24999
|
];
|
|
24998
25000
|
var resolvedNextlyVersions = null;
|
|
24999
25001
|
async function fetchLatestVersion(pkg) {
|
|
@@ -28863,5 +28865,5 @@ async function createNextly(options = {}) {
|
|
|
28863
28865
|
*/
|
|
28864
28866
|
|
|
28865
28867
|
export { __commonJS, __require, __toESM, capture, createNextly, init, resolveProjectArg, shutdown, validateProjectName };
|
|
28866
|
-
//# sourceMappingURL=chunk-
|
|
28867
|
-
//# sourceMappingURL=chunk-
|
|
28868
|
+
//# sourceMappingURL=chunk-6HFD2Q2U.mjs.map
|
|
28869
|
+
//# sourceMappingURL=chunk-6HFD2Q2U.mjs.map
|