@backstage-community/plugin-quay-backend 1.1.3 → 1.2.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.
- package/CHANGELOG.md +19 -0
- package/README.md +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @backstage-community/plugin-quay-backend
|
|
2
2
|
|
|
3
|
+
## 1.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1d7aaba: Update supported version metadata to 1.38.1
|
|
8
|
+
- Updated dependencies [1d7aaba]
|
|
9
|
+
- @backstage-community/plugin-quay-common@1.8.1
|
|
10
|
+
|
|
11
|
+
## 1.2.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- e172aba: Bump backstage version to v1.38.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [e172aba]
|
|
20
|
+
- @backstage-community/plugin-quay-common@1.8.0
|
|
21
|
+
|
|
3
22
|
## 1.1.3
|
|
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
|
|
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
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"backstage": {
|
|
18
18
|
"role": "backend-plugin",
|
|
19
|
-
"supported-versions": "1.
|
|
19
|
+
"supported-versions": "1.38.1",
|
|
20
20
|
"pluginId": "quay",
|
|
21
21
|
"pluginPackages": [
|
|
22
22
|
"@backstage-community/plugin-quay",
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"postpack": "backstage-cli package postpack"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage-community/plugin-quay-common": "^1.
|
|
41
|
-
"@backstage/backend-defaults": "^0.
|
|
42
|
-
"@backstage/backend-plugin-api": "^1.
|
|
40
|
+
"@backstage-community/plugin-quay-common": "^1.8.1",
|
|
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.
|
|
44
|
+
"@backstage/plugin-catalog-node": "^1.16.3",
|
|
45
45
|
"@backstage/plugin-permission-common": "^0.8.4",
|
|
46
|
-
"@backstage/plugin-permission-node": "^0.
|
|
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.
|
|
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
|
-
"
|
|
75
|
-
"
|
|
74
|
+
"package.json": [
|
|
75
|
+
"package.json"
|
|
76
76
|
]
|
|
77
77
|
}
|
|
78
78
|
}
|