@backstage/plugin-catalog-node 1.6.0-next.3 → 1.6.1-next.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,39 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
+ ## 1.6.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4016f21: Remove some unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/catalog-client@1.5.2-next.0
10
+ - @backstage/backend-plugin-api@0.6.9-next.0
11
+ - @backstage/catalog-model@1.4.3
12
+ - @backstage/errors@1.2.3
13
+ - @backstage/types@1.1.1
14
+ - @backstage/plugin-catalog-common@1.0.19
15
+ - @backstage/plugin-permission-common@0.7.11
16
+ - @backstage/plugin-permission-node@0.7.20-next.0
17
+
18
+ ## 1.6.0
19
+
20
+ ### Minor Changes
21
+
22
+ - a168507: Added `EntitiesSearchFilter` and `EntityFilter` from `@backstage/plugin-catalog-backend`, for reuse
23
+ - 7804597: Permission rules can now be added for the Catalog plugin through the `CatalogPermissionExtensionPoint` interface.
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/catalog-client@1.5.0
29
+ - @backstage/plugin-permission-common@0.7.11
30
+ - @backstage/plugin-permission-node@0.7.19
31
+ - @backstage/backend-plugin-api@0.6.8
32
+ - @backstage/catalog-model@1.4.3
33
+ - @backstage/errors@1.2.3
34
+ - @backstage/types@1.1.1
35
+ - @backstage/plugin-catalog-common@1.0.19
36
+
3
37
  ## 1.6.0-next.3
4
38
 
5
39
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "1.6.0-next.3",
3
+ "version": "1.6.1-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
3
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
4
- "version": "1.6.0-next.3",
4
+ "version": "1.6.1-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,19 +40,18 @@
40
40
  "postpack": "backstage-cli package postpack"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "^0.6.8-next.3",
44
- "@backstage/catalog-client": "^1.5.0-next.1",
43
+ "@backstage/backend-plugin-api": "^0.6.9-next.0",
44
+ "@backstage/catalog-client": "^1.5.2-next.0",
45
45
  "@backstage/catalog-model": "^1.4.3",
46
46
  "@backstage/errors": "^1.2.3",
47
- "@backstage/plugin-catalog-common": "^1.0.18",
48
- "@backstage/plugin-permission-common": "^0.7.10",
49
- "@backstage/plugin-permission-node": "^0.7.19-next.3",
47
+ "@backstage/plugin-catalog-common": "^1.0.19",
48
+ "@backstage/plugin-permission-common": "^0.7.11",
49
+ "@backstage/plugin-permission-node": "^0.7.20-next.0",
50
50
  "@backstage/types": "^1.1.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-common": "^0.20.0-next.3",
54
- "@backstage/backend-test-utils": "^0.2.9-next.3",
55
- "@backstage/cli": "^0.25.0-next.3"
53
+ "@backstage/backend-test-utils": "^0.2.10-next.0",
54
+ "@backstage/cli": "^0.25.1-next.0"
56
55
  },
57
56
  "files": [
58
57
  "dist",