@lsby/cloudflare-ipv6-ddns 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -79,4 +79,4 @@ async function main() {
79
79
  const ipv6地址 = await 获取IPv6地址();
80
80
  await 增加或更新dns记录(cloudflare, 区域id, 域名, ipv6地址, 'AAAA');
81
81
  }
82
- // await main().catch(console.log)
82
+ await main().catch(console.log);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsby/cloudflare-ipv6-ddns",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "lsby-cloudflare-ipv6-ddns": "dist/index.js"