@backstage/backend-app-api 0.7.6-next.1 → 0.7.6-next.3

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,39 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
+ ## 0.7.6-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/cli-node@0.2.6-next.2
9
+ - @backstage/backend-plugin-api@0.6.19-next.3
10
+ - @backstage/plugin-auth-node@0.4.14-next.3
11
+ - @backstage/plugin-permission-node@0.7.30-next.3
12
+ - @backstage/cli-common@0.1.14-next.0
13
+ - @backstage/backend-tasks@0.5.24-next.3
14
+ - @backstage/backend-common@0.23.0-next.3
15
+ - @backstage/config-loader@1.8.1-next.0
16
+ - @backstage/config@1.2.0
17
+ - @backstage/errors@1.2.4
18
+ - @backstage/types@1.1.1
19
+
20
+ ## 0.7.6-next.2
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/cli-node@0.2.6-next.1
26
+ - @backstage/backend-plugin-api@0.6.19-next.2
27
+ - @backstage/backend-common@0.23.0-next.2
28
+ - @backstage/plugin-permission-node@0.7.30-next.2
29
+ - @backstage/backend-tasks@0.5.24-next.2
30
+ - @backstage/plugin-auth-node@0.4.14-next.2
31
+ - @backstage/config-loader@1.8.0
32
+ - @backstage/cli-common@0.1.13
33
+ - @backstage/config@1.2.0
34
+ - @backstage/errors@1.2.4
35
+ - @backstage/types@1.1.1
36
+
3
37
  ## 0.7.6-next.1
4
38
 
5
39
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
- "version": "0.7.6-next.1",
3
+ "version": "0.7.6-next.3",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/index.d.ts CHANGED
@@ -555,7 +555,7 @@ declare const tokenManagerServiceFactory: () => _backstage_backend_plugin_api.Se
555
555
  * @public
556
556
  * @deprecated Please import from `@backstage/backend-defaults/urlReader` instead.
557
557
  */
558
- declare const urlReaderServiceFactory: () => _backstage_backend_plugin_api.ServiceFactory<_backstage_backend_common.UrlReader, "plugin">;
558
+ declare const urlReaderServiceFactory: () => _backstage_backend_plugin_api.ServiceFactory<_backstage_backend_plugin_api.UrlReaderService, "plugin">;
559
559
 
560
560
  /** @public */
561
561
  declare const userInfoServiceFactory: () => _backstage_backend_plugin_api.ServiceFactory<UserInfoService, "plugin">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
- "version": "0.7.6-next.1",
3
+ "version": "0.7.6-next.3",
4
4
  "description": "Core API used by Backstage backend apps",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -49,16 +49,16 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/backend-common": "^0.23.0-next.1",
53
- "@backstage/backend-plugin-api": "^0.6.19-next.1",
54
- "@backstage/backend-tasks": "^0.5.24-next.1",
55
- "@backstage/cli-common": "^0.1.13",
56
- "@backstage/cli-node": "^0.2.6-next.0",
52
+ "@backstage/backend-common": "^0.23.0-next.3",
53
+ "@backstage/backend-plugin-api": "^0.6.19-next.3",
54
+ "@backstage/backend-tasks": "^0.5.24-next.3",
55
+ "@backstage/cli-common": "^0.1.14-next.0",
56
+ "@backstage/cli-node": "^0.2.6-next.2",
57
57
  "@backstage/config": "^1.2.0",
58
- "@backstage/config-loader": "^1.8.0",
58
+ "@backstage/config-loader": "^1.8.1-next.0",
59
59
  "@backstage/errors": "^1.2.4",
60
- "@backstage/plugin-auth-node": "^0.4.14-next.1",
61
- "@backstage/plugin-permission-node": "^0.7.30-next.1",
60
+ "@backstage/plugin-auth-node": "^0.4.14-next.3",
61
+ "@backstage/plugin-permission-node": "^0.7.30-next.3",
62
62
  "@backstage/types": "^1.1.1",
63
63
  "@manypkg/get-packages": "^1.1.3",
64
64
  "@types/cors": "^2.8.6",
@@ -88,8 +88,8 @@
88
88
  "winston-transport": "^4.5.0"
89
89
  },
90
90
  "devDependencies": {
91
- "@backstage/backend-test-utils": "^0.4.0-next.1",
92
- "@backstage/cli": "^0.26.7-next.1",
91
+ "@backstage/backend-test-utils": "^0.4.0-next.3",
92
+ "@backstage/cli": "^0.26.7-next.3",
93
93
  "@types/compression": "^1.7.0",
94
94
  "@types/fs-extra": "^11.0.0",
95
95
  "@types/http-errors": "^2.0.0",