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 +1 -1
- package/dist/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
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.
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-slack",
|
|
3
|
-
"version": "2026.5.
|
|
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.
|
|
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
|
"engines": {
|
|
47
47
|
"node": ">=20.0.0"
|