@backstage/plugin-devtools-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,23 @@
1
1
  # @backstage/plugin-devtools-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
  - 12e644aa4eef: Show resource utilization in `DevTools` plugin
9
9
  - Updated dependencies
10
- - @backstage/plugin-permission-common@0.0.0-nightly-20230912021137
11
- - @backstage/types@0.0.0-nightly-20230912021137
10
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230913021415
11
+ - @backstage/types@0.0.0-nightly-20230913021415
12
+
13
+ ## 0.1.4-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/plugin-permission-common@0.7.8-next.2
20
+ - @backstage/types@1.1.1-next.0
12
21
 
13
22
  ## 0.1.4-next.1
14
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-common",
3
3
  "description": "Common functionalities for the devtools 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",
@@ -30,11 +30,11 @@
30
30
  "postpack": "backstage-cli package postpack"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230912021137",
34
- "@backstage/types": "^0.0.0-nightly-20230912021137"
33
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230913021415",
34
+ "@backstage/types": "^0.0.0-nightly-20230913021415"
35
35
  },
36
36
  "devDependencies": {
37
- "@backstage/cli": "^0.0.0-nightly-20230912021137"
37
+ "@backstage/cli": "^0.0.0-nightly-20230913021415"
38
38
  },
39
39
  "files": [
40
40
  "dist"