@backstage/backend-plugin-api 0.0.0-nightly-20230719030153 → 0.0.0-nightly-20230721022056

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20230719030153
3
+ ## 0.0.0-nightly-20230721022056
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-tasks@0.0.0-nightly-20230719030153
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20230719030153
8
+ - @backstage/backend-tasks@0.0.0-nightly-20230721022056
10
9
  - @backstage/config@1.0.8
11
10
  - @backstage/types@1.1.0
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230721022056
12
12
  - @backstage/plugin-permission-common@0.7.7
13
13
 
14
14
  ## 0.5.4
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-20230719030153",
4
+ "version": "0.0.0-nightly-20230721022056",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -32,9 +32,9 @@
32
32
  "start": "backstage-cli package start"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-tasks": "^0.0.0-nightly-20230719030153",
35
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230721022056",
36
36
  "@backstage/config": "^1.0.8",
37
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230719030153",
37
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230721022056",
38
38
  "@backstage/plugin-permission-common": "^0.7.7",
39
39
  "@backstage/types": "^1.1.0",
40
40
  "@types/express": "^4.17.6",
@@ -42,7 +42,7 @@
42
42
  "knex": "^2.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20230719030153"
45
+ "@backstage/cli": "^0.0.0-nightly-20230721022056"
46
46
  },
47
47
  "files": [
48
48
  "dist",