@backstage-community/plugin-rbac-backend 6.2.4 → 6.2.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 +15 -0
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
### Dependencies
|
|
2
2
|
|
|
3
|
+
## 6.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fcc57ec: Updated dependency `@types/node` to `22.14.1`.
|
|
8
|
+
|
|
9
|
+
## 6.2.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 658c51c: chore: Remove usage of @spotify/prettier-config
|
|
14
|
+
- Updated dependencies [658c51c]
|
|
15
|
+
- @backstage-community/plugin-rbac-common@1.16.1
|
|
16
|
+
- @backstage-community/plugin-rbac-node@1.11.1
|
|
17
|
+
|
|
3
18
|
## 6.2.4
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-rbac-backend",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.6",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"postpack": "backstage-cli package postpack"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage-community/plugin-rbac-common": "^1.16.
|
|
41
|
-
"@backstage-community/plugin-rbac-node": "^1.11.
|
|
40
|
+
"@backstage-community/plugin-rbac-common": "^1.16.1",
|
|
41
|
+
"@backstage-community/plugin-rbac-node": "^1.11.1",
|
|
42
42
|
"@backstage/backend-defaults": "^0.9.0",
|
|
43
43
|
"@backstage/backend-plugin-api": "^1.3.0",
|
|
44
44
|
"@backstage/catalog-client": "^1.9.1",
|
|
@@ -66,11 +66,10 @@
|
|
|
66
66
|
"@backstage/config": "^1.3.2",
|
|
67
67
|
"@backstage/core-plugin-api": "^1.10.6",
|
|
68
68
|
"@backstage/types": "^1.2.1",
|
|
69
|
-
"@spotify/prettier-config": "^15.0.0",
|
|
70
69
|
"@types/express": "4.17.21",
|
|
71
70
|
"@types/knex": "^0.16.1",
|
|
72
71
|
"@types/lodash": "^4.14.151",
|
|
73
|
-
"@types/node": "
|
|
72
|
+
"@types/node": "22.14.1",
|
|
74
73
|
"@types/supertest": "2.0.16",
|
|
75
74
|
"knex-mock-client": "2.0.1",
|
|
76
75
|
"msw": "1.3.5",
|
|
@@ -98,7 +97,7 @@
|
|
|
98
97
|
"@PatAKnight"
|
|
99
98
|
],
|
|
100
99
|
"author": "Red Hat",
|
|
101
|
-
"prettier": "@
|
|
100
|
+
"prettier": "@backstage/cli/config/prettier",
|
|
102
101
|
"lint-staged": {
|
|
103
102
|
"*.{js,jsx,ts,tsx,mjs,cjs}": [
|
|
104
103
|
"eslint --fix",
|