@backstage/backend-test-utils 0.3.0-next.3 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.1
9
+ - @backstage/backend-app-api@0.5.12
10
+ - @backstage/plugin-auth-node@0.4.6
11
+ - @backstage/backend-plugin-api@0.6.11
12
+
13
+ ## 0.3.0
14
+
15
+ ### Minor Changes
16
+
17
+ - e85aa98: drop databases after unit tests if the database instance is not running in docker
18
+
19
+ ### Patch Changes
20
+
21
+ - 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
22
+ Updated dependency `@types/fs-extra` to `^11.0.0`.
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.21.0
25
+ - @backstage/plugin-auth-node@0.4.4
26
+ - @backstage/backend-app-api@0.5.11
27
+ - @backstage/backend-plugin-api@0.6.10
28
+ - @backstage/config@1.1.1
29
+ - @backstage/errors@1.2.3
30
+ - @backstage/types@1.1.1
31
+
3
32
  ## 0.3.0-next.3
4
33
 
5
34
  ### Patch Changes
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.3.0-next.3",
4
+ "version": "0.3.1",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "publishConfig": {
@@ -39,16 +39,16 @@
39
39
  "start": "backstage-cli package start"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-app-api": "^0.5.11-next.3",
43
- "@backstage/backend-common": "^0.21.0-next.3",
44
- "@backstage/backend-plugin-api": "^0.6.10-next.3",
42
+ "@backstage/backend-app-api": "^0.5.12",
43
+ "@backstage/backend-common": "^0.21.1",
44
+ "@backstage/backend-plugin-api": "^0.6.11",
45
45
  "@backstage/config": "^1.1.1",
46
46
  "@backstage/errors": "^1.2.3",
47
- "@backstage/plugin-auth-node": "^0.4.4-next.3",
47
+ "@backstage/plugin-auth-node": "^0.4.6",
48
48
  "@backstage/types": "^1.1.1",
49
49
  "better-sqlite3": "^9.0.0",
50
50
  "express": "^4.17.1",
51
- "fs-extra": "^10.0.1",
51
+ "fs-extra": "^11.0.0",
52
52
  "knex": "^3.0.0",
53
53
  "msw": "^1.0.0",
54
54
  "mysql2": "^2.2.5",
@@ -61,7 +61,7 @@
61
61
  "@types/jest": "*"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/cli": "^0.25.2-next.3",
64
+ "@backstage/cli": "^0.25.2",
65
65
  "@types/supertest": "^2.0.8",
66
66
  "supertest": "^6.1.3"
67
67
  },