@backstage/plugin-catalog-common 0.0.0-nightly-20240916023337 → 0.0.0-nightly-20240917021806

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,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-common
2
2
 
3
- ## 0.0.0-nightly-20240916023337
3
+ ## 0.0.0-nightly-20240917021806
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,7 +10,7 @@
10
10
  ### Patch Changes
11
11
 
12
12
  - Updated dependencies
13
- - @backstage/catalog-model@1.6.0
13
+ - @backstage/catalog-model@0.0.0-nightly-20240917021806
14
14
  - @backstage/plugin-permission-common@0.8.1
15
15
  - @backstage/plugin-search-common@1.2.14
16
16
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common__alpha",
3
- "version": "0.0.0-nightly-20240916023337",
3
+ "version": "0.0.0-nightly-20240917021806",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
- "version": "0.0.0-nightly-20240916023337",
3
+ "version": "0.0.0-nightly-20240917021806",
4
4
  "description": "Common functionalities for the catalog plugin",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -57,12 +57,12 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/catalog-model": "^1.6.0",
60
+ "@backstage/catalog-model": "^0.0.0-nightly-20240917021806",
61
61
  "@backstage/plugin-permission-common": "^0.8.1",
62
62
  "@backstage/plugin-search-common": "^1.2.14"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/cli": "^0.0.0-nightly-20240916023337"
65
+ "@backstage/cli": "^0.0.0-nightly-20240917021806"
66
66
  },
67
67
  "module": "./dist/index.esm.js"
68
68
  }