@hot-updater/aws 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/dist/lambda/index.cjs +1 -1
- package/package.json +8 -8
package/dist/lambda/index.cjs
CHANGED
|
@@ -6181,7 +6181,7 @@ function findRoute(router, method, path) {
|
|
|
6181
6181
|
}
|
|
6182
6182
|
//#endregion
|
|
6183
6183
|
//#region ../../packages/server/src/version.ts
|
|
6184
|
-
const HOT_UPDATER_SERVER_VERSION = "0.33.
|
|
6184
|
+
const HOT_UPDATER_SERVER_VERSION = "0.33.2";
|
|
6185
6185
|
//#endregion
|
|
6186
6186
|
//#region ../../packages/server/src/handler.ts
|
|
6187
6187
|
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.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",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"es-toolkit": "^1.32.0",
|
|
46
46
|
"execa": "9.5.2",
|
|
47
47
|
"mime": "^4.0.4",
|
|
48
|
-
"@hot-updater/core": "0.33.
|
|
49
|
-
"@hot-updater/js": "0.33.
|
|
50
|
-
"@hot-updater/
|
|
51
|
-
"@hot-updater/
|
|
48
|
+
"@hot-updater/core": "0.33.2",
|
|
49
|
+
"@hot-updater/js": "0.33.2",
|
|
50
|
+
"@hot-updater/test-utils": "0.33.2",
|
|
51
|
+
"@hot-updater/mock": "0.33.2"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@aws-sdk/client-cloudfront": "3.1066.0",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"@aws-sdk/lib-storage": "3.1066.0",
|
|
64
64
|
"hono": "4.12.9",
|
|
65
65
|
"aws-lambda": "1.0.7",
|
|
66
|
-
"@hot-updater/
|
|
67
|
-
"@hot-updater/
|
|
68
|
-
"@hot-updater/
|
|
66
|
+
"@hot-updater/server": "0.33.2",
|
|
67
|
+
"@hot-updater/cli-tools": "0.33.2",
|
|
68
|
+
"@hot-updater/plugin-core": "0.33.2"
|
|
69
69
|
},
|
|
70
70
|
"scripts": {
|
|
71
71
|
"build": "tsdown",
|