@backstage/backend-plugin-api 0.6.5 → 0.6.6-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,20 +1,37 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.6.5
3
+ ## 0.6.6-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.3.2
9
- - @backstage/backend-tasks@0.5.10
8
+ - @backstage/plugin-auth-node@0.4.0-next.2
9
+ - @backstage/backend-tasks@0.5.11-next.2
10
+ - @backstage/config@1.1.1-next.0
11
+ - @backstage/types@1.1.1
12
+ - @backstage/plugin-permission-common@0.7.9-next.0
13
+
14
+ ## 0.6.5-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-tasks@0.5.10-next.1
20
+ - @backstage/plugin-auth-node@0.3.2-next.1
21
+ - @backstage/config@1.1.0
22
+ - @backstage/types@1.1.1
23
+ - @backstage/plugin-permission-common@0.7.8
10
24
 
11
- ## 0.6.4
25
+ ## 0.6.5-next.0
12
26
 
13
27
  ### Patch Changes
14
28
 
15
29
  - Updated dependencies
16
- - @backstage/plugin-auth-node@0.3.1
17
- - @backstage/backend-tasks@0.5.9
30
+ - @backstage/plugin-auth-node@0.3.2-next.0
31
+ - @backstage/config@1.1.0
32
+ - @backstage/backend-tasks@0.5.10-next.0
33
+ - @backstage/types@1.1.1
34
+ - @backstage/plugin-permission-common@0.7.8
18
35
 
19
36
  ## 0.6.3
20
37
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.6.5",
3
+ "version": "0.6.6-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-plugin-api",
3
3
  "description": "Core API used by Backstage backend plugins",
4
- "version": "0.6.5",
4
+ "version": "0.6.6-next.2",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "publishConfig": {
@@ -43,17 +43,17 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-tasks": "^0.5.10",
47
- "@backstage/config": "^1.1.0",
48
- "@backstage/plugin-auth-node": "^0.3.2",
49
- "@backstage/plugin-permission-common": "^0.7.8",
46
+ "@backstage/backend-tasks": "^0.5.11-next.2",
47
+ "@backstage/config": "^1.1.1-next.0",
48
+ "@backstage/plugin-auth-node": "^0.4.0-next.2",
49
+ "@backstage/plugin-permission-common": "^0.7.9-next.0",
50
50
  "@backstage/types": "^1.1.1",
51
51
  "@types/express": "^4.17.6",
52
52
  "express": "^4.17.1",
53
53
  "knex": "^2.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.22.13"
56
+ "@backstage/cli": "^0.23.0-next.2"
57
57
  },
58
58
  "files": [
59
59
  "dist",