@backstage/backend-app-api 0.0.0-nightly-20230228023039 → 0.0.0-nightly-20230302023251

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.

Files changed (2) hide show
  1. package/CHANGELOG.md +28 -10
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
- ## 0.0.0-nightly-20230228023039
3
+ ## 0.0.0-nightly-20230302023251
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,15 +8,33 @@
8
8
  - 482dae5de1c: Updated link to docs.
9
9
  - 915e46622cf: Add support for `NotImplementedError`, properly returning 501 as status code.
10
10
  - Updated dependencies
11
- - @backstage/plugin-permission-node@0.0.0-nightly-20230228023039
12
- - @backstage/errors@0.0.0-nightly-20230228023039
13
- - @backstage/backend-tasks@0.0.0-nightly-20230228023039
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20230228023039
15
- - @backstage/backend-common@0.0.0-nightly-20230228023039
16
- - @backstage/config-loader@0.0.0-nightly-20230228023039
17
- - @backstage/plugin-auth-node@0.0.0-nightly-20230228023039
18
- - @backstage/cli-common@0.0.0-nightly-20230228023039
19
- - @backstage/config@0.0.0-nightly-20230228023039
11
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230302023251
12
+ - @backstage/errors@0.0.0-nightly-20230302023251
13
+ - @backstage/backend-tasks@0.0.0-nightly-20230302023251
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230302023251
15
+ - @backstage/backend-common@0.0.0-nightly-20230302023251
16
+ - @backstage/config-loader@0.0.0-nightly-20230302023251
17
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230302023251
18
+ - @backstage/cli-common@0.0.0-nightly-20230302023251
19
+ - @backstage/config@0.0.0-nightly-20230302023251
20
+ - @backstage/types@1.0.2
21
+
22
+ ## 0.4.1-next.1
23
+
24
+ ### Patch Changes
25
+
26
+ - 482dae5de1c: Updated link to docs.
27
+ - 915e46622cf: Add support for `NotImplementedError`, properly returning 501 as status code.
28
+ - Updated dependencies
29
+ - @backstage/plugin-permission-node@0.7.6-next.1
30
+ - @backstage/errors@1.1.5-next.0
31
+ - @backstage/backend-common@0.18.3-next.1
32
+ - @backstage/config-loader@1.1.9-next.0
33
+ - @backstage/plugin-auth-node@0.2.12-next.1
34
+ - @backstage/backend-plugin-api@0.4.1-next.1
35
+ - @backstage/backend-tasks@0.4.4-next.1
36
+ - @backstage/cli-common@0.1.12-next.0
37
+ - @backstage/config@1.0.7-next.0
20
38
  - @backstage/types@1.0.2
21
39
 
22
40
  ## 0.4.1-next.0
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-20230228023039",
4
+ "version": "0.0.0-nightly-20230302023251",
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-20230228023039",
36
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230228023039",
37
- "@backstage/backend-tasks": "^0.0.0-nightly-20230228023039",
38
- "@backstage/cli-common": "^0.0.0-nightly-20230228023039",
39
- "@backstage/config": "^0.0.0-nightly-20230228023039",
40
- "@backstage/config-loader": "^0.0.0-nightly-20230228023039",
41
- "@backstage/errors": "^0.0.0-nightly-20230228023039",
42
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230228023039",
43
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230228023039",
35
+ "@backstage/backend-common": "^0.0.0-nightly-20230302023251",
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230302023251",
37
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230302023251",
38
+ "@backstage/cli-common": "^0.0.0-nightly-20230302023251",
39
+ "@backstage/config": "^0.0.0-nightly-20230302023251",
40
+ "@backstage/config-loader": "^0.0.0-nightly-20230302023251",
41
+ "@backstage/errors": "^0.0.0-nightly-20230302023251",
42
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230302023251",
43
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230302023251",
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-20230228023039",
67
- "@backstage/cli": "^0.0.0-nightly-20230228023039",
66
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230302023251",
67
+ "@backstage/cli": "^0.0.0-nightly-20230302023251",
68
68
  "@types/compression": "^1.7.0",
69
69
  "@types/fs-extra": "^9.0.3",
70
70
  "@types/http-errors": "^2.0.0",