@backstage/backend-plugin-api 0.6.10-next.1 → 0.6.10-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,28 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
+ ## 0.6.10-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-tasks@0.5.15-next.3
9
+ - @backstage/plugin-auth-node@0.4.4-next.3
10
+ - @backstage/config@1.1.1
11
+ - @backstage/types@1.1.1
12
+ - @backstage/plugin-permission-common@0.7.12
13
+
14
+ ## 0.6.10-next.2
15
+
16
+ ### Patch Changes
17
+
18
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
19
+ - Updated dependencies
20
+ - @backstage/backend-tasks@0.5.15-next.2
21
+ - @backstage/plugin-auth-node@0.4.4-next.2
22
+ - @backstage/config@1.1.1
23
+ - @backstage/types@1.1.1
24
+ - @backstage/plugin-permission-common@0.7.12
25
+
3
26
  ## 0.6.10-next.1
4
27
 
5
28
  ### Patch Changes
package/README.md CHANGED
@@ -8,7 +8,7 @@ Add the library to your backend plugin or module package:
8
8
 
9
9
  ```bash
10
10
  # From your Backstage root directory
11
- yarn add --cwd plugins/<plugin>-backend @backstage/backend-plugin-api
11
+ yarn --cwd plugins/<plugin>-backend add @backstage/backend-plugin-api
12
12
  ```
13
13
 
14
14
  ## Documentation
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.6.10-next.1",
3
+ "version": "0.6.10-next.3",
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-plugin-api",
3
3
  "description": "Core API used by Backstage backend plugins",
4
- "version": "0.6.10-next.1",
4
+ "version": "0.6.10-next.3",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "publishConfig": {
@@ -43,9 +43,9 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-tasks": "^0.5.15-next.1",
46
+ "@backstage/backend-tasks": "^0.5.15-next.3",
47
47
  "@backstage/config": "^1.1.1",
48
- "@backstage/plugin-auth-node": "^0.4.4-next.1",
48
+ "@backstage/plugin-auth-node": "^0.4.4-next.3",
49
49
  "@backstage/plugin-permission-common": "^0.7.12",
50
50
  "@backstage/types": "^1.1.1",
51
51
  "@types/express": "^4.17.6",
@@ -53,7 +53,7 @@
53
53
  "knex": "^3.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.25.2-next.1"
56
+ "@backstage/cli": "^0.25.2-next.3"
57
57
  },
58
58
  "files": [
59
59
  "dist",