@prisma/client-generator-js 7.10.0 → 8.1.0-dev.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/index.js CHANGED
@@ -2358,7 +2358,7 @@ var package_default = {
2358
2358
  homepage: "https://www.prisma.io",
2359
2359
  repository: {
2360
2360
  type: "git",
2361
- url: "https://github.com/prisma/prisma.git",
2361
+ url: "https://github.com/prisma/orm.git",
2362
2362
  directory: "packages/client"
2363
2363
  },
2364
2364
  author: "Tim Suchanek <suchanek@prisma.io>",
@@ -6802,7 +6802,7 @@ var import_engines_version = require("@prisma/engines-version");
6802
6802
  var import_internals9 = require("@prisma/internals");
6803
6803
 
6804
6804
  // package.json
6805
- var version = "7.10.0";
6805
+ var version = "8.1.0-dev.2";
6806
6806
 
6807
6807
  // src/resolvePrismaClient.ts
6808
6808
  var import_promises2 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -2348,7 +2348,7 @@ var package_default = {
2348
2348
  homepage: "https://www.prisma.io",
2349
2349
  repository: {
2350
2350
  type: "git",
2351
- url: "https://github.com/prisma/prisma.git",
2351
+ url: "https://github.com/prisma/orm.git",
2352
2352
  directory: "packages/client"
2353
2353
  },
2354
2354
  author: "Tim Suchanek <suchanek@prisma.io>",
@@ -6795,7 +6795,7 @@ import { enginesVersion } from "@prisma/engines-version";
6795
6795
  import { BuiltInProvider, parseEnvValue } from "@prisma/internals";
6796
6796
 
6797
6797
  // package.json
6798
- var version = "7.10.0";
6798
+ var version = "8.1.0-dev.2";
6799
6799
 
6800
6800
  // src/resolvePrismaClient.ts
6801
6801
  import fs2 from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-js",
3
- "version": "7.10.0",
3
+ "version": "8.1.0-dev.2",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "https://github.com/prisma/prisma.git",
22
+ "url": "https://github.com/prisma/orm.git",
23
23
  "directory": "packages/client-generator-js"
24
24
  },
25
25
  "license": "Apache-2.0",
@@ -32,15 +32,15 @@
32
32
  "package-up": "5.0.0",
33
33
  "pluralize": "8.0.0",
34
34
  "ts-pattern": "5.9.0",
35
- "@prisma/client-common": "7.10.0",
36
- "@prisma/debug": "7.10.0",
37
- "@prisma/generator": "7.10.0",
38
- "@prisma/dmmf": "7.10.0",
39
- "@prisma/fetch-engine": "7.10.0",
40
- "@prisma/get-platform": "7.10.0",
41
- "@prisma/internals": "7.10.0",
42
- "@prisma/param-graph-builder": "7.10.0",
43
- "@prisma/ts-builders": "7.10.0"
35
+ "@prisma/client-common": "8.1.0-dev.2",
36
+ "@prisma/fetch-engine": "8.1.0-dev.2",
37
+ "@prisma/debug": "8.1.0-dev.2",
38
+ "@prisma/generator": "8.1.0-dev.2",
39
+ "@prisma/dmmf": "8.1.0-dev.2",
40
+ "@prisma/get-platform": "8.1.0-dev.2",
41
+ "@prisma/param-graph-builder": "8.1.0-dev.2",
42
+ "@prisma/ts-builders": "8.1.0-dev.2",
43
+ "@prisma/internals": "8.1.0-dev.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33"