@backstage/backend-plugin-api 0.0.0-nightly-20230123022600 → 0.0.0-nightly-20230125022712

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,12 +1,20 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20230123022600
3
+ ## 0.0.0-nightly-20230125022712
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-tasks@0.0.0-nightly-20230123022600
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20230123022600
8
+ - @backstage/backend-tasks@0.0.0-nightly-20230125022712
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230125022712
10
+
11
+ ## 0.3.2-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/backend-tasks@0.4.3-next.0
17
+ - @backstage/plugin-auth-node@0.2.11-next.0
10
18
 
11
19
  ## 0.3.0
12
20
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20230123022600",
3
+ "version": "0.0.0-nightly-20230125022712",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.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.0.0-nightly-20230123022600",
4
+ "version": "0.0.0-nightly-20230125022712",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -33,9 +33,9 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-tasks": "^0.0.0-nightly-20230123022600",
36
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230125022712",
37
37
  "@backstage/config": "^1.0.6",
38
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230123022600",
38
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230125022712",
39
39
  "@backstage/plugin-permission-common": "^0.7.3",
40
40
  "@backstage/types": "^1.0.2",
41
41
  "@types/express": "^4.17.6",