@prisma/fetch-engine 6.5.0-integration-feat-get-rid-of-patches.1 → 6.5.0

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_HACCWU3B.getCacheDir,
22
- getDownloadUrl: () => import_chunk_HACCWU3B.getDownloadUrl,
23
- getRootCacheDir: () => import_chunk_HACCWU3B.getRootCacheDir,
24
- overwriteFile: () => import_chunk_HACCWU3B.overwriteFile
21
+ getCacheDir: () => import_chunk_TEEFYD2G.getCacheDir,
22
+ getDownloadUrl: () => import_chunk_TEEFYD2G.getDownloadUrl,
23
+ getRootCacheDir: () => import_chunk_TEEFYD2G.getRootCacheDir,
24
+ overwriteFile: () => import_chunk_TEEFYD2G.overwriteFile
25
25
  });
26
26
  module.exports = __toCommonJS(utils_exports);
27
- var import_chunk_HACCWU3B = require("./chunk-HACCWU3B.js");
27
+ var import_chunk_TEEFYD2G = require("./chunk-TEEFYD2G.js");
28
28
  var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
29
- var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
29
+ var import_chunk_OSFPEEC6 = require("./chunk-OSFPEEC6.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/fetch-engine",
3
- "version": "6.5.0-integration-feat-get-rid-of-patches.1",
3
+ "version": "6.5.0",
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",
@@ -34,7 +34,7 @@
34
34
  "p-map": "4.0.0",
35
35
  "p-retry": "4.6.2",
36
36
  "progress": "2.0.3",
37
- "rimraf": "3.0.2",
37
+ "rimraf": "6.0.1",
38
38
  "strip-ansi": "6.0.1",
39
39
  "temp-dir": "2.0.0",
40
40
  "tempy": "1.0.1",
@@ -42,9 +42,9 @@
42
42
  "typescript": "5.4.5"
43
43
  },
44
44
  "dependencies": {
45
- "@prisma/engines-version": "6.5.0-54.1ea2fdf6bb4482f4af05b7f54f20273ddb71a8fe",
46
- "@prisma/debug": "6.5.0-integration-feat-get-rid-of-patches.1",
47
- "@prisma/get-platform": "6.5.0-integration-feat-get-rid-of-patches.1"
45
+ "@prisma/engines-version": "6.5.0-73.173f8d54f8d52e692c7e27e72a88314ec7aeff60",
46
+ "@prisma/debug": "6.5.0",
47
+ "@prisma/get-platform": "6.5.0"
48
48
  },
49
49
  "files": [
50
50
  "README.md",