@hot-updater/aws 0.31.0 → 0.31.1

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