@hot-updater/repack 0.20.8 → 0.20.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.
Files changed (2) hide show
  1. package/dist/index.cjs +4 -2
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -24,8 +24,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
24
  }) : target, mod));
25
25
 
26
26
  //#endregion
27
- const fs = __toESM(require("fs"));
28
- const path = __toESM(require("path"));
27
+ let fs = require("fs");
28
+ fs = __toESM(fs);
29
+ let path = require("path");
30
+ path = __toESM(path);
29
31
 
30
32
  //#region ../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js
31
33
  var require_picocolors = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": ((exports, module) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/repack",
3
3
  "type": "module",
4
- "version": "0.20.8",
4
+ "version": "0.20.10",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -32,7 +32,7 @@
32
32
  "@callstack/repack": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@hot-updater/plugin-core": "0.20.8"
35
+ "@hot-updater/plugin-core": "0.20.10"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "tsdown",