pm-slack-standup 2026.9.6 → 2026.9.9

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.9.8 - 2026-09-08
4
+
5
+ ### Security
6
+
7
+ - Consume the canonical attestation gate instead of carrying a copy of it ([pm-slack-standup-0jq7](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/chores/pm-slack-standup-0jq7.toon))
8
+
3
9
  ## 2026.9.6 - 2026-09-06
4
10
 
5
11
  ### Fixed
package/dist/index.js CHANGED
@@ -2024,7 +2024,7 @@ export function renderTrendLine(deltas) {
2024
2024
  let exportStdoutViaService = false;
2025
2025
  export default defineExtension({
2026
2026
  name: "pm-slack-standup",
2027
- version: "2026.9.6",
2027
+ version: "2026.9.9",
2028
2028
  activate(api) {
2029
2029
  const standupFlags = [
2030
2030
  { 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.9.6",
3
+ "version": "2026.9.9",
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.9.6",
3
+ "version": "2026.9.9",
4
4
  "description": "Post pm context as a Slack standup message",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,9 +46,9 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^26.1.1",
49
- "@unbrained/pm-cli": "2026.8.31",
50
- "pm-changelog": "2026.9.1",
51
- "pm-ops": "2026.8.17",
49
+ "@unbrained/pm-cli": "2026.9.7",
50
+ "pm-changelog": "2026.9.6",
51
+ "pm-ops": "^2026.9.7",
52
52
  "typescript": "^7.0.2"
53
53
  },
54
54
  "peerDependencies": {