@hot-updater/firebase 0.21.5 → 0.21.7

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.
@@ -8303,7 +8303,7 @@ const runInit = async ({ build }) => {
8303
8303
  }
8304
8304
  await printTemplate(initializeVariable.projectId, currentRegion);
8305
8305
  await removeTmpDir();
8306
- f.message(`Next step: ${(0, __hot_updater_plugin_core.link)("https://hot-updater.dev/guide/providers/4_firebase.html#step-3-generated-configurations")}`);
8306
+ f.message(`Next step: ${(0, __hot_updater_plugin_core.link)("https://hot-updater.dev/docs/managed/firebase#step-3-generated-configurations")}`);
8307
8307
  f.message("Next step: Change GOOGLE_APPLICATION_CREDENTIALS=your-credentials.json in .env file");
8308
8308
  f.success("Done! 🎉");
8309
8309
  };
package/dist/iac/index.js CHANGED
@@ -8287,7 +8287,7 @@ const runInit = async ({ build }) => {
8287
8287
  }
8288
8288
  await printTemplate(initializeVariable.projectId, currentRegion);
8289
8289
  await removeTmpDir();
8290
- f.message(`Next step: ${link("https://hot-updater.dev/guide/providers/4_firebase.html#step-3-generated-configurations")}`);
8290
+ f.message(`Next step: ${link("https://hot-updater.dev/docs/managed/firebase#step-3-generated-configurations")}`);
8291
8291
  f.message("Next step: Change GOOGLE_APPLICATION_CREDENTIALS=your-credentials.json in .env file");
8292
8292
  f.success("Done! 🎉");
8293
8293
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/firebase",
3
3
  "type": "module",
4
- "version": "0.21.5",
4
+ "version": "0.21.7",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "types": "dist/index.d.ts",
@@ -35,8 +35,8 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "firebase": "^11.3.1",
38
- "@hot-updater/core": "0.21.5",
39
- "@hot-updater/plugin-core": "0.21.5"
38
+ "@hot-updater/core": "0.21.7",
39
+ "@hot-updater/plugin-core": "0.21.7"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
@@ -54,8 +54,8 @@
54
54
  "hono": "^4.6.3",
55
55
  "mime": "^4.0.4",
56
56
  "picocolors": "1.1.1",
57
- "@hot-updater/js": "0.21.5",
58
- "@hot-updater/test-utils": "0.21.5"
57
+ "@hot-updater/js": "0.21.7",
58
+ "@hot-updater/test-utils": "0.21.7"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "firebase-admin": "*"