@hot-updater/firebase 0.35.0 → 0.35.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.
@@ -34,7 +34,7 @@ let path = require("path");
34
34
  path = __toESM$1(path);
35
35
  //#endregion
36
36
  //#region ../../packages/server/dist/version.mjs
37
- const HOT_UPDATER_SERVER_VERSION = "0.35.0";
37
+ const HOT_UPDATER_SERVER_VERSION = "0.35.1";
38
38
  //#endregion
39
39
  //#region ../../packages/server/dist/internalRouter.mjs
40
40
  const normalizePath = (path) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/firebase",
3
3
  "type": "module",
4
- "version": "0.35.0",
4
+ "version": "0.35.1",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "types": "dist/index.d.cts",
@@ -38,10 +38,10 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "hono": "4.12.9",
41
- "@hot-updater/cli-tools": "0.35.0",
42
- "@hot-updater/core": "0.35.0",
43
- "@hot-updater/server": "0.35.0",
44
- "@hot-updater/plugin-core": "0.35.0"
41
+ "@hot-updater/core": "0.35.1",
42
+ "@hot-updater/plugin-core": "0.35.1",
43
+ "@hot-updater/server": "0.35.1",
44
+ "@hot-updater/cli-tools": "0.35.1"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"
@@ -56,9 +56,9 @@
56
56
  "firebase-tools": "^13.32.0",
57
57
  "fkill": "^9.0.0",
58
58
  "mime": "^4.0.4",
59
- "@hot-updater/js": "0.35.0",
60
- "@hot-updater/mock": "0.35.0",
61
- "@hot-updater/test-utils": "0.35.0"
59
+ "@hot-updater/js": "0.35.1",
60
+ "@hot-updater/mock": "0.35.1",
61
+ "@hot-updater/test-utils": "0.35.1"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "firebase-admin": "*",