create-prisma 0.7.1 → 0.7.2
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-B3hRLZ0U.mjs";
|
|
3
3
|
export { CreateCommandInputSchema, CreateTemplateSchema, DatabaseProviderSchema, DatabaseUrlSchema, PackageManagerSchema, SchemaPresetSchema, create, createCreatePrismaCli, router };
|
|
@@ -2063,7 +2063,7 @@ async function getAnonymousId() {
|
|
|
2063
2063
|
}
|
|
2064
2064
|
function getCommonProperties() {
|
|
2065
2065
|
return {
|
|
2066
|
-
"cli-version": "0.7.
|
|
2066
|
+
"cli-version": "0.7.2",
|
|
2067
2067
|
"node-version": process.version,
|
|
2068
2068
|
platform: process.platform,
|
|
2069
2069
|
arch: process.arch
|
|
@@ -2505,7 +2505,7 @@ async function executeCreateContext(context) {
|
|
|
2505
2505
|
}
|
|
2506
2506
|
//#endregion
|
|
2507
2507
|
//#region src/index.ts
|
|
2508
|
-
const CLI_VERSION = "0.7.
|
|
2508
|
+
const CLI_VERSION = "0.7.2";
|
|
2509
2509
|
const router = os.router({ create: os.meta({
|
|
2510
2510
|
description: "Create a new project with Prisma setup",
|
|
2511
2511
|
default: true,
|