@backstage/plugin-devtools-backend 0.1.3-next.2 → 0.1.4

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 +47 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.19.3
9
+ - @backstage/plugin-auth-node@0.2.18
10
+ - @backstage/plugin-permission-node@0.7.12
11
+ - @backstage/backend-plugin-api@0.6.1
12
+ - @backstage/cli-common@0.1.12
13
+ - @backstage/config@1.0.8
14
+ - @backstage/config-loader@1.4.0
15
+ - @backstage/errors@1.2.1
16
+ - @backstage/types@1.1.0
17
+ - @backstage/plugin-devtools-common@0.1.3
18
+ - @backstage/plugin-permission-common@0.7.7
19
+
20
+ ## 0.1.3
21
+
22
+ ### Patch Changes
23
+
24
+ - 629cbd194a87: Use `coreServices.rootConfig` instead of `coreService.config`
25
+ - 12a8c94eda8d: Add package repository and homepage metadata
26
+ - 2b4f77a4e900: Add DevTools configuration to enable dependency listing to be filtered with custom prefixes. For instance, in your `app-config.yaml`:
27
+
28
+ ```yaml
29
+ devTools:
30
+ info:
31
+ packagePrefixes:
32
+ - @backstage/
33
+ - @roadiehq/backstage-
34
+ - @spotify/backstage-
35
+ ```
36
+
37
+ - Updated dependencies
38
+ - @backstage/backend-common@0.19.2
39
+ - @backstage/config-loader@1.4.0
40
+ - @backstage/backend-plugin-api@0.6.0
41
+ - @backstage/plugin-devtools-common@0.1.3
42
+ - @backstage/plugin-auth-node@0.2.17
43
+ - @backstage/plugin-permission-node@0.7.11
44
+ - @backstage/cli-common@0.1.12
45
+ - @backstage/config@1.0.8
46
+ - @backstage/errors@1.2.1
47
+ - @backstage/types@1.1.0
48
+ - @backstage/plugin-permission-common@0.7.7
49
+
3
50
  ## 0.1.3-next.2
4
51
 
5
52
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.1.3-next.2",
3
+ "version": "0.1.4",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,16 +28,16 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.19.2-next.2",
32
- "@backstage/backend-plugin-api": "^0.6.0-next.2",
31
+ "@backstage/backend-common": "^0.19.3",
32
+ "@backstage/backend-plugin-api": "^0.6.1",
33
33
  "@backstage/cli-common": "^0.1.12",
34
34
  "@backstage/config": "^1.0.8",
35
- "@backstage/config-loader": "^1.4.0-next.1",
35
+ "@backstage/config-loader": "^1.4.0",
36
36
  "@backstage/errors": "^1.2.1",
37
- "@backstage/plugin-auth-node": "^0.2.17-next.2",
38
- "@backstage/plugin-devtools-common": "^0.1.3-next.0",
37
+ "@backstage/plugin-auth-node": "^0.2.18",
38
+ "@backstage/plugin-devtools-common": "^0.1.3",
39
39
  "@backstage/plugin-permission-common": "^0.7.7",
40
- "@backstage/plugin-permission-node": "^0.7.11-next.2",
40
+ "@backstage/plugin-permission-node": "^0.7.12",
41
41
  "@backstage/types": "^1.1.0",
42
42
  "@manypkg/get-packages": "^1.1.3",
43
43
  "@types/express": "*",
@@ -54,7 +54,7 @@
54
54
  "yn": "^4.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/cli": "^0.22.10-next.1",
57
+ "@backstage/cli": "^0.22.11",
58
58
  "@types/minimist": "^1.2.0",
59
59
  "@types/ping": "^0.4.1",
60
60
  "@types/supertest": "^2.0.8",