@backstage/plugin-catalog-node 1.12.5-next.2 → 1.12.5

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,35 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
+ ## 1.12.5
4
+
5
+ ### Patch Changes
6
+
7
+ - a629fb2: Added setAllowedLocationTypes while introducing a new extension point called CatalogLocationsExtensionPoint
8
+ - 7c5f3b0: Explicit declare if the service ref accepts `single` or `multiple` implementations.
9
+ - Updated dependencies
10
+ - @backstage/backend-plugin-api@0.8.0
11
+ - @backstage/plugin-permission-common@0.8.1
12
+ - @backstage/plugin-permission-node@0.8.1
13
+ - @backstage/catalog-model@1.6.0
14
+ - @backstage/catalog-client@1.6.6
15
+ - @backstage/errors@1.2.4
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-catalog-common@1.0.26
18
+
19
+ ## 1.12.5-next.3
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/backend-plugin-api@0.8.0-next.3
25
+ - @backstage/catalog-model@1.6.0-next.0
26
+ - @backstage/catalog-client@1.6.6-next.0
27
+ - @backstage/errors@1.2.4
28
+ - @backstage/types@1.1.1
29
+ - @backstage/plugin-catalog-common@1.0.26-next.2
30
+ - @backstage/plugin-permission-common@0.8.1-next.1
31
+ - @backstage/plugin-permission-node@0.8.1-next.3
32
+
3
33
  ## 1.12.5-next.2
4
34
 
5
35
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node__alpha",
3
- "version": "1.12.5-next.2",
3
+ "version": "1.12.5",
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.12.5-next.2",
3
+ "version": "1.12.5",
4
4
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -52,17 +52,17 @@
52
52
  "test": "backstage-cli package test"
53
53
  },
54
54
  "dependencies": {
55
- "@backstage/backend-plugin-api": "^0.8.0-next.2",
56
- "@backstage/catalog-client": "^1.6.5",
57
- "@backstage/catalog-model": "^1.5.0",
55
+ "@backstage/backend-plugin-api": "^0.8.0",
56
+ "@backstage/catalog-client": "^1.6.6",
57
+ "@backstage/catalog-model": "^1.6.0",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/plugin-catalog-common": "^1.0.26-next.1",
60
- "@backstage/plugin-permission-common": "^0.8.1-next.1",
61
- "@backstage/plugin-permission-node": "^0.8.1-next.2",
59
+ "@backstage/plugin-catalog-common": "^1.0.26",
60
+ "@backstage/plugin-permission-common": "^0.8.1",
61
+ "@backstage/plugin-permission-node": "^0.8.1",
62
62
  "@backstage/types": "^1.1.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "^0.4.5-next.2",
66
- "@backstage/cli": "^0.27.0-next.3"
65
+ "@backstage/backend-test-utils": "^0.5.0",
66
+ "@backstage/cli": "^0.27.0"
67
67
  }
68
68
  }