@backstage/backend-test-utils 0.2.5 → 0.2.6-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -15
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,24 +1,17 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
- ## 0.2.5
3
+ ## 0.2.6-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 5ddc03813e: Remove third type parameter used for `MockInstance`, in order to be compatible with older versions of `@types/jest`.
7
8
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.3.1
9
- - @backstage/backend-app-api@0.5.4
10
- - @backstage/backend-plugin-api@0.6.4
11
- - @backstage/backend-common@0.19.6
12
-
13
- ## 0.2.4
14
-
15
- ### Patch Changes
16
-
17
- - dbeb822f4c09: Remove third type parameter used for `MockInstance`, in order to be compatible with older versions of `@types/jest`.
18
- - Updated dependencies
19
- - @backstage/backend-app-api@0.5.3
20
- - @backstage/backend-common@0.19.5
21
- - @backstage/plugin-auth-node@0.3.0
9
+ - @backstage/plugin-auth-node@0.3.2-next.0
10
+ - @backstage/backend-common@0.19.7-next.0
11
+ - @backstage/config@1.1.0
12
+ - @backstage/backend-app-api@0.5.5-next.0
13
+ - @backstage/backend-plugin-api@0.6.5-next.0
14
+ - @backstage/types@1.1.1
22
15
 
23
16
  ## 0.2.3
24
17
 
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.5",
4
+ "version": "0.2.6-next.0",
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.4",
43
- "@backstage/backend-common": "^0.19.6",
44
- "@backstage/backend-plugin-api": "^0.6.4",
42
+ "@backstage/backend-app-api": "^0.5.5-next.0",
43
+ "@backstage/backend-common": "^0.19.7-next.0",
44
+ "@backstage/backend-plugin-api": "^0.6.5-next.0",
45
45
  "@backstage/config": "^1.1.0",
46
- "@backstage/plugin-auth-node": "^0.3.1",
46
+ "@backstage/plugin-auth-node": "^0.3.2-next.0",
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.22.13",
61
+ "@backstage/cli": "^0.23.0-next.0",
62
62
  "@types/supertest": "^2.0.8",
63
63
  "supertest": "^6.1.3"
64
64
  },