@backstage-community/plugin-badges-backend 0.5.1 → 0.5.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage-community/plugin-badges-backend
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 64c86f9: Backstage version bump to v1.31.1
8
+
3
9
  ## 0.5.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -127,6 +127,6 @@ declare function createRouter(options: RouterOptions): Promise<express.Router>;
127
127
  *
128
128
  * @public
129
129
  */
130
- declare const badgesPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
130
+ declare const badgesPlugin: _backstage_backend_plugin_api.BackendFeature;
131
131
 
132
132
  export { BADGE_STYLES, type Badge, type BadgeBuilder, type BadgeContext, type BadgeFactories, type BadgeFactory, type BadgeInfo, type BadgeOptions, type BadgeSpec, type BadgeStyle, type BadgesStore, DefaultBadgeBuilder, type RouterOptions, createDefaultBadgeFactories, createRouter, badgesPlugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-badges-backend",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "A Backstage backend plugin that generates README badges for your entities",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -42,13 +42,13 @@
42
42
  "test": "backstage-cli package test"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage/backend-common": "^0.24.0",
46
- "@backstage/backend-plugin-api": "^0.8.0",
47
- "@backstage/catalog-client": "^1.6.6",
48
- "@backstage/catalog-model": "^1.6.0",
45
+ "@backstage/backend-common": "^0.25.0",
46
+ "@backstage/backend-plugin-api": "^1.0.0",
47
+ "@backstage/catalog-client": "^1.7.0",
48
+ "@backstage/catalog-model": "^1.7.0",
49
49
  "@backstage/config": "^1.2.0",
50
50
  "@backstage/errors": "^1.2.4",
51
- "@backstage/plugin-auth-node": "^0.5.0",
51
+ "@backstage/plugin-auth-node": "^0.5.2",
52
52
  "@types/express": "^4.17.6",
53
53
  "badge-maker": "^3.3.0",
54
54
  "cors": "^2.8.5",
@@ -61,9 +61,9 @@
61
61
  "yn": "^4.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/backend-test-utils": "^0.5.0",
65
- "@backstage/catalog-client": "^1.6.6",
66
- "@backstage/cli": "^0.27.0",
64
+ "@backstage/backend-test-utils": "^1.0.0",
65
+ "@backstage/catalog-client": "^1.7.0",
66
+ "@backstage/cli": "^0.27.1",
67
67
  "@types/lodash": "^4.14.151",
68
68
  "@types/supertest": "^6.0.0",
69
69
  "@types/uuid": "^9.0.0",