pm-slack-standup 2026.7.6 → 2026.7.7

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/dist/index.js CHANGED
@@ -1163,7 +1163,7 @@ export function renderTrendLine(deltas) {
1163
1163
  let exportStdoutViaService = false;
1164
1164
  export default defineExtension({
1165
1165
  name: "pm-slack-standup",
1166
- version: "2026.7.6",
1166
+ version: "2026.7.7",
1167
1167
  activate(api) {
1168
1168
  const standupFlags = [
1169
1169
  { 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.6",
3
+ "version": "2026.7.7",
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.6",
3
+ "version": "2026.7.7",
4
4
  "description": "Post pm context as a Slack standup message",
5
5
  "repository": {
6
6
  "type": "git",