pm-slack 2026.6.7 → 2026.6.8

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
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 2026.6.7 - 2026-06-07
3
+ ## 2026.06.07 - 2026-06-07
4
4
 
5
5
  ### Added
6
6
 
package/dist/index.js CHANGED
@@ -1119,7 +1119,7 @@ function extractItem(ctx) {
1119
1119
  // ---------------------------------------------------------------------------
1120
1120
  export default defineExtension({
1121
1121
  name: "pm-slack",
1122
- version: "2026.6.7",
1122
+ version: "2026.6.8",
1123
1123
  activate(api) {
1124
1124
  // -----------------------------------------------------------------------
1125
1125
  // 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.6.7",
3
+ "version": "2026.6.8",
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.6.7",
3
+ "version": "2026.6.8",
4
4
  "description": "Slack notifications for pm item lifecycle events",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,12 +35,12 @@
35
35
  "release:check": "npm run typecheck && npm run build && npm test && npm run audit:prod && npm run pack:dry-run && npm run changelog:check"
36
36
  },
37
37
  "peerDependencies": {
38
- "@unbrained/pm-cli": ">=2026.5.31"
38
+ "@unbrained/pm-cli": ">=2026.6.7"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^25.9.2",
42
- "@unbrained/pm-cli": "^2026.6.6",
43
- "pm-changelog": "^2026.6.6",
42
+ "@unbrained/pm-cli": "^2026.6.7",
43
+ "pm-changelog": "^2026.6.7",
44
44
  "typescript": "^6.0.3"
45
45
  },
46
46
  "engines": {