@hot-updater/aws 0.30.4 → 0.30.6
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/lambda/index.cjs +1 -1
- package/package.json +8 -8
package/dist/lambda/index.cjs
CHANGED
|
@@ -5686,7 +5686,7 @@ function findRoute(router, method, path) {
|
|
|
5686
5686
|
}
|
|
5687
5687
|
//#endregion
|
|
5688
5688
|
//#region ../../packages/server/src/version.ts
|
|
5689
|
-
const HOT_UPDATER_SERVER_VERSION = "0.30.
|
|
5689
|
+
const HOT_UPDATER_SERVER_VERSION = "0.30.6";
|
|
5690
5690
|
//#endregion
|
|
5691
5691
|
//#region ../../packages/server/src/handler.ts
|
|
5692
5692
|
var HandlerBadRequestError = class extends Error {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/aws",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.30.
|
|
4
|
+
"version": "0.30.6",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"es-toolkit": "^1.32.0",
|
|
43
43
|
"execa": "9.5.2",
|
|
44
44
|
"mime": "^4.0.4",
|
|
45
|
-
"@hot-updater/core": "0.30.
|
|
46
|
-
"@hot-updater/
|
|
47
|
-
"@hot-updater/
|
|
48
|
-
"@hot-updater/
|
|
45
|
+
"@hot-updater/core": "0.30.6",
|
|
46
|
+
"@hot-updater/mock": "0.30.6",
|
|
47
|
+
"@hot-updater/test-utils": "0.30.6",
|
|
48
|
+
"@hot-updater/js": "0.30.6"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@aws-sdk/client-cloudfront": "3.1008.0",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@aws-sdk/lib-storage": "3.1008.0",
|
|
61
61
|
"hono": "4.12.9",
|
|
62
62
|
"aws-lambda": "1.0.7",
|
|
63
|
-
"@hot-updater/
|
|
64
|
-
"@hot-updater/
|
|
65
|
-
"@hot-updater/
|
|
63
|
+
"@hot-updater/cli-tools": "0.30.6",
|
|
64
|
+
"@hot-updater/plugin-core": "0.30.6",
|
|
65
|
+
"@hot-updater/server": "0.30.6"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "tsdown",
|