@backstage/backend-test-utils 0.1.29-next.2 → 0.1.29
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 +13 -0
- package/alpha/package.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/backend-test-utils
|
|
2
2
|
|
|
3
|
+
## 0.1.29
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 72549952d1: Fixed handling of root scoped services in `startTestBackend`.
|
|
8
|
+
- e91e8e9c55: Increased test database max connection pool size to reduce the risk of resource exhaustion.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-common@0.15.2
|
|
11
|
+
- @backstage/cli@0.20.0
|
|
12
|
+
- @backstage/backend-app-api@0.2.2
|
|
13
|
+
- @backstage/backend-plugin-api@0.1.3
|
|
14
|
+
- @backstage/config@1.0.3
|
|
15
|
+
|
|
3
16
|
## 0.1.29-next.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-test-utils",
|
|
3
3
|
"description": "Test helpers library for Backstage backends",
|
|
4
|
-
"version": "0.1.29
|
|
4
|
+
"version": "0.1.29",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"start": "backstage-cli package start"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/backend-app-api": "^0.2.2
|
|
38
|
-
"@backstage/backend-common": "^0.15.2
|
|
39
|
-
"@backstage/backend-plugin-api": "^0.1.3
|
|
40
|
-
"@backstage/cli": "^0.20.0
|
|
41
|
-
"@backstage/config": "^1.0.3
|
|
37
|
+
"@backstage/backend-app-api": "^0.2.2",
|
|
38
|
+
"@backstage/backend-common": "^0.15.2",
|
|
39
|
+
"@backstage/backend-plugin-api": "^0.1.3",
|
|
40
|
+
"@backstage/cli": "^0.20.0",
|
|
41
|
+
"@backstage/config": "^1.0.3",
|
|
42
42
|
"better-sqlite3": "^7.5.0",
|
|
43
43
|
"knex": "^2.0.0",
|
|
44
44
|
"msw": "^0.47.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"uuid": "^8.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@backstage/cli": "^0.20.0
|
|
51
|
+
"@backstage/cli": "^0.20.0"
|
|
52
52
|
},
|
|
53
53
|
"files": [
|
|
54
54
|
"dist",
|