@hot-updater/cloudflare 0.29.1 → 0.29.2
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/package.json +7 -7
- package/worker/dist/README.md +1 -1
- package/worker/dist/index.js +0 -10
- package/worker/dist/index.js.map +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/cloudflare",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.29.
|
|
4
|
+
"version": "0.29.2",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"cloudflare": "4.2.0",
|
|
51
51
|
"hono": "4.12.9",
|
|
52
52
|
"uuidv7": "^1.0.2",
|
|
53
|
-
"@hot-updater/cli-tools": "0.29.
|
|
54
|
-
"@hot-updater/core": "0.29.
|
|
55
|
-
"@hot-updater/
|
|
56
|
-
"@hot-updater/
|
|
57
|
-
"@hot-updater/server": "0.29.
|
|
53
|
+
"@hot-updater/cli-tools": "0.29.2",
|
|
54
|
+
"@hot-updater/core": "0.29.2",
|
|
55
|
+
"@hot-updater/js": "0.29.2",
|
|
56
|
+
"@hot-updater/plugin-core": "0.29.2",
|
|
57
|
+
"@hot-updater/server": "0.29.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@cloudflare/vitest-pool-workers": "0.13.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"vitest": "4.1.0",
|
|
72
72
|
"wrangler": "^4.5.0",
|
|
73
73
|
"xdg-app-paths": "^8.3.0",
|
|
74
|
-
"@hot-updater/test-utils": "0.29.
|
|
74
|
+
"@hot-updater/test-utils": "0.29.2"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"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 2026-04-
|
|
1
|
+
This folder contains the built output assets for the worker "hot-updater" generated at 2026-04-03T14:22:57.023Z.
|
package/worker/dist/index.js
CHANGED
|
@@ -3138,11 +3138,6 @@ init_performance2();
|
|
|
3138
3138
|
init_virtual_unenv_global_polyfill_cloudflare_unenv_preset_node_process();
|
|
3139
3139
|
init_virtual_unenv_global_polyfill_cloudflare_unenv_preset_node_console();
|
|
3140
3140
|
init_performance2();
|
|
3141
|
-
|
|
3142
|
-
// ../../packages/core/dist/rollout.mjs
|
|
3143
|
-
init_virtual_unenv_global_polyfill_cloudflare_unenv_preset_node_process();
|
|
3144
|
-
init_virtual_unenv_global_polyfill_cloudflare_unenv_preset_node_console();
|
|
3145
|
-
init_performance2();
|
|
3146
3141
|
var NUMERIC_COHORT_SIZE = 1e3;
|
|
3147
3142
|
var DEFAULT_ROLLOUT_COHORT_COUNT = NUMERIC_COHORT_SIZE;
|
|
3148
3143
|
function parseNumericCohortValue(cohort) {
|
|
@@ -3243,11 +3238,6 @@ function isCohortEligibleForUpdate(bundleId, cohort, rolloutCohortCount, targetC
|
|
|
3243
3238
|
return getNumericCohortRolloutPosition(bundleId, numericCohort) < normalizedRolloutCount;
|
|
3244
3239
|
}
|
|
3245
3240
|
__name(isCohortEligibleForUpdate, "isCohortEligibleForUpdate");
|
|
3246
|
-
|
|
3247
|
-
// ../../packages/core/dist/uuid.mjs
|
|
3248
|
-
init_virtual_unenv_global_polyfill_cloudflare_unenv_preset_node_process();
|
|
3249
|
-
init_virtual_unenv_global_polyfill_cloudflare_unenv_preset_node_console();
|
|
3250
|
-
init_performance2();
|
|
3251
3241
|
var NIL_UUID = "00000000-0000-0000-0000-000000000000";
|
|
3252
3242
|
|
|
3253
3243
|
// ../plugin-core/dist/index.mjs
|