@backstage/plugin-catalog-node 1.16.0-next.3 → 1.16.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
+ ## 1.16.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-permission-node@0.8.9-next.0
9
+ - @backstage/backend-plugin-api@1.2.1-next.0
10
+
11
+ ## 1.16.0
12
+
13
+ ### Minor Changes
14
+
15
+ - b4183ad: Added new `catalogEntityPermissionResourceRef` export via the `/alpha` sub-path.
16
+ - 9b9737c: Added the `locationKey` option to `processingResult.entity(...)`.
17
+
18
+ ### Patch Changes
19
+
20
+ - 4a941e7: Deprecated the alpha `catalogPermissionExtensionPoint` and related types, since the same functionality is now available via the new `PermissionsRegistryService`.
21
+ - Updated dependencies
22
+ - @backstage/plugin-permission-node@0.8.8
23
+ - @backstage/backend-plugin-api@1.2.0
24
+ - @backstage/catalog-client@1.9.1
25
+ - @backstage/catalog-model@1.7.3
26
+ - @backstage/errors@1.2.7
27
+ - @backstage/types@1.2.1
28
+ - @backstage/plugin-catalog-common@1.1.3
29
+ - @backstage/plugin-permission-common@0.8.4
30
+
3
31
  ## 1.16.0-next.3
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "1.16.0-next.3",
3
+ "version": "1.16.1-next.0",
4
4
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -72,18 +72,18 @@
72
72
  "test": "backstage-cli package test"
73
73
  },
74
74
  "dependencies": {
75
- "@backstage/backend-plugin-api": "1.2.0-next.2",
75
+ "@backstage/backend-plugin-api": "1.2.1-next.0",
76
76
  "@backstage/catalog-client": "1.9.1",
77
77
  "@backstage/catalog-model": "1.7.3",
78
78
  "@backstage/errors": "1.2.7",
79
79
  "@backstage/plugin-catalog-common": "1.1.3",
80
80
  "@backstage/plugin-permission-common": "0.8.4",
81
- "@backstage/plugin-permission-node": "0.8.8-next.2",
81
+ "@backstage/plugin-permission-node": "0.8.9-next.0",
82
82
  "@backstage/types": "1.2.1"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/backend-test-utils": "1.3.0-next.3",
86
- "@backstage/cli": "0.30.0-next.3",
85
+ "@backstage/backend-test-utils": "1.3.1-next.0",
86
+ "@backstage/cli": "0.30.0",
87
87
  "msw": "^1.0.0"
88
88
  }
89
89
  }