@backstage-community/plugin-rbac-node 1.11.0 → 1.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +4 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  ## @backstage-community/plugin-rbac-node [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-rbac-node@1.3.1...@backstage-community/plugin-rbac-node@1.4.0) (2024-07-26)
2
2
 
3
+ ## 1.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4b58a1d: Backstage version bump to v1.39.0
8
+
9
+ ### Patch Changes
10
+
11
+ - 6a59fcf: remove support and lifecycle keywords in package.json
12
+
13
+ ## 1.11.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 658c51c: chore: Remove usage of @spotify/prettier-config
18
+
3
19
  ## 1.11.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-rbac-node",
3
3
  "description": "Node.js library for the rbac plugin",
4
- "version": "1.11.0",
4
+ "version": "1.12.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -12,7 +12,6 @@
12
12
  },
13
13
  "backstage": {
14
14
  "role": "node-library",
15
- "supported-versions": "^1.28.4",
16
15
  "pluginId": "rbac",
17
16
  "pluginPackages": [
18
17
  "@backstage-community/plugin-rbac",
@@ -34,14 +33,13 @@
34
33
  "postpack": "backstage-cli package postpack"
35
34
  },
36
35
  "devDependencies": {
37
- "@backstage/cli": "^0.32.0",
38
- "@spotify/prettier-config": "^15.0.0"
36
+ "@backstage/cli": "^0.32.1"
39
37
  },
40
38
  "files": [
41
39
  "dist"
42
40
  ],
43
41
  "dependencies": {
44
- "@backstage/backend-plugin-api": "^1.3.0"
42
+ "@backstage/backend-plugin-api": "^1.3.1"
45
43
  },
46
44
  "repository": {
47
45
  "type": "git",
@@ -53,11 +51,7 @@
53
51
  ],
54
52
  "author": "Red Hat",
55
53
  "bugs": "https://github.com/backstage/community-plugins/issues",
56
- "keywords": [
57
- "support:production",
58
- "lifecycle:active"
59
- ],
60
- "prettier": "@spotify/prettier-config",
54
+ "prettier": "@backstage/cli/config/prettier",
61
55
  "lint-staged": {
62
56
  "*.{js,jsx,ts,tsx,mjs,cjs}": [
63
57
  "eslint --fix",