pm-slack-standup 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
@@ -909,7 +909,7 @@ export function resolveStandupOptions(options, format) {
909
909
  // ---------------------------------------------------------------------------
910
910
  export default defineExtension({
911
911
  name: "pm-slack-standup",
912
- version: "2026.6.7",
912
+ version: "2026.6.8",
913
913
  activate(api) {
914
914
  const standupFlags = [
915
915
  { 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.6.7",
3
+ "version": "2026.6.8",
4
4
  "description": "Post pm context as a Slack standup message",
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-standup",
3
- "version": "2026.6.7",
3
+ "version": "2026.6.8",
4
4
  "description": "Post pm context as a Slack standup message",
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
  "keywords": [