pm-slack-standup 2026.7.25 → 2026.7.26

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,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.7.26 - 2026-07-26
4
+
5
+ ### Other
6
+
7
+ - Enable governance duplicate-detection advisory mode and adopt pm-cli 2026.7.25 ([pm-slack-standup-jl6z](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/chores/pm-slack-standup-jl6z.toon))
8
+
3
9
  ## 2026.7.23 - 2026-07-23
4
10
 
5
11
  ### Fixed
package/dist/index.js CHANGED
@@ -1402,7 +1402,7 @@ export function renderTrendLine(deltas) {
1402
1402
  let exportStdoutViaService = false;
1403
1403
  export default defineExtension({
1404
1404
  name: "pm-slack-standup",
1405
- version: "2026.7.25",
1405
+ version: "2026.7.26",
1406
1406
  activate(api) {
1407
1407
  const standupFlags = [
1408
1408
  { long: "--webhook", value_name: "url", description: "Slack incoming webhook URL (overrides PM_SLACK_WEBHOOK env var)" },
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack-standup",
3
- "version": "2026.7.25",
3
+ "version": "2026.7.26",
4
4
  "manifest_version": 2,
5
5
  "description": "Post pm context as a Slack standup message",
6
6
  "author": "@unbraind",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack-standup",
3
- "version": "2026.7.25",
3
+ "version": "2026.7.26",
4
4
  "description": "Post pm context as a Slack standup message",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "@types/node": "^26.1.1",
43
43
  "pm-changelog": "^2026.7.24",
44
44
  "typescript": "^7.0.2",
45
- "@unbrained/pm-cli": "^2026.7.22"
45
+ "@unbrained/pm-cli": "^2026.7.25"
46
46
  },
47
47
  "keywords": [
48
48
  "pm-cli",
@@ -92,6 +92,6 @@
92
92
  "access": "public"
93
93
  },
94
94
  "dependencies": {
95
- "@unbrained/pm-cli": "^2026.7.5"
95
+ "@unbrained/pm-cli": "^2026.7.25"
96
96
  }
97
97
  }