[READ-ONLY] Mirror of https://github.com/danielroe/domain-sync. A tiny script that migrates all my Gandi domains to use Cloudflare DNS.
cloudflare dns gandi script
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update dependency typescript to v7 (#58)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Jul 13, 2026, 2:33 PM +0100) commit 4c6030b1 parent 9fe6359c
+1 -1
bun.lockb

This is a binary file and will not be displayed.

+1 -1
package.json
··· 10 10 "module": "index.ts", 11 11 "type": "module", 12 12 "peerDependencies": { 13 - "typescript": "^5.0.0 || ^6.0.0" 13 + "typescript": "^5.0.0 || ^6.0.0 || ^7.0.0" 14 14 } 15 15 }