@backstage/backend-test-utils 0.3.0-next.3 → 0.3.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 +19 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e85aa98: drop databases after unit tests if the database instance is not running in docker
8
+
9
+ ### Patch Changes
10
+
11
+ - 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
12
+ Updated dependency `@types/fs-extra` to `^11.0.0`.
13
+ - Updated dependencies
14
+ - @backstage/backend-common@0.21.0
15
+ - @backstage/plugin-auth-node@0.4.4
16
+ - @backstage/backend-app-api@0.5.11
17
+ - @backstage/backend-plugin-api@0.6.10
18
+ - @backstage/config@1.1.1
19
+ - @backstage/errors@1.2.3
20
+ - @backstage/types@1.1.1
21
+
3
22
  ## 0.3.0-next.3
4
23
 
5
24
  ### 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.0",
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.11",
43
+ "@backstage/backend-common": "^0.21.0",
44
+ "@backstage/backend-plugin-api": "^0.6.10",
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.4",
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
  },