@hot-updater/aws 0.31.2 → 0.31.3

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.
@@ -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.2";
7277
+ const HOT_UPDATER_SERVER_VERSION = "0.31.3";
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.2",
4
+ "version": "0.31.3",
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/js": "0.31.2",
46
- "@hot-updater/core": "0.31.2",
47
- "@hot-updater/mock": "0.31.2",
48
- "@hot-updater/test-utils": "0.31.2"
45
+ "@hot-updater/core": "0.31.3",
46
+ "@hot-updater/js": "0.31.3",
47
+ "@hot-updater/mock": "0.31.3",
48
+ "@hot-updater/test-utils": "0.31.3"
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/plugin-core": "0.31.2",
64
- "@hot-updater/cli-tools": "0.31.2",
65
- "@hot-updater/server": "0.31.2"
63
+ "@hot-updater/cli-tools": "0.31.3",
64
+ "@hot-updater/plugin-core": "0.31.3",
65
+ "@hot-updater/server": "0.31.3"
66
66
  },
67
67
  "scripts": {
68
68
  "build": "tsdown",