@backstage/plugin-devtools-common 0.0.0-nightly-20230914021123 → 0.0.0-nightly-20230916020933

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-devtools-common
2
2
 
3
- ## 0.0.0-nightly-20230914021123
3
+ ## 0.0.0-nightly-20230916020933
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-20230914021123
11
- - @backstage/types@0.0.0-nightly-20230914021123
10
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230916020933
11
+ - @backstage/types@0.0.0-nightly-20230916020933
12
12
 
13
13
  ## 0.1.4-next.2
14
14
 
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-20230914021123",
4
+ "version": "0.0.0-nightly-20230916020933",
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-20230914021123",
34
- "@backstage/types": "^0.0.0-nightly-20230914021123"
33
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230916020933",
34
+ "@backstage/types": "^0.0.0-nightly-20230916020933"
35
35
  },
36
36
  "devDependencies": {
37
- "@backstage/cli": "^0.0.0-nightly-20230914021123"
37
+ "@backstage/cli": "^0.0.0-nightly-20230916020933"
38
38
  },
39
39
  "files": [
40
40
  "dist"