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
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as createCreatePrismaCli } from "./src-Dn0XwHrr.mjs";
2
+ import { n as createCreatePrismaCli } from "./src-B3hRLZ0U.mjs";
3
3
  //#region src/cli.ts
4
4
  createCreatePrismaCli().run();
5
5
  //#endregion
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-Dn0XwHrr.mjs";
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.1",
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.1";
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "private": false,
5
5
  "description": "Create Prisma 7 projects with first-party templates and great DX.",
6
6
  "homepage": "https://github.com/prisma/create-prisma",