@backstage/backend-app-api 0.0.0-nightly-20220823025832 → 0.0.0-nightly-20220824025846

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.

Potentially problematic release.


This version of @backstage/backend-app-api might be problematic. Click here for more details.

package/CHANGELOG.md CHANGED
@@ -1,15 +1,26 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
- ## 0.0.0-nightly-20220823025832
3
+ ## 0.0.0-nightly-20220824025846
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - de3347ca74: Updated usages of `ServiceFactory`.
8
8
  - Updated dependencies
9
- - @backstage/backend-tasks@0.0.0-nightly-20220823025832
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20220823025832
11
- - @backstage/backend-common@0.0.0-nightly-20220823025832
12
- - @backstage/plugin-permission-node@0.0.0-nightly-20220823025832
9
+ - @backstage/backend-common@0.0.0-nightly-20220824025846
10
+ - @backstage/backend-tasks@0.0.0-nightly-20220824025846
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20220824025846
12
+ - @backstage/plugin-permission-node@0.0.0-nightly-20220824025846
13
+
14
+ ## 0.2.1-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - de3347ca74: Updated usages of `ServiceFactory`.
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.15.1-next.0
21
+ - @backstage/backend-tasks@0.3.5-next.0
22
+ - @backstage/backend-plugin-api@0.1.2-next.0
23
+ - @backstage/plugin-permission-node@0.6.5-next.0
13
24
 
14
25
  ## 0.2.0
15
26
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
- "version": "0.0.0-nightly-20220823025832",
3
+ "version": "0.0.0-nightly-20220824025846",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
3
  "description": "Core API used by Backstage backend apps",
4
- "version": "0.0.0-nightly-20220823025832",
4
+ "version": "0.0.0-nightly-20220824025846",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "private": false,
@@ -34,16 +34,16 @@
34
34
  "start": "backstage-cli package start"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-plugin-api": "0.0.0-nightly-20220823025832",
38
- "@backstage/backend-common": "0.0.0-nightly-20220823025832",
39
- "@backstage/backend-tasks": "0.0.0-nightly-20220823025832",
40
- "@backstage/plugin-permission-node": "0.0.0-nightly-20220823025832",
37
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20220824025846",
38
+ "@backstage/backend-common": "0.0.0-nightly-20220824025846",
39
+ "@backstage/backend-tasks": "0.0.0-nightly-20220824025846",
40
+ "@backstage/plugin-permission-node": "0.0.0-nightly-20220824025846",
41
41
  "express": "^4.17.1",
42
42
  "express-promise-router": "^4.1.0",
43
43
  "winston": "^3.2.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "0.0.0-nightly-20220823025832"
46
+ "@backstage/cli": "0.0.0-nightly-20220824025846"
47
47
  },
48
48
  "files": [
49
49
  "dist",