@backstage/plugin-catalog-common 0.0.0-nightly-20230907021058 → 0.0.0-nightly-20230909020837

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,13 +1,14 @@
1
1
  # @backstage/plugin-catalog-common
2
2
 
3
- ## 0.0.0-nightly-20230907021058
3
+ ## 0.0.0-nightly-20230909020837
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
7
8
  - Updated dependencies
8
- - @backstage/catalog-model@0.0.0-nightly-20230907021058
9
- - @backstage/plugin-permission-common@0.0.0-nightly-20230907021058
10
- - @backstage/plugin-search-common@0.0.0-nightly-20230907021058
9
+ - @backstage/catalog-model@0.0.0-nightly-20230909020837
10
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230909020837
11
+ - @backstage/plugin-search-common@0.0.0-nightly-20230909020837
11
12
 
12
13
  ## 1.0.16-next.1
13
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
- "version": "0.0.0-nightly-20230907021058",
3
+ "version": "0.0.0-nightly-20230909020837",
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-20230907021058",
4
+ "version": "0.0.0-nightly-20230909020837",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,6 +35,7 @@
35
35
  "keywords": [
36
36
  "backstage"
37
37
  ],
38
+ "sideEffects": false,
38
39
  "scripts": {
39
40
  "build": "backstage-cli package build",
40
41
  "lint": "backstage-cli package lint",
@@ -44,12 +45,12 @@
44
45
  "clean": "backstage-cli package clean"
45
46
  },
46
47
  "dependencies": {
47
- "@backstage/catalog-model": "^0.0.0-nightly-20230907021058",
48
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230907021058",
49
- "@backstage/plugin-search-common": "^0.0.0-nightly-20230907021058"
48
+ "@backstage/catalog-model": "^0.0.0-nightly-20230909020837",
49
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230909020837",
50
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20230909020837"
50
51
  },
51
52
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20230907021058"
53
+ "@backstage/cli": "^0.0.0-nightly-20230909020837"
53
54
  },
54
55
  "files": [
55
56
  "dist",