snyk-broker 4.135.0 → 4.136.0

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/README.md CHANGED
@@ -709,7 +709,7 @@ Example of such file is located in your broker container at $HOME/.env
709
709
 
710
710
  One of the reason for failing of open Fix/Upgrade PRs or PR/recurring tests might be fetching big manifest files (> 1Mb) failure. To address this issue, additional Blob API endpoint should be whitelisted in `accept.json`:
711
711
 
712
- - should be in `private` array
712
+ - Should be in `private` array
713
713
  ```json
714
714
  {
715
715
  "//": "used to get given manifest file",
package/dist/package.json CHANGED
@@ -89,5 +89,5 @@
89
89
  },
90
90
  "homepage": "https://github.com/snyk/broker#readme",
91
91
  "snyk": true,
92
- "version": "4.135.0"
92
+ "version": "4.136.0"
93
93
  }
@@ -472,7 +472,7 @@
472
472
  "affectsGlobalScope": false
473
473
  },
474
474
  "../package.json": {
475
- "version": "1d0086fbd2c6ba6060fc549300205daa7ecb95b96c0aa2e0bf6b64c2a56834cb",
475
+ "version": "9c0195cfe0253477af3317e24be67a450a192511b65ac0a09c4f597f84e489c9",
476
476
  "signature": "40bd8294bb6887141247f7d89b91f9dae4d6952cef0ba965242b5e2df56143f6",
477
477
  "affectsGlobalScope": true
478
478
  },
package/package.json CHANGED
@@ -89,5 +89,5 @@
89
89
  },
90
90
  "homepage": "https://github.com/snyk/broker#readme",
91
91
  "snyk": true,
92
- "version": "4.135.0"
92
+ "version": "4.136.0"
93
93
  }