@backstage-community/plugin-quay-backend 1.1.2 → 1.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage-community/plugin-quay-backend
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e172aba: Bump backstage version to v1.38.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [e172aba]
12
+ - @backstage-community/plugin-quay-common@1.8.0
13
+
14
+ ## 1.1.3
15
+
16
+ ### Patch Changes
17
+
18
+ - 16c57cc: chore: Remove usage of @spotify/prettier-config
19
+ - Updated dependencies [16c57cc]
20
+ - @backstage-community/plugin-quay-common@1.7.2
21
+
3
22
  ## 1.1.2
4
23
 
5
24
  ### Patch Changes
package/README.md CHANGED
@@ -57,4 +57,4 @@ This plugin backend can be started in a standalone mode from directly in this
57
57
  package with `yarn start`. It is a limited setup that is most convenient when
58
58
  developing the plugin backend itself.
59
59
 
60
- If you want to run the entire project, including the frontend, run `yarn dev` from the root directory.
60
+ If you want to run the entire project, including the frontend, run `yarn start` from the root directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-quay-backend",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -37,18 +37,18 @@
37
37
  "postpack": "backstage-cli package postpack"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage-community/plugin-quay-common": "^1.7.1",
41
- "@backstage/backend-defaults": "^0.8.1",
42
- "@backstage/backend-plugin-api": "^1.2.0",
40
+ "@backstage-community/plugin-quay-common": "^1.8.0",
41
+ "@backstage/backend-defaults": "^0.9.0",
42
+ "@backstage/backend-plugin-api": "^1.3.0",
43
43
  "@backstage/config": "^1.3.2",
44
- "@backstage/plugin-catalog-node": "^1.16.0",
44
+ "@backstage/plugin-catalog-node": "^1.16.3",
45
45
  "@backstage/plugin-permission-common": "^0.8.4",
46
- "@backstage/plugin-permission-node": "^0.8.7",
46
+ "@backstage/plugin-permission-node": "^0.9.1",
47
47
  "express": "^4.17.1",
48
48
  "express-promise-router": "^4.1.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.30.0",
51
+ "@backstage/cli": "^0.32.0",
52
52
  "@types/express": "^4.17.6",
53
53
  "@types/supertest": "^2.0.12",
54
54
  "supertest": "^6.2.4"
@@ -71,8 +71,8 @@
71
71
  "author": "Red Hat",
72
72
  "typesVersions": {
73
73
  "*": {
74
- "index": [
75
- "dist/index.d.ts"
74
+ "package.json": [
75
+ "package.json"
76
76
  ]
77
77
  }
78
78
  }