@backstage/backend-test-utils 0.2.5 → 0.2.6-next.1
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 +15 -10
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,29 @@
|
|
|
1
1
|
# @backstage/backend-test-utils
|
|
2
2
|
|
|
3
|
-
## 0.2.
|
|
3
|
+
## 0.2.6-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
9
|
-
- @backstage/backend-app-api@0.5.
|
|
10
|
-
- @backstage/backend-plugin-api@0.6.
|
|
11
|
-
- @backstage/
|
|
8
|
+
- @backstage/backend-common@0.19.7-next.1
|
|
9
|
+
- @backstage/backend-app-api@0.5.5-next.1
|
|
10
|
+
- @backstage/backend-plugin-api@0.6.5-next.1
|
|
11
|
+
- @backstage/plugin-auth-node@0.3.2-next.1
|
|
12
|
+
- @backstage/config@1.1.0
|
|
13
|
+
- @backstage/types@1.1.1
|
|
12
14
|
|
|
13
|
-
## 0.2.
|
|
15
|
+
## 0.2.6-next.0
|
|
14
16
|
|
|
15
17
|
### Patch Changes
|
|
16
18
|
|
|
17
|
-
-
|
|
19
|
+
- 5ddc03813e: Remove third type parameter used for `MockInstance`, in order to be compatible with older versions of `@types/jest`.
|
|
18
20
|
- Updated dependencies
|
|
19
|
-
- @backstage/
|
|
20
|
-
- @backstage/backend-common@0.19.
|
|
21
|
-
- @backstage/
|
|
21
|
+
- @backstage/plugin-auth-node@0.3.2-next.0
|
|
22
|
+
- @backstage/backend-common@0.19.7-next.0
|
|
23
|
+
- @backstage/config@1.1.0
|
|
24
|
+
- @backstage/backend-app-api@0.5.5-next.0
|
|
25
|
+
- @backstage/backend-plugin-api@0.6.5-next.0
|
|
26
|
+
- @backstage/types@1.1.1
|
|
22
27
|
|
|
23
28
|
## 0.2.3
|
|
24
29
|
|
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.2.
|
|
4
|
+
"version": "0.2.6-next.1",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"start": "backstage-cli package start"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@backstage/backend-app-api": "^0.5.
|
|
43
|
-
"@backstage/backend-common": "^0.19.
|
|
44
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
42
|
+
"@backstage/backend-app-api": "^0.5.5-next.1",
|
|
43
|
+
"@backstage/backend-common": "^0.19.7-next.1",
|
|
44
|
+
"@backstage/backend-plugin-api": "^0.6.5-next.1",
|
|
45
45
|
"@backstage/config": "^1.1.0",
|
|
46
|
-
"@backstage/plugin-auth-node": "^0.3.1",
|
|
46
|
+
"@backstage/plugin-auth-node": "^0.3.2-next.1",
|
|
47
47
|
"@backstage/types": "^1.1.1",
|
|
48
48
|
"better-sqlite3": "^8.0.0",
|
|
49
49
|
"express": "^4.17.1",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@types/jest": "*"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@backstage/cli": "^0.
|
|
61
|
+
"@backstage/cli": "^0.23.0-next.1",
|
|
62
62
|
"@types/supertest": "^2.0.8",
|
|
63
63
|
"supertest": "^6.1.3"
|
|
64
64
|
},
|