@hot-updater/cloudflare 0.21.6 → 0.21.7
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/iac/index.cjs +1 -1
- package/dist/iac/index.js +1 -1
- package/package.json +5 -5
- package/worker/dist/README.md +1 -1
package/dist/iac/index.cjs
CHANGED
|
@@ -12426,7 +12426,7 @@ const runInit = async ({ build }) => {
|
|
|
12426
12426
|
f.success("Generated '.env.hotupdater' file with Cloudflare settings.");
|
|
12427
12427
|
f.success("Generated 'hot-updater.config.ts' file with Cloudflare settings.");
|
|
12428
12428
|
if (subdomains.subdomain) Me((0, __hot_updater_plugin_core.transformTemplate)(SOURCE_TEMPLATE, { source: `https://${workerName}.${subdomains.subdomain}.workers.dev/api/check-update` }));
|
|
12429
|
-
f.message(`Next step: ${(0, __hot_updater_plugin_core.link)("https://hot-updater.dev/
|
|
12429
|
+
f.message(`Next step: ${(0, __hot_updater_plugin_core.link)("https://hot-updater.dev/docs/managed/cloudflare#step-4-add-hotupdater-to-your-project")}`);
|
|
12430
12430
|
f.success("Done! 🎉");
|
|
12431
12431
|
};
|
|
12432
12432
|
|
package/dist/iac/index.js
CHANGED
|
@@ -12406,7 +12406,7 @@ const runInit = async ({ build }) => {
|
|
|
12406
12406
|
f.success("Generated '.env.hotupdater' file with Cloudflare settings.");
|
|
12407
12407
|
f.success("Generated 'hot-updater.config.ts' file with Cloudflare settings.");
|
|
12408
12408
|
if (subdomains.subdomain) Me(transformTemplate(SOURCE_TEMPLATE, { source: `https://${workerName}.${subdomains.subdomain}.workers.dev/api/check-update` }));
|
|
12409
|
-
f.message(`Next step: ${link("https://hot-updater.dev/
|
|
12409
|
+
f.message(`Next step: ${link("https://hot-updater.dev/docs/managed/cloudflare#step-4-add-hotupdater-to-your-project")}`);
|
|
12410
12410
|
f.success("Done! 🎉");
|
|
12411
12411
|
};
|
|
12412
12412
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/cloudflare",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.21.
|
|
4
|
+
"version": "0.21.7",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"cloudflare": "4.2.0",
|
|
44
|
-
"@hot-updater/core": "0.21.
|
|
45
|
-
"@hot-updater/js": "0.21.
|
|
46
|
-
"@hot-updater/plugin-core": "0.21.
|
|
44
|
+
"@hot-updater/core": "0.21.7",
|
|
45
|
+
"@hot-updater/js": "0.21.7",
|
|
46
|
+
"@hot-updater/plugin-core": "0.21.7"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@clack/prompts": "0.10.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"vitest": "2.1.8",
|
|
64
64
|
"wrangler": "^4.5.0",
|
|
65
65
|
"xdg-app-paths": "^8.3.0",
|
|
66
|
-
"@hot-updater/test-utils": "0.21.
|
|
66
|
+
"@hot-updater/test-utils": "0.21.7"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "tsdown && pnpm build:worker",
|
package/worker/dist/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
This folder contains the built output assets for the worker "hot-updater" generated at 2025-11-
|
|
1
|
+
This folder contains the built output assets for the worker "hot-updater" generated at 2025-11-07T12:20:06.695Z.
|