@backstage/backend-app-api 0.5.11-next.1 → 0.5.11-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,23 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
+ ## 0.5.11-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.21.0-next.2
10
+ - @backstage/backend-plugin-api@0.6.10-next.2
11
+ - @backstage/backend-tasks@0.5.15-next.2
12
+ - @backstage/plugin-auth-node@0.4.4-next.2
13
+ - @backstage/plugin-permission-node@0.7.21-next.2
14
+ - @backstage/config@1.1.1
15
+ - @backstage/cli-common@0.1.13
16
+ - @backstage/cli-node@0.2.2
17
+ - @backstage/config-loader@1.6.1
18
+ - @backstage/errors@1.2.3
19
+ - @backstage/types@1.1.1
20
+
3
21
  ## 0.5.11-next.1
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -8,7 +8,7 @@ Add the library to your backend app package:
8
8
 
9
9
  ```bash
10
10
  # From your Backstage root directory
11
- yarn add --cwd packages/backend @backstage/backend-app-api
11
+ yarn --cwd packages/backend add @backstage/backend-app-api
12
12
  ```
13
13
 
14
14
  ## Documentation
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
- "version": "0.5.11-next.1",
3
+ "version": "0.5.11-next.2",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/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.5.11-next.1",
4
+ "version": "0.5.11-next.2",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "publishConfig": {
@@ -43,16 +43,16 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.21.0-next.1",
47
- "@backstage/backend-plugin-api": "^0.6.10-next.1",
48
- "@backstage/backend-tasks": "^0.5.15-next.1",
46
+ "@backstage/backend-common": "^0.21.0-next.2",
47
+ "@backstage/backend-plugin-api": "^0.6.10-next.2",
48
+ "@backstage/backend-tasks": "^0.5.15-next.2",
49
49
  "@backstage/cli-common": "^0.1.13",
50
50
  "@backstage/cli-node": "^0.2.2",
51
51
  "@backstage/config": "^1.1.1",
52
52
  "@backstage/config-loader": "^1.6.1",
53
53
  "@backstage/errors": "^1.2.3",
54
- "@backstage/plugin-auth-node": "^0.4.4-next.1",
55
- "@backstage/plugin-permission-node": "^0.7.21-next.1",
54
+ "@backstage/plugin-auth-node": "^0.4.4-next.2",
55
+ "@backstage/plugin-permission-node": "^0.7.21-next.2",
56
56
  "@backstage/types": "^1.1.1",
57
57
  "@manypkg/get-packages": "^1.1.3",
58
58
  "@types/cors": "^2.8.6",
@@ -75,8 +75,8 @@
75
75
  "winston-transport": "^4.5.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-test-utils": "^0.3.0-next.1",
79
- "@backstage/cli": "^0.25.2-next.1",
78
+ "@backstage/backend-test-utils": "^0.3.0-next.2",
79
+ "@backstage/cli": "^0.25.2-next.2",
80
80
  "@types/compression": "^1.7.0",
81
81
  "@types/fs-extra": "^9.0.3",
82
82
  "@types/http-errors": "^2.0.0",