@red-hat-developer-hub/backstage-plugin-openshift-image-registry 1.13.2 → 1.13.4
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 +12 -0
- package/package.json +2 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
### Dependencies
|
|
2
2
|
|
|
3
|
+
## 1.13.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 04856e6: remove janus-idp/cli devDependency and export-dynamic script
|
|
8
|
+
|
|
9
|
+
## 1.13.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 1e01b31: Updated dependency `@testing-library/jest-dom` to `6.6.4`.
|
|
14
|
+
|
|
3
15
|
## 1.13.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-openshift-image-registry",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.4",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "backstage-cli package build",
|
|
24
24
|
"clean": "backstage-cli package clean",
|
|
25
|
-
"export-dynamic": "janus-cli package export-dynamic-plugin --in-place",
|
|
26
|
-
"export-dynamic:clean": "janus-cli package export-dynamic-plugin --in-place --clean",
|
|
27
25
|
"lint:check": "backstage-cli package lint",
|
|
28
26
|
"lint:fix": "backstage-cli package lint --fix",
|
|
29
27
|
"postpack": "backstage-cli package postpack",
|
|
@@ -58,11 +56,10 @@
|
|
|
58
56
|
"@backstage/core-app-api": "^1.17.0",
|
|
59
57
|
"@backstage/dev-utils": "^1.1.10",
|
|
60
58
|
"@backstage/test-utils": "^1.7.8",
|
|
61
|
-
"@janus-idp/cli": "1.19.1",
|
|
62
59
|
"@mui/icons-material": "^6.1.6",
|
|
63
60
|
"@red-hat-developer-hub/backstage-plugin-theme": "^0.9.0",
|
|
64
61
|
"@spotify/prettier-config": "^15.0.0",
|
|
65
|
-
"@testing-library/jest-dom": "6.6.
|
|
62
|
+
"@testing-library/jest-dom": "6.6.4",
|
|
66
63
|
"@testing-library/react": "14.3.1",
|
|
67
64
|
"@testing-library/user-event": "14.6.1",
|
|
68
65
|
"cross-fetch": "4.1.0",
|
|
@@ -71,7 +68,6 @@
|
|
|
71
68
|
},
|
|
72
69
|
"files": [
|
|
73
70
|
"dist",
|
|
74
|
-
"dist-scalprum",
|
|
75
71
|
"config.d.ts",
|
|
76
72
|
"app-config.yaml"
|
|
77
73
|
],
|