@backstage/plugin-catalog-node 0.0.0-nightly-20240729022006 → 0.0.0-nightly-20240731020649

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,19 +1,33 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20240729022006
3
+ ## 0.0.0-nightly-20240731020649
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a629fb2: Added setAllowedLocationTypes while introducing a new extension point called CatalogLocationsExtensionPoint
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240729022006
9
+ - @backstage/plugin-permission-common@0.0.0-nightly-20240731020649
10
+ - @backstage/plugin-permission-node@0.0.0-nightly-20240731020649
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240731020649
12
+ - @backstage/catalog-client@1.6.5
13
+ - @backstage/catalog-model@1.5.0
14
+ - @backstage/errors@1.2.4
15
+ - @backstage/types@1.1.1
16
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20240731020649
17
+
18
+ ## 1.12.5-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/plugin-permission-common@0.8.1-next.0
24
+ - @backstage/plugin-permission-node@0.8.1-next.1
25
+ - @backstage/backend-plugin-api@0.7.1-next.1
26
+ - @backstage/plugin-catalog-common@1.0.26-next.0
10
27
  - @backstage/catalog-client@1.6.5
11
28
  - @backstage/catalog-model@1.5.0
12
29
  - @backstage/errors@1.2.4
13
30
  - @backstage/types@1.1.1
14
- - @backstage/plugin-catalog-common@1.0.25
15
- - @backstage/plugin-permission-common@0.8.0
16
- - @backstage/plugin-permission-node@0.0.0-nightly-20240729022006
17
31
 
18
32
  ## 1.12.5-next.0
19
33
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node__alpha",
3
- "version": "0.0.0-nightly-20240729022006",
3
+ "version": "0.0.0-nightly-20240731020649",
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": "0.0.0-nightly-20240729022006",
3
+ "version": "0.0.0-nightly-20240731020649",
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.0.0-nightly-20240729022006",
55
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240731020649",
56
56
  "@backstage/catalog-client": "^1.6.5",
57
57
  "@backstage/catalog-model": "^1.5.0",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/plugin-catalog-common": "^1.0.25",
60
- "@backstage/plugin-permission-common": "^0.8.0",
61
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20240729022006",
59
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240731020649",
60
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20240731020649",
61
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20240731020649",
62
62
  "@backstage/types": "^1.1.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240729022006",
66
- "@backstage/cli": "^0.0.0-nightly-20240729022006"
65
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240731020649",
66
+ "@backstage/cli": "^0.0.0-nightly-20240731020649"
67
67
  }
68
68
  }