@backstage/backend-app-api 1.2.4-next.2 → 1.2.5-next.0
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 +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/backend-app-api
|
|
2
2
|
|
|
3
|
+
## 1.2.5-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/config@1.3.3-next.0
|
|
9
|
+
- @backstage/backend-plugin-api@1.4.1-next.0
|
|
10
|
+
|
|
11
|
+
## 1.2.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- bb9a501: Fixed a bug where occasionally the initialization order of multiple modules consuming a single extension point could happen in the wrong order.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/backend-plugin-api@1.4.0
|
|
18
|
+
- @backstage/config@1.3.2
|
|
19
|
+
- @backstage/errors@1.2.7
|
|
20
|
+
|
|
3
21
|
## 1.2.4-next.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-app-api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5-next.0",
|
|
4
4
|
"description": "Core API used by Backstage backend apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/backend-plugin-api": "1.4.
|
|
54
|
-
"@backstage/config": "1.3.
|
|
53
|
+
"@backstage/backend-plugin-api": "1.4.1-next.0",
|
|
54
|
+
"@backstage/config": "1.3.3-next.0",
|
|
55
55
|
"@backstage/errors": "1.2.7"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@backstage/backend-defaults": "0.11.
|
|
59
|
-
"@backstage/backend-test-utils": "1.
|
|
60
|
-
"@backstage/cli": "0.33.
|
|
58
|
+
"@backstage/backend-defaults": "0.11.1-next.1",
|
|
59
|
+
"@backstage/backend-test-utils": "1.7.0-next.1",
|
|
60
|
+
"@backstage/cli": "0.33.1-next.1"
|
|
61
61
|
},
|
|
62
62
|
"configSchema": "config.d.ts"
|
|
63
63
|
}
|