@backstage/plugin-catalog-node 0.0.0-nightly-20240720021712 → 0.0.0-nightly-20240722022006

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,19 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20240720021712
3
+ ## 0.0.0-nightly-20240722022006
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-20240720021712
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240722022006
10
10
  - @backstage/catalog-client@1.6.5
11
11
  - @backstage/catalog-model@1.5.0
12
12
  - @backstage/errors@1.2.4
13
13
  - @backstage/types@1.1.1
14
14
  - @backstage/plugin-catalog-common@1.0.25
15
15
  - @backstage/plugin-permission-common@0.8.0
16
- - @backstage/plugin-permission-node@0.0.0-nightly-20240720021712
16
+ - @backstage/plugin-permission-node@0.0.0-nightly-20240722022006
17
17
 
18
18
  ## 1.12.4
19
19
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node__alpha",
3
- "version": "0.0.0-nightly-20240720021712",
3
+ "version": "0.0.0-nightly-20240722022006",
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-20240720021712",
3
+ "version": "0.0.0-nightly-20240722022006",
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-20240720021712",
55
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240722022006",
56
56
  "@backstage/catalog-client": "^1.6.5",
57
57
  "@backstage/catalog-model": "^1.5.0",
58
58
  "@backstage/errors": "^1.2.4",
59
59
  "@backstage/plugin-catalog-common": "^1.0.25",
60
60
  "@backstage/plugin-permission-common": "^0.8.0",
61
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20240720021712",
61
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20240722022006",
62
62
  "@backstage/types": "^1.1.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240720021712",
66
- "@backstage/cli": "^0.0.0-nightly-20240720021712"
65
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240722022006",
66
+ "@backstage/cli": "^0.0.0-nightly-20240722022006"
67
67
  }
68
68
  }