@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 +6 -0
- package/dist/index.d.ts +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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.
|
|
46
|
-
"@backstage/backend-plugin-api": "^0.
|
|
47
|
-
"@backstage/catalog-client": "^1.
|
|
48
|
-
"@backstage/catalog-model": "^1.
|
|
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.
|
|
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.
|
|
65
|
-
"@backstage/catalog-client": "^1.
|
|
66
|
-
"@backstage/cli": "^0.27.
|
|
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",
|