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