@backstage/plugin-devtools-backend 0.3.4-next.1 → 0.3.4-next.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
+ ## 0.3.4-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 036feca: Added discovery property to the readme documentation to ensure that it will build when setting it up as new to a Backstage instance
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.22.0-next.2
10
+
3
11
  ## 0.3.4-next.1
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -28,6 +28,7 @@ Here's how to get the DevTools Backend up and running:
28
28
  logger: env.logger,
29
29
  config: env.config,
30
30
  permissions: env.permissions,
31
+ discovery: env.discovery,
31
32
  });
32
33
  }
33
34
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.3.4-next.1",
3
+ "version": "0.3.4-next.2",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,7 +28,7 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.22.0-next.1",
31
+ "@backstage/backend-common": "^0.22.0-next.2",
32
32
  "@backstage/backend-plugin-api": "^0.6.18-next.1",
33
33
  "@backstage/cli-common": "^0.1.13",
34
34
  "@backstage/config": "^1.2.0",
@@ -52,8 +52,8 @@
52
52
  "yn": "^4.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/backend-test-utils": "^0.3.8-next.1",
56
- "@backstage/cli": "^0.26.5-next.0",
55
+ "@backstage/backend-test-utils": "^0.3.8-next.2",
56
+ "@backstage/cli": "^0.26.5-next.1",
57
57
  "@types/ping": "^0.4.1",
58
58
  "@types/supertest": "^2.0.8",
59
59
  "@types/yarnpkg__lockfile": "^1.1.4",