@backstage/backend-plugin-api 0.0.0-nightly-20241122023551 → 0.0.0-nightly-20241124023812

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 -2
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,15 +1,16 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20241122023551
3
+ ## 0.0.0-nightly-20241124023812
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - eef3ef1: Removed unused `express` dependencies.
7
8
  - Updated dependencies
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241124023812
8
10
  - @backstage/cli-common@0.1.15
9
11
  - @backstage/config@1.3.0
10
12
  - @backstage/errors@1.2.5
11
13
  - @backstage/types@1.2.0
12
- - @backstage/plugin-auth-node@0.0.0-nightly-20241122023551
13
14
  - @backstage/plugin-permission-common@0.8.2
14
15
 
15
16
  ## 1.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20241122023551",
3
+ "version": "0.0.0-nightly-20241124023812",
4
4
  "description": "Core API used by Backstage backend plugins",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -68,18 +68,17 @@
68
68
  "@backstage/cli-common": "0.1.15",
69
69
  "@backstage/config": "1.3.0",
70
70
  "@backstage/errors": "1.2.5",
71
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241122023551",
71
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241124023812",
72
72
  "@backstage/plugin-permission-common": "0.8.2",
73
73
  "@backstage/types": "1.2.0",
74
74
  "@types/express": "^4.17.6",
75
75
  "@types/luxon": "^3.0.0",
76
- "express": "^4.17.1",
77
76
  "knex": "^3.0.0",
78
77
  "luxon": "^3.0.0"
79
78
  },
80
79
  "devDependencies": {
81
- "@backstage/backend-test-utils": "0.0.0-nightly-20241122023551",
82
- "@backstage/cli": "0.0.0-nightly-20241122023551"
80
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241124023812",
81
+ "@backstage/cli": "0.0.0-nightly-20241124023812"
83
82
  },
84
83
  "configSchema": "config.d.ts"
85
84
  }