hot-updater 0.6.1 → 0.6.2

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.
package/dist/index.cjs CHANGED
@@ -22712,7 +22712,7 @@ export default HotUpdater.wrap({
22712
22712
  if (subdomains.subdomain) prompts_namespaceObject.note(transformTemplate(SOURCE_TEMPLATE, {
22713
22713
  source: `https://${workerName}.${subdomains.subdomain}.workers.dev/api/check-update`
22714
22714
  }));
22715
- prompts_namespaceObject.log.message(`Next step: ${banner_link("https://gronxb.github.io/hot-updater/guide/getting-started/quick-start-with-cloudflare.html#step-4-add-hotupdater-to-your-project")}`);
22715
+ prompts_namespaceObject.log.message(`Next step: ${banner_link("https://gronxb.github.io/hot-updater/guide/providers/2_cloudflare.html#step-4-add-hotupdater-to-your-project")}`);
22716
22716
  prompts_namespaceObject.log.success("Done! 🎉");
22717
22717
  };
22718
22718
  const supabase_CONFIG_TEMPLATE = `
package/dist/index.js CHANGED
@@ -22605,7 +22605,7 @@ const initCloudflareD1R2Worker = async ()=>{
22605
22605
  if (subdomains.subdomain) __WEBPACK_EXTERNAL_MODULE__clack_prompts_3cae1695__.note(transformTemplate(SOURCE_TEMPLATE, {
22606
22606
  source: `https://${workerName}.${subdomains.subdomain}.workers.dev/api/check-update`
22607
22607
  }));
22608
- __WEBPACK_EXTERNAL_MODULE__clack_prompts_3cae1695__.log.message(`Next step: ${banner_link("https://gronxb.github.io/hot-updater/guide/getting-started/quick-start-with-cloudflare.html#step-4-add-hotupdater-to-your-project")}`);
22608
+ __WEBPACK_EXTERNAL_MODULE__clack_prompts_3cae1695__.log.message(`Next step: ${banner_link("https://gronxb.github.io/hot-updater/guide/providers/2_cloudflare.html#step-4-add-hotupdater-to-your-project")}`);
22609
22609
  __WEBPACK_EXTERNAL_MODULE__clack_prompts_3cae1695__.log.success("Done! 🎉");
22610
22610
  };
22611
22611
  const supabase_CONFIG_TEMPLATE = `
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hot-updater",
3
3
  "type": "module",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "bin": {
6
6
  "hot-updater": "./dist/index.js"
7
7
  },
@@ -49,9 +49,9 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@clack/prompts": "^0.9.0",
52
- "@hot-updater/console": "0.6.1",
53
- "@hot-updater/core": "0.6.1",
54
- "@hot-updater/plugin-core": "0.6.1",
52
+ "@hot-updater/console": "0.6.2",
53
+ "@hot-updater/core": "0.6.2",
54
+ "@hot-updater/plugin-core": "0.6.2",
55
55
  "commander": "^11.1.0",
56
56
  "cosmiconfig": "^9.0.0",
57
57
  "cosmiconfig-typescript-loader": "^5.0.0"