@backstage-community/plugin-blackduck-backend 0.0.5 → 0.0.6

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,13 @@
1
1
  # @backstage-community/plugin-blackduck-backend
2
2
 
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - d86bc62: Backstage version bump to v1.31.1
8
+ - Updated dependencies [d86bc62]
9
+ - @backstage-community/plugin-blackduck-common@0.0.3
10
+
3
11
  ## 0.0.5
4
12
 
5
13
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -41,6 +41,6 @@ declare function createRouter(options: RouterOptions): Promise<express.Router>;
41
41
  *
42
42
  * @public
43
43
  */
44
- declare const blackduckPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
44
+ declare const blackduckPlugin: _backstage_backend_plugin_api.BackendFeature;
45
45
 
46
46
  export { BlackDuckConfig, type BlackDuckHostConfig, type RouterOptions, createRouter, blackduckPlugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-blackduck-backend",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -33,23 +33,23 @@
33
33
  "postpack": "backstage-cli package postpack"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage-community/plugin-blackduck-common": "^0.0.2",
37
- "@backstage/backend-common": "^0.24.0",
38
- "@backstage/backend-defaults": "^0.4.3",
39
- "@backstage/backend-plugin-api": "^0.8.0",
36
+ "@backstage-community/plugin-blackduck-common": "^0.0.3",
37
+ "@backstage/backend-common": "^0.25.0",
38
+ "@backstage/backend-defaults": "^0.5.0",
39
+ "@backstage/backend-plugin-api": "^1.0.0",
40
40
  "@backstage/config": "^1.2.0",
41
41
  "@backstage/errors": "^1.2.4",
42
42
  "@backstage/plugin-permission-common": "^0.8.1",
43
- "@backstage/plugin-permission-node": "^0.8.1",
43
+ "@backstage/plugin-permission-node": "^0.8.3",
44
44
  "express": "^4.17.1",
45
45
  "express-promise-router": "^4.1.0",
46
46
  "node-fetch": "^2.6.7"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-test-utils": "^0.5.0",
50
- "@backstage/cli": "^0.27.0",
51
- "@backstage/plugin-auth-backend": "^0.22.10",
52
- "@backstage/plugin-auth-backend-module-guest-provider": "^0.1.9",
49
+ "@backstage/backend-test-utils": "^1.0.0",
50
+ "@backstage/cli": "^0.27.1",
51
+ "@backstage/plugin-auth-backend": "^0.23.0",
52
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.0",
53
53
  "@types/express": "*",
54
54
  "@types/supertest": "^6.0.0",
55
55
  "msw": "^2.3.1",