@hot-updater/firebase 0.36.10 → 0.36.12

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.
@@ -32,7 +32,7 @@ path = __toESM(path);
32
32
  let firebase_admin_storage = require("firebase-admin/storage");
33
33
  //#endregion
34
34
  //#region ../../packages/server/dist/version.mjs
35
- const HOT_UPDATER_SERVER_VERSION = "0.36.10";
35
+ const HOT_UPDATER_SERVER_VERSION = "0.36.12";
36
36
  //#endregion
37
37
  //#region ../../packages/server/dist/internalRouter.mjs
38
38
  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.36.10",
4
+ "version": "0.36.12",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "types": "dist/index.d.cts",
@@ -43,10 +43,10 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "hono": "4.12.34",
46
- "@hot-updater/core": "0.36.10",
47
- "@hot-updater/server": "0.36.10",
48
- "@hot-updater/plugin-core": "0.36.10",
49
- "@hot-updater/cli-tools": "0.36.10"
46
+ "@hot-updater/cli-tools": "0.36.12",
47
+ "@hot-updater/core": "0.36.12",
48
+ "@hot-updater/plugin-core": "0.36.12",
49
+ "@hot-updater/server": "0.36.12"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"
@@ -61,9 +61,9 @@
61
61
  "firebase-tools": "^13.32.0",
62
62
  "fkill": "^9.0.0",
63
63
  "mime": "^4.0.4",
64
- "@hot-updater/js": "0.36.10",
65
- "@hot-updater/mock": "0.36.10",
66
- "@hot-updater/test-utils": "0.36.10"
64
+ "@hot-updater/js": "0.36.12",
65
+ "@hot-updater/mock": "0.36.12",
66
+ "@hot-updater/test-utils": "0.36.12"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "firebase-admin": "*",