@backstage/backend-app-api 0.0.0-nightly-20230222023132 → 0.0.0-nightly-20230224022922

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 +8 -8
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
- ## 0.0.0-nightly-20230222023132
3
+ ## 0.0.0-nightly-20230224022922
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 928a12a9b3: Internal refactor of `/alpha` exports.
7
+ - 928a12a9b3e: Internal refactor of `/alpha` exports.
8
8
  - Updated dependencies
9
- - @backstage/backend-tasks@0.0.0-nightly-20230222023132
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20230222023132
11
- - @backstage/backend-common@0.0.0-nightly-20230222023132
9
+ - @backstage/backend-tasks@0.0.0-nightly-20230224022922
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230224022922
11
+ - @backstage/backend-common@0.0.0-nightly-20230224022922
12
+ - @backstage/config-loader@0.0.0-nightly-20230224022922
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230224022922
14
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230224022922
12
15
  - @backstage/cli-common@0.1.11
13
16
  - @backstage/config@1.0.6
14
- - @backstage/config-loader@1.1.8
15
17
  - @backstage/errors@1.1.4
16
18
  - @backstage/types@1.0.2
17
- - @backstage/plugin-auth-node@0.0.0-nightly-20230222023132
18
- - @backstage/plugin-permission-node@0.0.0-nightly-20230222023132
19
19
 
20
20
  ## 0.4.1-next.0
21
21
 
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-20230222023132",
4
+ "version": "0.0.0-nightly-20230224022922",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -32,15 +32,15 @@
32
32
  "start": "backstage-cli package start"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.0.0-nightly-20230222023132",
36
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230222023132",
37
- "@backstage/backend-tasks": "^0.0.0-nightly-20230222023132",
35
+ "@backstage/backend-common": "^0.0.0-nightly-20230224022922",
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230224022922",
37
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230224022922",
38
38
  "@backstage/cli-common": "^0.1.11",
39
39
  "@backstage/config": "^1.0.6",
40
- "@backstage/config-loader": "^1.1.8",
40
+ "@backstage/config-loader": "^0.0.0-nightly-20230224022922",
41
41
  "@backstage/errors": "^1.1.4",
42
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230222023132",
43
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230222023132",
42
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230224022922",
43
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230224022922",
44
44
  "@backstage/types": "^1.0.2",
45
45
  "@manypkg/get-packages": "^1.1.3",
46
46
  "@types/cors": "^2.8.6",
@@ -63,8 +63,8 @@
63
63
  "winston-transport": "^4.5.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230222023132",
67
- "@backstage/cli": "^0.0.0-nightly-20230222023132",
66
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230224022922",
67
+ "@backstage/cli": "^0.0.0-nightly-20230224022922",
68
68
  "@types/compression": "^1.7.0",
69
69
  "@types/fs-extra": "^9.0.3",
70
70
  "@types/http-errors": "^2.0.0",