pm-jira 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 +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1074,7 +1074,7 @@ const VALIDATE_FLAGS = [
|
|
|
1074
1074
|
];
|
|
1075
1075
|
export default defineExtension({
|
|
1076
1076
|
name: "pm-jira",
|
|
1077
|
-
version: "2026.7.
|
|
1077
|
+
version: "2026.7.7",
|
|
1078
1078
|
activate(api) {
|
|
1079
1079
|
// -----------------------------------------------------------------------
|
|
1080
1080
|
// schema — declare Jira provenance fields so the workspace knows them
|
package/manifest.json
CHANGED