@backstage/backend-plugin-api 0.0.0-nightly-20240628021735 → 0.0.0-nightly-20240630021930
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 +2 -2
- package/alpha/package.json +1 -1
- package/package.json +4 -4
- package/testUtils/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @backstage/backend-plugin-api
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240630021930
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 53ced70: Added a new Root Health Service which adds new endpoints for health checks.
|
|
8
8
|
- 083eaf9: Fix bug where ISO durations could no longer be used for schedules
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
10
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20240630021930
|
|
11
11
|
- @backstage/cli-common@0.1.14
|
|
12
12
|
- @backstage/config@1.2.0
|
|
13
13
|
- @backstage/errors@1.2.4
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-plugin-api",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240630021930",
|
|
4
4
|
"description": "Core API used by Backstage backend plugins",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@backstage/cli-common": "^0.1.14",
|
|
57
57
|
"@backstage/config": "^1.2.0",
|
|
58
58
|
"@backstage/errors": "^1.2.4",
|
|
59
|
-
"@backstage/plugin-auth-node": "^0.0.0-nightly-
|
|
59
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20240630021930",
|
|
60
60
|
"@backstage/plugin-permission-common": "^0.7.14",
|
|
61
61
|
"@backstage/types": "^1.1.1",
|
|
62
62
|
"@types/express": "^4.17.6",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"luxon": "^3.0.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
70
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
69
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240630021930",
|
|
70
|
+
"@backstage/cli": "^0.0.0-nightly-20240630021930"
|
|
71
71
|
}
|
|
72
72
|
}
|