create-prisma 0.11.2 → 0.11.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "private": false,
5
5
  "description": "Create Prisma 8 projects with first-party templates and great DX.",
6
6
  "homepage": "https://github.com/prisma/create-prisma",
@@ -37,7 +37,7 @@
37
37
  "dev": "tsdown --watch",
38
38
  "start": "bun run ./dist/cli.mjs",
39
39
  "test": "bun run test:unit && bun run test:e2e",
40
- "test:unit": "bun test ./tests/dependencies.test.ts ./tests/deploy-with-composer.test.ts ./tests/initialize-git.test.ts ./tests/install.test.ts ./tests/json-output.test.ts ./tests/node-version.test.ts ./tests/setup-prisma.test.ts ./tests/telemetry.test.ts",
40
+ "test:unit": "bun test ./tests/dependencies.test.ts ./tests/deploy-with-composer.test.ts ./tests/initialize-git.test.ts ./tests/install.test.ts ./tests/json-output.test.ts ./tests/node-version.test.ts ./tests/setup-prisma.test.ts ./tests/telemetry-client.test.ts ./tests/telemetry.test.ts",
41
41
  "test:e2e": "bun test --timeout 180000 ./tests/e2e/create-prisma.e2e.test.ts",
42
42
  "check": "bun run format:check && bun run lint",
43
43
  "lint": "oxlint . --deny-warnings",
@@ -51,18 +51,15 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@clack/prompts": "^1.7.0",
54
- "@orpc/server": "^1.13.5",
54
+ "@effect/platform-node-shared": "4.0.0-rc.112",
55
+ "effect": "4.0.0-rc.112",
55
56
  "execa": "^9.6.1",
56
- "fs-extra": "^11.3.3",
57
57
  "handlebars": "^4.7.8",
58
- "posthog-node": "^5.28.2",
59
- "trpc-cli": "^0.12.4",
60
- "zod": "^4.3.6"
58
+ "posthog-node": "^5.28.2"
61
59
  },
62
60
  "devDependencies": {
63
61
  "@prisma/dev": "0.24.7",
64
62
  "@types/bun": "^1.3.9",
65
- "@types/fs-extra": "^11.0.4",
66
63
  "@types/node": "^25.3.0",
67
64
  "changelogithub": "^14.0.0",
68
65
  "mongodb-memory-server": "11.1.0",