@theholocron/holocron-plugin-discord 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.
- package/README.md +2 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -20,6 +20,8 @@ Token resolution order:
|
|
|
20
20
|
1. `--token <WEBHOOK_URL>` flag on the holocron invocation
|
|
21
21
|
2. `HOLOCRON_DISCORD_WEBHOOK` env var
|
|
22
22
|
3. `DISCORD_WEBHOOK_URL` env var
|
|
23
|
+
4. Keyring `discord.<org>` — tried first when an org is active via `--org`, `HOLOCRON_ORG`, or `org` in `holocron.config.ts`
|
|
24
|
+
5. Keyring `discord` — unnamespaced fallback; set via `holocron auth set discord <webhook-url>`
|
|
23
25
|
|
|
24
26
|
The "token" is the full incoming webhook URL
|
|
25
27
|
(`https://discord.com/api/webhooks/{id}/{token}`). No bot account or
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theholocron/holocron-plugin-discord",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.29.0",
|
|
4
4
|
"description": "Holocron plugin for Discord. Implements the notifications capability via Discord incoming webhooks.",
|
|
5
5
|
"homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-discord#readme",
|
|
6
6
|
"bugs": "https://github.com/theholocron/holocron/issues",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@theholocron/cli": "3.
|
|
24
|
+
"@theholocron/cli": "3.29.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@theholocron/eslint-config": "^7.
|
|
27
|
+
"@theholocron/eslint-config": "^7.20.0",
|
|
28
28
|
"chalk": "^6.0.0",
|
|
29
|
-
"@theholocron/tsconfig": "^7.
|
|
30
|
-
"@theholocron/tsdown-config": "^7.
|
|
31
|
-
"@theholocron/vitest-config": "^7.
|
|
29
|
+
"@theholocron/tsconfig": "^7.20.0",
|
|
30
|
+
"@theholocron/tsdown-config": "^7.20.0",
|
|
31
|
+
"@theholocron/vitest-config": "^7.20.0",
|
|
32
32
|
"@types/node": "^26",
|
|
33
33
|
"@vitest/coverage-v8": "^4.1.10",
|
|
34
34
|
"@vitest/eslint-plugin": "^1.6.27",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"tsx": "4.22.4",
|
|
40
40
|
"typescript": "^5.9.3",
|
|
41
41
|
"vitest": "^4.1.10",
|
|
42
|
-
"@theholocron/cli": "3.
|
|
42
|
+
"@theholocron/cli": "3.29.0"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|