@backstage/backend-plugin-api 0.0.0-nightly-20230615022435 → 0.0.0-nightly-20230617022331

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 +6 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20230615022435
3
+ ## 0.0.0-nightly-20230617022331
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3bb4158a8aa4: Added startup hooks to the lifecycle services.
8
8
  - Updated dependencies
9
- - @backstage/backend-tasks@0.0.0-nightly-20230615022435
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20230615022435
11
- - @backstage/config@1.0.7
12
- - @backstage/types@1.0.2
13
- - @backstage/plugin-permission-common@0.0.0-nightly-20230615022435
9
+ - @backstage/types@0.0.0-nightly-20230617022331
10
+ - @backstage/backend-tasks@0.0.0-nightly-20230617022331
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230617022331
12
+ - @backstage/config@0.0.0-nightly-20230617022331
13
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230617022331
14
14
 
15
15
  ## 0.5.3-next.2
16
16
 
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-20230615022435",
4
+ "version": "0.0.0-nightly-20230617022331",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -32,17 +32,17 @@
32
32
  "start": "backstage-cli package start"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-tasks": "^0.0.0-nightly-20230615022435",
36
- "@backstage/config": "^1.0.7",
37
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230615022435",
38
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230615022435",
39
- "@backstage/types": "^1.0.2",
35
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230617022331",
36
+ "@backstage/config": "^0.0.0-nightly-20230617022331",
37
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230617022331",
38
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230617022331",
39
+ "@backstage/types": "^0.0.0-nightly-20230617022331",
40
40
  "@types/express": "^4.17.6",
41
41
  "express": "^4.17.1",
42
42
  "knex": "^2.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20230615022435"
45
+ "@backstage/cli": "^0.0.0-nightly-20230617022331"
46
46
  },
47
47
  "files": [
48
48
  "dist",