@backstage/backend-test-utils 0.1.36-next.1 → 0.1.36

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 CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 0.1.36
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.18.4
9
+ - @backstage/backend-app-api@0.4.2
10
+ - @backstage/plugin-auth-node@0.2.13
11
+ - @backstage/backend-plugin-api@0.5.1
12
+ - @backstage/config@1.0.7
13
+ - @backstage/types@1.0.2
14
+
15
+ ## 0.1.36-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-app-api@0.4.2-next.2
21
+ - @backstage/backend-common@0.18.4-next.2
22
+ - @backstage/backend-plugin-api@0.5.1-next.2
23
+ - @backstage/config@1.0.7
24
+ - @backstage/types@1.0.2
25
+ - @backstage/plugin-auth-node@0.2.13-next.2
26
+
3
27
  ## 0.1.36-next.1
4
28
 
5
29
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -13,7 +13,7 @@ declare function isDockerDisabledForTests(): boolean;
13
13
  *
14
14
  * @public
15
15
  */
16
- declare type TestDatabaseId = 'POSTGRES_13' | 'POSTGRES_9' | 'MYSQL_8' | 'SQLITE_3';
16
+ type TestDatabaseId = 'POSTGRES_13' | 'POSTGRES_9' | 'MYSQL_8' | 'SQLITE_3';
17
17
 
18
18
  /**
19
19
  * Encapsulates the creation of ephemeral test database instances for use
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.1.36-next.1",
4
+ "version": "0.1.36",
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.4.2-next.1",
43
- "@backstage/backend-common": "^0.18.4-next.1",
44
- "@backstage/backend-plugin-api": "^0.5.1-next.1",
42
+ "@backstage/backend-app-api": "^0.4.2",
43
+ "@backstage/backend-common": "^0.18.4",
44
+ "@backstage/backend-plugin-api": "^0.5.1",
45
45
  "@backstage/config": "^1.0.7",
46
- "@backstage/plugin-auth-node": "^0.2.13-next.1",
46
+ "@backstage/plugin-auth-node": "^0.2.13",
47
47
  "@backstage/types": "^1.0.2",
48
48
  "better-sqlite3": "^8.0.0",
49
49
  "express": "^4.17.1",
@@ -55,7 +55,7 @@
55
55
  "uuid": "^8.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/cli": "^0.22.6-next.1",
58
+ "@backstage/cli": "^0.22.6",
59
59
  "@types/supertest": "^2.0.8",
60
60
  "supertest": "^6.1.3"
61
61
  },