@backstage/backend-plugin-api 0.0.0-nightly-20240908023050 → 0.0.0-nightly-20240909023012
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,6 +1,6 @@
|
|
|
1
1
|
# @backstage/backend-plugin-api
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240909023012
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
- 66dbf0a: Allow the cache service to accept the human duration format for TTL
|
|
26
26
|
- 0b2a402: Updates to the config schema to match reality
|
|
27
27
|
- Updated dependencies
|
|
28
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
28
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20240909023012
|
|
29
29
|
- @backstage/cli-common@0.1.14
|
|
30
30
|
- @backstage/config@1.2.0
|
|
31
31
|
- @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-20240909023012",
|
|
4
4
|
"description": "Core API used by Backstage backend plugins",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@backstage/cli-common": "^0.1.14",
|
|
58
58
|
"@backstage/config": "^1.2.0",
|
|
59
59
|
"@backstage/errors": "^1.2.4",
|
|
60
|
-
"@backstage/plugin-auth-node": "^0.0.0-nightly-
|
|
60
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20240909023012",
|
|
61
61
|
"@backstage/plugin-permission-common": "^0.8.1",
|
|
62
62
|
"@backstage/types": "^1.1.1",
|
|
63
63
|
"@types/express": "^4.17.6",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"luxon": "^3.0.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
71
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
70
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240909023012",
|
|
71
|
+
"@backstage/cli": "^0.0.0-nightly-20240909023012"
|
|
72
72
|
},
|
|
73
73
|
"configSchema": "config.d.ts"
|
|
74
74
|
}
|