@kungfu-tech/buildchain 2.6.0 → 2.6.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kungfu-tech/buildchain",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "private": false,
5
5
  "description": "Buildchain Release Passport, release governance, CLI toolkit, and site facts.",
6
6
  "repository": "https://github.com/kungfu-systems/buildchain",
@@ -217,6 +217,8 @@ for (const requiredSnippet of [
217
217
  "github.event.workflow_run.event == 'push'",
218
218
  "target-sha: ${{ github.event.workflow_run.head_sha || inputs.sha || github.sha }}",
219
219
  "publish-required-artifacts-json: \"[]\"",
220
+ "release-passport-impact-json: >-",
221
+ "\"surfaceImpacts\":[",
220
222
  ]) {
221
223
  if (!buildchainRefPromotionWorkflow.includes(requiredSnippet)) {
222
224
  throw new Error(`buildchain ref promotion workflow missing npm transaction snippet: ${requiredSnippet}`);