@backstage/plugin-devtools-common 0.0.0-nightly-20230617022331 → 0.0.0-nightly-20230619022652

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,13 +1,13 @@
1
1
  # @backstage/plugin-devtools-common
2
2
 
3
- ## 0.0.0-nightly-20230617022331
3
+ ## 0.0.0-nightly-20230619022652
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 459331f657ec: Export the list of permissions
8
8
  - Updated dependencies
9
- - @backstage/types@0.0.0-nightly-20230617022331
10
- - @backstage/plugin-permission-common@0.0.0-nightly-20230617022331
9
+ - @backstage/types@0.0.0-nightly-20230619022652
10
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230619022652
11
11
 
12
12
  ## 0.1.1-next.0
13
13
 
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-20230617022331",
4
+ "version": "0.0.0-nightly-20230619022652",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,11 +23,11 @@
23
23
  "postpack": "backstage-cli package postpack"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230617022331",
27
- "@backstage/types": "^0.0.0-nightly-20230617022331"
26
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230619022652",
27
+ "@backstage/types": "^0.0.0-nightly-20230619022652"
28
28
  },
29
29
  "devDependencies": {
30
- "@backstage/cli": "^0.0.0-nightly-20230617022331"
30
+ "@backstage/cli": "^0.0.0-nightly-20230619022652"
31
31
  },
32
32
  "files": [
33
33
  "dist"