@hot-updater/cloudflare 0.20.0 → 0.20.1
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 +4 -4
- package/worker/dist/README.md +1 -1
package/dist/iac/index.cjs
CHANGED
|
@@ -12539,7 +12539,7 @@ const runInit = async ({ build }) => {
|
|
|
12539
12539
|
HOT_UPDATER_CLOUDFLARE_R2_BUCKET_NAME: selectedBucketName,
|
|
12540
12540
|
HOT_UPDATER_CLOUDFLARE_D1_DATABASE_ID: selectedD1DatabaseId
|
|
12541
12541
|
});
|
|
12542
|
-
f.success("Generated '.env' file with Cloudflare settings.");
|
|
12542
|
+
f.success("Generated '.env.hotupdater' file with Cloudflare settings.");
|
|
12543
12543
|
f.success("Generated 'hot-updater.config.ts' file with Cloudflare settings.");
|
|
12544
12544
|
if (subdomains.subdomain) Me((0, __hot_updater_plugin_core.transformTemplate)(SOURCE_TEMPLATE, { source: `https://${workerName}.${subdomains.subdomain}.workers.dev/api/check-update` }));
|
|
12545
12545
|
f.message(`Next step: ${(0, __hot_updater_plugin_core.link)("https://hot-updater.dev/guide/providers/2_cloudflare.html#step-4-add-hotupdater-to-your-project")}`);
|
package/dist/iac/index.js
CHANGED
|
@@ -12542,7 +12542,7 @@ const runInit = async ({ build }) => {
|
|
|
12542
12542
|
HOT_UPDATER_CLOUDFLARE_R2_BUCKET_NAME: selectedBucketName,
|
|
12543
12543
|
HOT_UPDATER_CLOUDFLARE_D1_DATABASE_ID: selectedD1DatabaseId
|
|
12544
12544
|
});
|
|
12545
|
-
f.success("Generated '.env' file with Cloudflare settings.");
|
|
12545
|
+
f.success("Generated '.env.hotupdater' file with Cloudflare settings.");
|
|
12546
12546
|
f.success("Generated 'hot-updater.config.ts' file with Cloudflare settings.");
|
|
12547
12547
|
if (subdomains.subdomain) Me(transformTemplate(SOURCE_TEMPLATE, { source: `https://${workerName}.${subdomains.subdomain}.workers.dev/api/check-update` }));
|
|
12548
12548
|
f.message(`Next step: ${link("https://hot-updater.dev/guide/providers/2_cloudflare.html#step-4-add-hotupdater-to-your-project")}`);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/cloudflare",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.20.
|
|
4
|
+
"version": "0.20.1",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"cloudflare": "4.2.0",
|
|
43
|
-
"@hot-updater/
|
|
44
|
-
"@hot-updater/
|
|
45
|
-
"@hot-updater/
|
|
43
|
+
"@hot-updater/js": "0.20.1",
|
|
44
|
+
"@hot-updater/plugin-core": "0.20.1",
|
|
45
|
+
"@hot-updater/core": "0.20.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@clack/prompts": "0.10.0",
|
package/worker/dist/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
This folder contains the built output assets for the worker "hot-updater" generated at 2025-08-
|
|
1
|
+
This folder contains the built output assets for the worker "hot-updater" generated at 2025-08-17T15:39:11.709Z.
|