pm-slack 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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## 2026.05.29 - 2026-05-29
4
4
 
5
- ### Other
5
+ ### Fixed
6
6
 
7
7
  - Close/block Slack reasons always show 'no reason given' \(data-shape mismatch\) ([pm-slack-ssby](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/issues/pm-slack-ssby.toon))
8
8
 
package/dist/index.js CHANGED
@@ -179,7 +179,7 @@ function extractItem(ctx) {
179
179
  // ---------------------------------------------------------------------------
180
180
  export default defineExtension({
181
181
  name: "pm-slack",
182
- version: "2026.5.29",
182
+ version: "2026.5.31",
183
183
  activate(api) {
184
184
  // ---------------------------------------------------------------------------
185
185
  // afterCommand hook — fires after every pm-cli command completes
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack",
3
- "version": "2026.5.29",
3
+ "version": "2026.5.31",
4
4
  "description": "Slack notifications for pm item lifecycle events",
5
5
  "author": "@unbraind",
6
6
  "entry": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack",
3
- "version": "2026.5.29",
3
+ "version": "2026.5.31",
4
4
  "description": "Slack notifications for pm item lifecycle events",
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.24"
38
+ "@unbrained/pm-cli": ">=2026.5.29"
39
39
  },
40
40
  "devDependencies": {
41
- "@unbrained/pm-cli": "^2026.5.24",
42
- "typescript": "^6.0.3",
43
- "pm-changelog": "^2026.5.25",
44
- "@types/node": "^25.9.1"
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
  "engines": {
47
47
  "node": ">=20.0.0"