@theholocron/holocron-plugin-cloudflare 3.28.0 → 3.29.0

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/README.md +2 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -20,6 +20,8 @@ Token resolution order:
20
20
  1. `--token <TOKEN>` flag on the holocron invocation
21
21
  2. `HOLOCRON_CLOUDFLARE_TOKEN` env var
22
22
  3. `CLOUDFLARE_API_TOKEN` env var (the standard Cloudflare variable name)
23
+ 4. Keyring `cloudflare.<org>` — tried first when an org is active via `--org`, `HOLOCRON_ORG`, or `org` in `holocron.config.ts`
24
+ 5. Keyring `cloudflare` — unnamespaced fallback; set via `holocron auth set cloudflare <token>`
23
25
 
24
26
  Generate a scoped API token at **dash.cloudflare.com/profile/api-tokens**
25
27
  with `Zone:Read` and `DNS:Edit` permissions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/holocron-plugin-cloudflare",
3
- "version": "3.28.0",
3
+ "version": "3.29.0",
4
4
  "description": "Holocron plugin for Cloudflare. Implements the dns capability against Cloudflare's REST API — zone resolution, DNS record management.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-cloudflare#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",
@@ -21,8 +21,8 @@
21
21
  }
22
22
  },
23
23
  "peerDependencies": {
24
- "@theholocron/cloudflare-client": "^1.8.0",
25
- "@theholocron/cli": "3.28.0"
24
+ "@theholocron/cloudflare-client": "^1.9.0",
25
+ "@theholocron/cli": "3.29.0"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@theholocron/cloudflare-client": {
@@ -30,11 +30,11 @@
30
30
  }
31
31
  },
32
32
  "devDependencies": {
33
- "@theholocron/cloudflare-client": "^1.8.0",
34
- "@theholocron/eslint-config": "^7.19.1",
35
- "@theholocron/tsconfig": "^7.19.1",
36
- "@theholocron/tsdown-config": "^7.19.1",
37
- "@theholocron/vitest-config": "^7.19.1",
33
+ "@theholocron/cloudflare-client": "^1.9.0",
34
+ "@theholocron/eslint-config": "^7.20.0",
35
+ "@theholocron/tsconfig": "^7.20.0",
36
+ "@theholocron/tsdown-config": "^7.20.0",
37
+ "@theholocron/vitest-config": "^7.20.0",
38
38
  "@types/node": "^26",
39
39
  "chalk": "^6.0.0",
40
40
  "@vitest/coverage-v8": "^4.1.10",
@@ -46,7 +46,7 @@
46
46
  "tsx": "4.22.4",
47
47
  "typescript": "^5.9.3",
48
48
  "vitest": "^4.1.10",
49
- "@theholocron/cli": "3.28.0"
49
+ "@theholocron/cli": "3.29.0"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"