@hot-updater/plugin-core 0.19.8 → 0.19.9
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.cjs +1 -0
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -29279,6 +29279,7 @@ const createZipTargetFiles = async ({ outfile, targetFiles }) => {
|
|
|
29279
29279
|
compressionOptions: { level: 9 },
|
|
29280
29280
|
platform: "UNIX"
|
|
29281
29281
|
});
|
|
29282
|
+
await fs_promises.default.mkdir(path.default.dirname(outfile), { recursive: true });
|
|
29282
29283
|
await fs_promises.default.writeFile(outfile, content);
|
|
29283
29284
|
return outfile;
|
|
29284
29285
|
};
|
package/dist/index.js
CHANGED
|
@@ -29281,6 +29281,7 @@ const createZipTargetFiles = async ({ outfile, targetFiles }) => {
|
|
|
29281
29281
|
compressionOptions: { level: 9 },
|
|
29282
29282
|
platform: "UNIX"
|
|
29283
29283
|
});
|
|
29284
|
+
await fs$1.mkdir(path.dirname(outfile), { recursive: true });
|
|
29284
29285
|
await fs$1.writeFile(outfile, content);
|
|
29285
29286
|
return outfile;
|
|
29286
29287
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/plugin-core",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"cosmiconfig": "9.0.0",
|
|
46
46
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
47
47
|
"oxc-transform": "0.72.0",
|
|
48
|
-
"@hot-updater/core": "0.19.
|
|
48
|
+
"@hot-updater/core": "0.19.9"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/node": "^22.7.5",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"picocolors": "^1.0.0",
|
|
56
56
|
"typescript": "5.8.2",
|
|
57
57
|
"workspace-tools": "^0.36.4",
|
|
58
|
-
"@hot-updater/plugin-core": "0.19.
|
|
58
|
+
"@hot-updater/plugin-core": "0.19.9"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "tsdown",
|