@hot-updater/cloudflare 0.33.1 → 0.33.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/cloudflare",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.33.
|
|
4
|
+
"version": "0.33.2",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"cloudflare": "4.2.0",
|
|
57
57
|
"hono": "4.12.9",
|
|
58
58
|
"uuidv7": "^1.0.2",
|
|
59
|
-
"@hot-updater/
|
|
60
|
-
"@hot-updater/
|
|
61
|
-
"@hot-updater/
|
|
62
|
-
"@hot-updater/plugin-core": "0.33.
|
|
63
|
-
"@hot-updater/server": "0.33.
|
|
59
|
+
"@hot-updater/core": "0.33.2",
|
|
60
|
+
"@hot-updater/js": "0.33.2",
|
|
61
|
+
"@hot-updater/cli-tools": "0.33.2",
|
|
62
|
+
"@hot-updater/plugin-core": "0.33.2",
|
|
63
|
+
"@hot-updater/server": "0.33.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@cloudflare/vitest-pool-workers": "0.13.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"vitest": "4.1.4",
|
|
78
78
|
"wrangler": "^4.5.0",
|
|
79
79
|
"xdg-app-paths": "^8.3.0",
|
|
80
|
-
"@hot-updater/test-utils": "0.33.
|
|
80
|
+
"@hot-updater/test-utils": "0.33.2"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|
|
83
83
|
"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-06-
|
|
1
|
+
This folder contains the built output assets for the worker "hot-updater" generated at 2026-06-15T12:56:27.149Z.
|
package/worker/dist/index.js
CHANGED
|
@@ -7516,7 +7516,7 @@ init_performance2();
|
|
|
7516
7516
|
// ../../packages/server/package.json
|
|
7517
7517
|
var package_default = {
|
|
7518
7518
|
name: "@hot-updater/server",
|
|
7519
|
-
version: "0.33.
|
|
7519
|
+
version: "0.33.2",
|
|
7520
7520
|
type: "module",
|
|
7521
7521
|
description: "React Native OTA solution for self-hosted",
|
|
7522
7522
|
sideEffects: false,
|