pm-slack-standup 2026.9.18 → 2026.9.19
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 +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
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.
|
|
2027
|
+
version: "2026.9.19",
|
|
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