create-prisma 0.4.1-pr.35.74.1 → 0.4.2-pr.36.76.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
|
@@ -1718,7 +1718,7 @@ async function getAnonymousId() {
|
|
|
1718
1718
|
}
|
|
1719
1719
|
function getCommonProperties() {
|
|
1720
1720
|
return {
|
|
1721
|
-
"cli-version": "0.4.
|
|
1721
|
+
"cli-version": "0.4.2-pr.36.76.1",
|
|
1722
1722
|
"node-version": process.version,
|
|
1723
1723
|
platform: process.platform,
|
|
1724
1724
|
arch: process.arch
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as DatabaseUrlSchema, i as DatabaseProviderSchema, n as CreateCommandInputSchema, o as PackageManagerSchema, r as CreateTemplateSchema, s as SchemaPresetSchema, t as runCreateCommand } from "./create-
|
|
2
|
+
import { a as DatabaseUrlSchema, i as DatabaseProviderSchema, n as CreateCommandInputSchema, o as PackageManagerSchema, r as CreateTemplateSchema, s as SchemaPresetSchema, t as runCreateCommand } from "./create-DuV1nh0P.mjs";
|
|
3
3
|
import { os } from "@orpc/server";
|
|
4
4
|
import { createCli } from "trpc-cli";
|
|
5
5
|
|
|
6
6
|
//#region src/index.ts
|
|
7
|
-
const CLI_VERSION = "0.4.
|
|
7
|
+
const CLI_VERSION = "0.4.2-pr.36.76.1";
|
|
8
8
|
const router = os.router({ create: os.meta({
|
|
9
9
|
description: "Create a new project with Prisma setup",
|
|
10
10
|
default: true,
|
package/package.json
CHANGED