pm-slack-standup 2026.5.29 → 2026.5.31
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 +4 -1
- package/dist/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## 2026.05.29 - 2026-05-29
|
|
4
4
|
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Missing-webhook failure returns error object and exits 0 \(wrong exit code\) ([pm-slack-standup-xk28](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-xk28.toon))
|
|
8
|
+
|
|
5
9
|
### Other
|
|
6
10
|
|
|
7
11
|
- dry-run / include-done flags ignored due to kebab-case option read \(option normalization\) ([pm-slack-standup-ro6d](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/tasks/pm-slack-standup-ro6d.toon))
|
|
8
|
-
- Missing-webhook failure returns error object and exits 0 \(wrong exit code\) ([pm-slack-standup-xk28](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-xk28.toon))
|
|
9
12
|
|
|
10
13
|
## 2026.05.28 - 2026-05-28
|
|
11
14
|
|
package/dist/index.js
CHANGED
|
@@ -177,7 +177,7 @@ function postToSlack(webhookUrl, text) {
|
|
|
177
177
|
// ---------------------------------------------------------------------------
|
|
178
178
|
export default defineExtension({
|
|
179
179
|
name: "pm-slack-standup",
|
|
180
|
-
version: "2026.5.
|
|
180
|
+
version: "2026.5.31",
|
|
181
181
|
activate(api) {
|
|
182
182
|
api.registerCommand({
|
|
183
183
|
name: "standup",
|
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-slack-standup",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.31",
|
|
4
4
|
"description": "Post pm context as a Slack standup message",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"release:check": "npm run typecheck && npm run build && npm run audit:prod && npm run pack:dry-run && npm run changelog:check"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@unbrained/pm-cli": ">=2026.5.
|
|
38
|
+
"@unbrained/pm-cli": ">=2026.5.29"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@
|
|
42
|
-
"
|
|
43
|
-
"pm-changelog": "^2026.5.
|
|
44
|
-
"
|
|
41
|
+
"@types/node": "^25.9.1",
|
|
42
|
+
"@unbrained/pm-cli": "^2026.5.29",
|
|
43
|
+
"pm-changelog": "^2026.5.29-2",
|
|
44
|
+
"typescript": "^6.0.3"
|
|
45
45
|
},
|
|
46
46
|
"keywords": [
|
|
47
47
|
"pm-cli",
|