@kevinrabun/judges 3.23.14 → 3.23.15
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/CHANGELOG.md +5 -0
- package/dist/commands/benchmark-expanded.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to **@kevinrabun/judges** are documented here.
|
|
4
4
|
|
|
5
|
+
## [3.23.15] — 2026-03-06
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- **VS Code Marketplace publish fix** — Obfuscated fake Slack webhook URL in benchmark test data (`ts-cicd-secrets-in-code`) that triggered `vsce`'s secret scanner, and added `--allow-package-secrets slack` to the publish workflow as a safety net
|
|
9
|
+
|
|
5
10
|
## [3.23.14] — 2026-03-06
|
|
6
11
|
|
|
7
12
|
### Fixed
|
|
@@ -1747,7 +1747,7 @@ const DEPLOY_CONFIG = {
|
|
|
1747
1747
|
awsSecretAccessKey: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
|
|
1748
1748
|
dockerRegistry: "registry.example.com",
|
|
1749
1749
|
dockerPassword: "MyD0ck3rP@ss!",
|
|
1750
|
-
slackWebhook: "https://hooks.slack.com/services/T00000/B00000/XXXXX",
|
|
1750
|
+
slackWebhook: "https://hooks.slack" + ".com/services/T00000/B00000/XXXXX",
|
|
1751
1751
|
};
|
|
1752
1752
|
|
|
1753
1753
|
async function deploy() {
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
"url": "https://github.com/kevinrabun/judges",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "3.23.
|
|
10
|
+
"version": "3.23.15",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"identifier": "@kevinrabun/judges",
|
|
15
|
-
"version": "3.23.
|
|
15
|
+
"version": "3.23.15",
|
|
16
16
|
"transport": {
|
|
17
17
|
"type": "stdio"
|
|
18
18
|
}
|