@prisma/migrate 7.8.0 → 7.9.0-dev.10

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.
@@ -33,12 +33,12 @@ __export(setupPostgres_exports, {
33
33
  tearDownPostgres: () => tearDownPostgres
34
34
  });
35
35
  module.exports = __toCommonJS(setupPostgres_exports);
36
- var import_chunk_QVMYNWAN = require("../chunk-QVMYNWAN.js");
36
+ var import_chunk_5JVYZEWJ = require("../chunk-5JVYZEWJ.js");
37
37
  var import_chunk_2ESYSVXG = require("../chunk-2ESYSVXG.js");
38
38
  var import_promises = __toESM(require("node:fs/promises"));
39
39
  var import_node_path = __toESM(require("node:path"));
40
40
  var import_internals = require("@prisma/internals");
41
- var import_pg = (0, import_chunk_2ESYSVXG.__toESM)((0, import_chunk_QVMYNWAN.require_lib)());
41
+ var import_pg = (0, import_chunk_2ESYSVXG.__toESM)((0, import_chunk_5JVYZEWJ.require_lib)());
42
42
  async function setupPostgres(options) {
43
43
  const { connectionString } = options;
44
44
  const { dirname } = options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/migrate",
3
- "version": "7.8.0",
3
+ "version": "7.9.0-dev.10",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/migrate/src/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "tempy": "1.0.1",
45
45
  "ts-pattern": "5.6.2",
46
46
  "typescript": "5.4.5",
47
- "@prisma/adapter-libsql": "7.8.0"
47
+ "@prisma/adapter-libsql": "7.9.0-dev.10"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@prisma/internals": "*"
@@ -52,13 +52,13 @@
52
52
  "dependencies": {
53
53
  "@prisma/engines-version": "7.8.0-6.3c6e192761c0362d496ed980de936e2f3cebcd3a",
54
54
  "prompts": "2.4.2",
55
- "@prisma/client-generator-registry": "7.8.0",
56
- "@prisma/config": "7.8.0",
57
- "@prisma/driver-adapter-utils": "7.8.0",
58
- "@prisma/debug": "7.8.0",
59
- "@prisma/generator": "7.8.0",
60
- "@prisma/get-platform": "7.8.0",
61
- "@prisma/internals": "7.8.0"
55
+ "@prisma/client-generator-registry": "7.9.0-dev.10",
56
+ "@prisma/config": "7.9.0-dev.10",
57
+ "@prisma/driver-adapter-utils": "7.9.0-dev.10",
58
+ "@prisma/debug": "7.9.0-dev.10",
59
+ "@prisma/get-platform": "7.9.0-dev.10",
60
+ "@prisma/generator": "7.9.0-dev.10",
61
+ "@prisma/internals": "7.9.0-dev.10"
62
62
  },
63
63
  "files": [
64
64
  "README.md",