@backstage/plugin-devtools-common 0.0.0-nightly-20230919021144 → 0.0.0-nightly-20231010021207

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 +11 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,22 @@
1
1
  # @backstage/plugin-devtools-common
2
2
 
3
- ## 0.0.0-nightly-20230919021144
3
+ ## 0.0.0-nightly-20231010021207
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/types@1.1.1
9
+ - @backstage/plugin-permission-common@0.0.0-nightly-20231010021207
10
+
11
+ ## 0.1.4
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
8
16
  - 12e644aa4eef: Show resource utilization in `DevTools` plugin
9
17
  - Updated dependencies
10
- - @backstage/plugin-permission-common@0.0.0-nightly-20230919021144
11
- - @backstage/types@0.0.0-nightly-20230919021144
18
+ - @backstage/plugin-permission-common@0.7.8
19
+ - @backstage/types@1.1.1
12
20
 
13
21
  ## 0.1.4-next.2
14
22
 
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-20230919021144",
4
+ "version": "0.0.0-nightly-20231010021207",
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-20230919021144",
34
- "@backstage/types": "^0.0.0-nightly-20230919021144"
33
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20231010021207",
34
+ "@backstage/types": "^1.1.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@backstage/cli": "^0.0.0-nightly-20230919021144"
37
+ "@backstage/cli": "^0.0.0-nightly-20231010021207"
38
38
  },
39
39
  "files": [
40
40
  "dist"