@hot-updater/cloudflare 0.31.0 → 0.31.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/cloudflare",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.31.
|
|
4
|
+
"version": "0.31.1",
|
|
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/
|
|
54
|
-
"@hot-updater/
|
|
55
|
-
"@hot-updater/
|
|
56
|
-
"@hot-updater/
|
|
57
|
-
"@hot-updater/server": "0.31.
|
|
53
|
+
"@hot-updater/cli-tools": "0.31.1",
|
|
54
|
+
"@hot-updater/js": "0.31.1",
|
|
55
|
+
"@hot-updater/core": "0.31.1",
|
|
56
|
+
"@hot-updater/plugin-core": "0.31.1",
|
|
57
|
+
"@hot-updater/server": "0.31.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@cloudflare/vitest-pool-workers": "0.13.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"vitest": "4.1.4",
|
|
72
72
|
"wrangler": "^4.5.0",
|
|
73
73
|
"xdg-app-paths": "^8.3.0",
|
|
74
|
-
"@hot-updater/test-utils": "0.31.
|
|
74
|
+
"@hot-updater/test-utils": "0.31.1"
|
|
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-05-
|
|
1
|
+
This folder contains the built output assets for the worker "hot-updater" generated at 2026-05-16T10:12:39.005Z.
|
package/worker/dist/index.js
CHANGED
|
@@ -9021,7 +9021,7 @@ init_performance2();
|
|
|
9021
9021
|
// ../../packages/server/package.json
|
|
9022
9022
|
var package_default = {
|
|
9023
9023
|
name: "@hot-updater/server",
|
|
9024
|
-
version: "0.31.
|
|
9024
|
+
version: "0.31.1",
|
|
9025
9025
|
type: "module",
|
|
9026
9026
|
description: "React Native OTA solution for self-hosted",
|
|
9027
9027
|
sideEffects: false,
|