create-prisma 0.7.0-pr.48.149.1 → 0.7.1-pr.49.151.1
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/cli.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as CreateTemplateSchema, c as PackageManagerSchema, i as CreateCommandInputSchema, l as SchemaPresetSchema, n as createCreatePrismaCli, o as DatabaseProviderSchema, r as router, s as DatabaseUrlSchema, t as create } from "./src-
|
|
2
|
+
import { a as CreateTemplateSchema, c as PackageManagerSchema, i as CreateCommandInputSchema, l as SchemaPresetSchema, n as createCreatePrismaCli, o as DatabaseProviderSchema, r as router, s as DatabaseUrlSchema, t as create } from "./src-f-JavxLp.mjs";
|
|
3
3
|
export { CreateCommandInputSchema, CreateTemplateSchema, DatabaseProviderSchema, DatabaseUrlSchema, PackageManagerSchema, SchemaPresetSchema, create, createCreatePrismaCli, router };
|
|
@@ -2054,7 +2054,7 @@ async function getAnonymousId() {
|
|
|
2054
2054
|
}
|
|
2055
2055
|
function getCommonProperties() {
|
|
2056
2056
|
return {
|
|
2057
|
-
"cli-version": "0.7.
|
|
2057
|
+
"cli-version": "0.7.1-pr.49.151.1",
|
|
2058
2058
|
"node-version": process.version,
|
|
2059
2059
|
platform: process.platform,
|
|
2060
2060
|
arch: process.arch
|
|
@@ -2496,7 +2496,7 @@ async function executeCreateContext(context) {
|
|
|
2496
2496
|
}
|
|
2497
2497
|
//#endregion
|
|
2498
2498
|
//#region src/index.ts
|
|
2499
|
-
const CLI_VERSION = "0.7.
|
|
2499
|
+
const CLI_VERSION = "0.7.1-pr.49.151.1";
|
|
2500
2500
|
const router = os.router({ create: os.meta({
|
|
2501
2501
|
description: "Create a new project with Prisma setup",
|
|
2502
2502
|
default: true,
|
package/package.json
CHANGED