@hot-updater/supabase 0.21.6 → 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.
@@ -7877,7 +7877,7 @@ const runInit = async ({ build }) => {
7877
7877
  f.success("Generated '.env.hotupdater' file with Supabase settings.");
7878
7878
  f.success("Generated 'hot-updater.config.ts' file with Supabase settings.");
7879
7879
  Me((0, __hot_updater_plugin_core.transformTemplate)(SOURCE_TEMPLATE, { source: `https://${project.id}.supabase.co/functions/v1/update-server` }));
7880
- f.message(`Next step: ${(0, __hot_updater_plugin_core.link)("https://hot-updater.dev/guide/getting-started/quick-start-with-supabase.html#step-4-add-hotupdater-to-your-project")}`);
7880
+ f.message(`Next step: ${(0, __hot_updater_plugin_core.link)("https://hot-updater.dev/docs/managed/supabase#step-4-add-hotupdater-to-your-project")}`);
7881
7881
  f.success("Done! 🎉");
7882
7882
  };
7883
7883
 
package/dist/iac/index.js CHANGED
@@ -7860,7 +7860,7 @@ const runInit = async ({ build }) => {
7860
7860
  f.success("Generated '.env.hotupdater' file with Supabase settings.");
7861
7861
  f.success("Generated 'hot-updater.config.ts' file with Supabase settings.");
7862
7862
  Me(transformTemplate(SOURCE_TEMPLATE, { source: `https://${project.id}.supabase.co/functions/v1/update-server` }));
7863
- f.message(`Next step: ${link("https://hot-updater.dev/guide/getting-started/quick-start-with-supabase.html#step-4-add-hotupdater-to-your-project")}`);
7863
+ f.message(`Next step: ${link("https://hot-updater.dev/docs/managed/supabase#step-4-add-hotupdater-to-your-project")}`);
7864
7864
  f.success("Done! 🎉");
7865
7865
  };
7866
7866
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/supabase",
3
3
  "type": "module",
4
- "version": "0.21.6",
4
+ "version": "0.21.7",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -41,8 +41,8 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@supabase/supabase-js": "^2.76.1",
44
- "@hot-updater/core": "0.21.6",
45
- "@hot-updater/plugin-core": "0.21.6"
44
+ "@hot-updater/core": "0.21.7",
45
+ "@hot-updater/plugin-core": "0.21.7"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@clack/prompts": "0.10.0",
@@ -52,7 +52,7 @@
52
52
  "@types/node": "^20",
53
53
  "mime": "^4.0.4",
54
54
  "picocolors": "1.1.1",
55
- "@hot-updater/postgres": "0.21.6"
55
+ "@hot-updater/postgres": "0.21.7"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsdown",