@pagerduty/backstage-plugin-backend 0.6.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,3 +39,11 @@ If you need help with this plugin, please open an issue in [GitHub](https://gith
39
39
 
40
40
  If you are interested in contributing to this project, please refer to our [Contributing Guidelines](https://github.com/PagerDuty/backstage-plugin-backend/blob/main/CONTRIBUTING.md).
41
41
 
42
+ <a href="https://next.ossinsight.io/widgets/official/compose-contributors?limit=30&repo_id=721084927" target="_blank" style="display: block" align="center">
43
+ <picture>
44
+ <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-contributors/thumbnail.png?limit=30&repo_id=721084927&image_size=auto&color_scheme=dark" width="655" height="auto">
45
+ <img alt="Contributors of PagerDuty/backstage-plugin-backend" src="https://next.ossinsight.io/widgets/official/compose-contributors/thumbnail.png?limit=30&repo_id=721084927&image_size=auto&color_scheme=light" width="655" height="auto">
46
+ </picture>
47
+ </a>
48
+
49
+ <!-- Made with [OSS Insight](https://ossinsight.io/) -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagerduty/backstage-plugin-backend",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",