@prisma/fetch-engine 6.6.0-dev.10 → 6.6.0-dev.101

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/utils.js CHANGED
@@ -18,12 +18,12 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var utils_exports = {};
20
20
  __export(utils_exports, {
21
- getCacheDir: () => import_chunk_TEEFYD2G.getCacheDir,
22
- getDownloadUrl: () => import_chunk_TEEFYD2G.getDownloadUrl,
23
- getRootCacheDir: () => import_chunk_TEEFYD2G.getRootCacheDir,
24
- overwriteFile: () => import_chunk_TEEFYD2G.overwriteFile
21
+ getCacheDir: () => import_chunk_YJOPKU47.getCacheDir,
22
+ getDownloadUrl: () => import_chunk_YJOPKU47.getDownloadUrl,
23
+ getRootCacheDir: () => import_chunk_YJOPKU47.getRootCacheDir,
24
+ overwriteFile: () => import_chunk_YJOPKU47.overwriteFile
25
25
  });
26
26
  module.exports = __toCommonJS(utils_exports);
27
- var import_chunk_TEEFYD2G = require("./chunk-TEEFYD2G.js");
27
+ var import_chunk_YJOPKU47 = require("./chunk-YJOPKU47.js");
28
28
  var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
29
- var import_chunk_OSFPEEC6 = require("./chunk-OSFPEEC6.js");
29
+ var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/fetch-engine",
3
- "version": "6.6.0-dev.10",
3
+ "version": "6.6.0-dev.101",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -42,9 +42,9 @@
42
42
  "typescript": "5.4.5"
43
43
  },
44
44
  "dependencies": {
45
- "@prisma/engines-version": "6.6.0-10.bc2d18c3f69c7d900942eecbba243c671bb24afb",
46
- "@prisma/debug": "6.6.0-dev.10",
47
- "@prisma/get-platform": "6.6.0-dev.10"
45
+ "@prisma/engines-version": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
46
+ "@prisma/debug": "6.6.0-dev.101",
47
+ "@prisma/get-platform": "6.6.0-dev.101"
48
48
  },
49
49
  "files": [
50
50
  "README.md",