@backstage/plugin-app-backend 0.3.24 → 0.3.27
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 +31 -0
- package/package.json +20 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @backstage/plugin-app-backend
|
|
2
2
|
|
|
3
|
+
## 0.3.27
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.11.0
|
|
9
|
+
- @backstage/config-loader@0.9.6
|
|
10
|
+
|
|
11
|
+
## 0.3.26
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Fix for the previous release with missing type declarations.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/backend-common@0.10.9
|
|
18
|
+
- @backstage/config@0.1.15
|
|
19
|
+
- @backstage/config-loader@0.9.5
|
|
20
|
+
- @backstage/types@0.1.3
|
|
21
|
+
|
|
22
|
+
## 0.3.25
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- c77c5c7eb6: Added `backstage.role` to `package.json`
|
|
27
|
+
- 0107c9aa08: chore(deps): bump `helmet` from 4.4.1 to 5.0.2
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
- @backstage/backend-common@0.10.8
|
|
30
|
+
- @backstage/config-loader@0.9.4
|
|
31
|
+
- @backstage/config@0.1.14
|
|
32
|
+
- @backstage/types@0.1.2
|
|
33
|
+
|
|
3
34
|
## 0.3.24
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-app-backend",
|
|
3
3
|
"description": "A Backstage backend plugin that serves the Backstage frontend app",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.27",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"main": "dist/index.cjs.js",
|
|
12
12
|
"types": "dist/index.d.ts"
|
|
13
13
|
},
|
|
14
|
+
"backstage": {
|
|
15
|
+
"role": "backend-plugin"
|
|
16
|
+
},
|
|
14
17
|
"homepage": "https://backstage.io",
|
|
15
18
|
"repository": {
|
|
16
19
|
"type": "git",
|
|
@@ -21,25 +24,25 @@
|
|
|
21
24
|
"backstage"
|
|
22
25
|
],
|
|
23
26
|
"scripts": {
|
|
24
|
-
"start": "backstage-cli
|
|
25
|
-
"build": "backstage-cli
|
|
26
|
-
"lint": "backstage-cli lint",
|
|
27
|
-
"test": "backstage-cli test",
|
|
28
|
-
"prepack": "backstage-cli prepack",
|
|
29
|
-
"postpack": "backstage-cli postpack",
|
|
30
|
-
"clean": "backstage-cli clean"
|
|
27
|
+
"start": "backstage-cli package start",
|
|
28
|
+
"build": "backstage-cli package build",
|
|
29
|
+
"lint": "backstage-cli package lint",
|
|
30
|
+
"test": "backstage-cli package test",
|
|
31
|
+
"prepack": "backstage-cli package prepack",
|
|
32
|
+
"postpack": "backstage-cli package postpack",
|
|
33
|
+
"clean": "backstage-cli package clean"
|
|
31
34
|
},
|
|
32
35
|
"dependencies": {
|
|
33
|
-
"@backstage/backend-common": "^0.
|
|
34
|
-
"@backstage/config": "^0.1.
|
|
35
|
-
"@backstage/config-loader": "^0.9.
|
|
36
|
-
"@backstage/types": "^0.1.
|
|
36
|
+
"@backstage/backend-common": "^0.11.0",
|
|
37
|
+
"@backstage/config": "^0.1.15",
|
|
38
|
+
"@backstage/config-loader": "^0.9.6",
|
|
39
|
+
"@backstage/types": "^0.1.3",
|
|
37
40
|
"@types/express": "^4.17.6",
|
|
38
41
|
"express": "^4.17.1",
|
|
39
42
|
"express-promise-router": "^4.1.0",
|
|
40
43
|
"fs-extra": "9.1.0",
|
|
41
44
|
"globby": "^11.0.0",
|
|
42
|
-
"helmet": "^
|
|
45
|
+
"helmet": "^5.0.2",
|
|
43
46
|
"knex": "^1.0.2",
|
|
44
47
|
"lodash": "^4.17.21",
|
|
45
48
|
"luxon": "^2.0.2",
|
|
@@ -47,9 +50,9 @@
|
|
|
47
50
|
"yn": "^4.0.0"
|
|
48
51
|
},
|
|
49
52
|
"devDependencies": {
|
|
50
|
-
"@backstage/backend-test-utils": "^0.1.
|
|
51
|
-
"@backstage/cli": "^0.
|
|
52
|
-
"@backstage/types": "^0.1.
|
|
53
|
+
"@backstage/backend-test-utils": "^0.1.19",
|
|
54
|
+
"@backstage/cli": "^0.14.1",
|
|
55
|
+
"@backstage/types": "^0.1.3",
|
|
53
56
|
"@types/supertest": "^2.0.8",
|
|
54
57
|
"mock-fs": "^5.1.0",
|
|
55
58
|
"msw": "^0.35.0",
|
|
@@ -60,5 +63,5 @@
|
|
|
60
63
|
"migrations/**/*.{js,d.ts}",
|
|
61
64
|
"static"
|
|
62
65
|
],
|
|
63
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "a15da6ea1e3e8adc37be98be064071c8b5279b4a"
|
|
64
67
|
}
|