@backstage/backend-test-utils 0.0.0-nightly-202201323044 → 0.0.0-nightly-202201921950

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 +22 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,32 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
- ## 0.0.0-nightly-202201323044
3
+ ## 0.0.0-nightly-202201921950
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/cli@0.0.0-nightly-202201921950
9
+ - @backstage/backend-common@0.0.0-nightly-202201921950
10
+ - @backstage/config@0.0.0-nightly-202201921950
11
+
12
+ ## 0.1.14-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/cli@0.12.0-next.0
18
+ - @backstage/backend-common@0.10.4-next.0
19
+ - @backstage/config@0.1.13-next.0
20
+
21
+ ## 0.1.13
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - b1bc55405e: Bump `testcontainers` dependency to version `8.1.2`
8
26
  - Updated dependencies
9
- - @backstage/config@0.0.0-nightly-202201323044
10
- - @backstage/backend-common@0.0.0-nightly-202201323044
11
- - @backstage/cli@0.0.0-nightly-202201323044
27
+ - @backstage/config@0.1.12
28
+ - @backstage/backend-common@0.10.3
29
+ - @backstage/cli@0.11.0
12
30
 
13
31
  ## 0.1.12
14
32
 
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.0.0-nightly-202201323044",
4
+ "version": "0.0.0-nightly-202201921950",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "private": false,
@@ -30,9 +30,9 @@
30
30
  "clean": "backstage-cli clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/backend-common": "^0.0.0-nightly-202201323044",
34
- "@backstage/cli": "^0.0.0-nightly-202201323044",
35
- "@backstage/config": "^0.0.0-nightly-202201323044",
33
+ "@backstage/backend-common": "^0.0.0-nightly-202201921950",
34
+ "@backstage/cli": "^0.0.0-nightly-202201921950",
35
+ "@backstage/config": "^0.0.0-nightly-202201921950",
36
36
  "knex": "^0.95.1",
37
37
  "mysql2": "^2.2.5",
38
38
  "pg": "^8.3.0",
@@ -41,7 +41,7 @@
41
41
  "uuid": "^8.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/cli": "^0.0.0-nightly-202201323044",
44
+ "@backstage/cli": "^0.0.0-nightly-202201921950",
45
45
  "jest": "^26.0.1"
46
46
  },
47
47
  "files": [