@backstage/backend-app-api 0.0.0-nightly-20220823025832 → 0.0.0-nightly-20220824025846
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.
Potentially problematic release.
This version of @backstage/backend-app-api might be problematic. Click here for more details.
- package/CHANGELOG.md +16 -5
- package/alpha/package.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,26 @@
|
|
|
1
1
|
# @backstage/backend-app-api
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220824025846
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- de3347ca74: Updated usages of `ServiceFactory`.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-
|
|
10
|
-
- @backstage/backend-
|
|
11
|
-
- @backstage/backend-
|
|
12
|
-
- @backstage/plugin-permission-node@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-common@0.0.0-nightly-20220824025846
|
|
10
|
+
- @backstage/backend-tasks@0.0.0-nightly-20220824025846
|
|
11
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20220824025846
|
|
12
|
+
- @backstage/plugin-permission-node@0.0.0-nightly-20220824025846
|
|
13
|
+
|
|
14
|
+
## 0.2.1-next.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- de3347ca74: Updated usages of `ServiceFactory`.
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @backstage/backend-common@0.15.1-next.0
|
|
21
|
+
- @backstage/backend-tasks@0.3.5-next.0
|
|
22
|
+
- @backstage/backend-plugin-api@0.1.2-next.0
|
|
23
|
+
- @backstage/plugin-permission-node@0.6.5-next.0
|
|
13
24
|
|
|
14
25
|
## 0.2.0
|
|
15
26
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-app-api",
|
|
3
3
|
"description": "Core API used by Backstage backend apps",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220824025846",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"private": false,
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"start": "backstage-cli package start"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
38
|
-
"@backstage/backend-common": "0.0.0-nightly-
|
|
39
|
-
"@backstage/backend-tasks": "0.0.0-nightly-
|
|
40
|
-
"@backstage/plugin-permission-node": "0.0.0-nightly-
|
|
37
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20220824025846",
|
|
38
|
+
"@backstage/backend-common": "0.0.0-nightly-20220824025846",
|
|
39
|
+
"@backstage/backend-tasks": "0.0.0-nightly-20220824025846",
|
|
40
|
+
"@backstage/plugin-permission-node": "0.0.0-nightly-20220824025846",
|
|
41
41
|
"express": "^4.17.1",
|
|
42
42
|
"express-promise-router": "^4.1.0",
|
|
43
43
|
"winston": "^3.2.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
46
|
+
"@backstage/cli": "0.0.0-nightly-20220824025846"
|
|
47
47
|
},
|
|
48
48
|
"files": [
|
|
49
49
|
"dist",
|