@backstage/backend-test-utils 1.7.0-next.0 → 1.7.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 +30 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ead925a: Add a standard `toString` on credentials objects
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/config@1.3.3
13
+ - @backstage/plugin-permission-common@0.9.1
14
+ - @backstage/backend-defaults@0.11.1
15
+ - @backstage/backend-app-api@1.2.5
16
+ - @backstage/backend-plugin-api@1.4.1
17
+ - @backstage/plugin-auth-node@0.6.5
18
+ - @backstage/plugin-events-node@0.4.13
19
+
20
+ ## 1.7.0-next.1
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/config@1.3.3-next.0
26
+ - @backstage/plugin-permission-common@0.9.1-next.0
27
+ - @backstage/backend-defaults@0.11.1-next.1
28
+ - @backstage/backend-app-api@1.2.5-next.0
29
+ - @backstage/backend-plugin-api@1.4.1-next.0
30
+ - @backstage/plugin-auth-node@0.6.5-next.0
31
+ - @backstage/plugin-events-node@0.4.13-next.0
32
+
3
33
  ## 1.7.0-next.0
4
34
 
5
35
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-test-utils",
3
- "version": "1.7.0-next.0",
3
+ "version": "1.7.0",
4
4
  "description": "Test helpers library for Backstage backends",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -57,15 +57,15 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/backend-app-api": "1.2.4",
61
- "@backstage/backend-defaults": "0.11.1-next.0",
62
- "@backstage/backend-plugin-api": "1.4.0",
63
- "@backstage/config": "1.3.2",
64
- "@backstage/errors": "1.2.7",
65
- "@backstage/plugin-auth-node": "0.6.4",
66
- "@backstage/plugin-events-node": "0.4.12",
67
- "@backstage/plugin-permission-common": "0.9.0",
68
- "@backstage/types": "1.2.1",
60
+ "@backstage/backend-app-api": "^1.2.5",
61
+ "@backstage/backend-defaults": "^0.11.1",
62
+ "@backstage/backend-plugin-api": "^1.4.1",
63
+ "@backstage/config": "^1.3.3",
64
+ "@backstage/errors": "^1.2.7",
65
+ "@backstage/plugin-auth-node": "^0.6.5",
66
+ "@backstage/plugin-events-node": "^0.4.13",
67
+ "@backstage/plugin-permission-common": "^0.9.1",
68
+ "@backstage/types": "^1.2.1",
69
69
  "@keyv/memcache": "^2.0.1",
70
70
  "@keyv/redis": "^4.0.1",
71
71
  "@keyv/valkey": "^1.0.1",
@@ -90,7 +90,7 @@
90
90
  "zod-to-json-schema": "^3.20.4"
91
91
  },
92
92
  "devDependencies": {
93
- "@backstage/cli": "0.33.1-next.0",
93
+ "@backstage/cli": "^0.33.1",
94
94
  "@types/jest": "*",
95
95
  "@types/supertest": "^2.0.8",
96
96
  "supertest": "^7.0.0"