@hot-updater/aws 0.31.3 → 0.31.4
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
|
@@ -7274,7 +7274,7 @@ function findRoute(router, method, path) {
|
|
|
7274
7274
|
}
|
|
7275
7275
|
//#endregion
|
|
7276
7276
|
//#region ../../packages/server/src/version.ts
|
|
7277
|
-
const HOT_UPDATER_SERVER_VERSION = "0.31.
|
|
7277
|
+
const HOT_UPDATER_SERVER_VERSION = "0.31.4";
|
|
7278
7278
|
//#endregion
|
|
7279
7279
|
//#region ../../packages/server/src/handler.ts
|
|
7280
7280
|
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.31.
|
|
4
|
+
"version": "0.31.4",
|
|
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.31.
|
|
46
|
-
"@hot-updater/js": "0.31.
|
|
47
|
-
"@hot-updater/mock": "0.31.
|
|
48
|
-
"@hot-updater/test-utils": "0.31.
|
|
45
|
+
"@hot-updater/core": "0.31.4",
|
|
46
|
+
"@hot-updater/js": "0.31.4",
|
|
47
|
+
"@hot-updater/mock": "0.31.4",
|
|
48
|
+
"@hot-updater/test-utils": "0.31.4"
|
|
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/cli-tools": "0.31.
|
|
64
|
-
"@hot-updater/plugin-core": "0.31.
|
|
65
|
-
"@hot-updater/server": "0.31.
|
|
63
|
+
"@hot-updater/cli-tools": "0.31.4",
|
|
64
|
+
"@hot-updater/plugin-core": "0.31.4",
|
|
65
|
+
"@hot-updater/server": "0.31.4"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "tsdown",
|