@backstage/plugin-catalog-node 1.9.0 → 1.11.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,41 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
+ ## 1.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f3e2e86: Added the ability to inject custom permissions from modules, on `CatalogBuilder` and `CatalogPermissionExtensionPoint`
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/catalog-client@1.6.3
13
+ - @backstage/backend-plugin-api@0.6.16
14
+ - @backstage/plugin-permission-node@0.7.27
15
+ - @backstage/catalog-model@1.4.5
16
+ - @backstage/errors@1.2.4
17
+ - @backstage/types@1.1.1
18
+ - @backstage/plugin-catalog-common@1.0.22
19
+ - @backstage/plugin-permission-common@0.7.13
20
+
21
+ ## 1.10.0
22
+
23
+ ### Minor Changes
24
+
25
+ - f3e2e86: Added the ability to inject custom permissions from modules, on `CatalogBuilder` and `CatalogPermissionExtensionPoint`
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ - @backstage/catalog-client@1.6.2
31
+ - @backstage/plugin-permission-node@0.7.26
32
+ - @backstage/backend-plugin-api@0.6.15
33
+ - @backstage/catalog-model@1.4.5
34
+ - @backstage/errors@1.2.4
35
+ - @backstage/types@1.1.1
36
+ - @backstage/plugin-catalog-common@1.0.22
37
+ - @backstage/plugin-permission-common@0.7.13
38
+
3
39
  ## 1.9.0
4
40
 
5
41
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "1.9.0",
3
+ "version": "1.11.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "1.9.0",
3
+ "version": "1.11.0",
4
4
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -44,17 +44,17 @@
44
44
  "test": "backstage-cli package test"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/backend-plugin-api": "^0.6.14",
48
- "@backstage/catalog-client": "^1.6.1",
47
+ "@backstage/backend-plugin-api": "^0.6.16",
48
+ "@backstage/catalog-client": "^1.6.3",
49
49
  "@backstage/catalog-model": "^1.4.5",
50
50
  "@backstage/errors": "^1.2.4",
51
51
  "@backstage/plugin-catalog-common": "^1.0.22",
52
52
  "@backstage/plugin-permission-common": "^0.7.13",
53
- "@backstage/plugin-permission-node": "^0.7.25",
53
+ "@backstage/plugin-permission-node": "^0.7.27",
54
54
  "@backstage/types": "^1.1.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-test-utils": "^0.3.4",
58
- "@backstage/cli": "^0.26.0"
57
+ "@backstage/backend-test-utils": "^0.3.6",
58
+ "@backstage/cli": "^0.26.2"
59
59
  }
60
60
  }