@backstage/plugin-catalog-common 0.0.0-nightly-20230912021137 → 0.0.0-nightly-20230913021415

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,14 +1,24 @@
1
1
  # @backstage/plugin-catalog-common
2
2
 
3
- ## 0.0.0-nightly-20230912021137
3
+ ## 0.0.0-nightly-20230913021415
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
8
8
  - Updated dependencies
9
- - @backstage/catalog-model@0.0.0-nightly-20230912021137
10
- - @backstage/plugin-permission-common@0.0.0-nightly-20230912021137
11
- - @backstage/plugin-search-common@0.0.0-nightly-20230912021137
9
+ - @backstage/catalog-model@0.0.0-nightly-20230913021415
10
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230913021415
11
+ - @backstage/plugin-search-common@0.0.0-nightly-20230913021415
12
+
13
+ ## 1.0.16-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
18
+ - Updated dependencies
19
+ - @backstage/catalog-model@1.4.2-next.2
20
+ - @backstage/plugin-permission-common@0.7.8-next.2
21
+ - @backstage/plugin-search-common@1.2.6-next.2
12
22
 
13
23
  ## 1.0.16-next.1
14
24
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
- "version": "0.0.0-nightly-20230912021137",
3
+ "version": "0.0.0-nightly-20230913021415",
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
3
  "description": "Common functionalities for the catalog plugin",
4
- "version": "0.0.0-nightly-20230912021137",
4
+ "version": "0.0.0-nightly-20230913021415",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -45,12 +45,12 @@
45
45
  "clean": "backstage-cli package clean"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/catalog-model": "^0.0.0-nightly-20230912021137",
49
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230912021137",
50
- "@backstage/plugin-search-common": "^0.0.0-nightly-20230912021137"
48
+ "@backstage/catalog-model": "^0.0.0-nightly-20230913021415",
49
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230913021415",
50
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20230913021415"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.0.0-nightly-20230912021137"
53
+ "@backstage/cli": "^0.0.0-nightly-20230913021415"
54
54
  },
55
55
  "files": [
56
56
  "dist",