@backstage/backend-test-utils 0.4.0-next.2 → 0.4.0-next.3

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,19 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 0.4.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 006b3e8: The type `MockDirectoryOptions` was renamed to `CreateMockDirectoryOptions` so that it's clear these options are exclusive to the mock directory factory.
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@0.6.19-next.3
10
+ - @backstage/plugin-auth-node@0.4.14-next.3
11
+ - @backstage/plugin-events-node@0.3.5-next.2
12
+ - @backstage/backend-app-api@0.7.6-next.3
13
+ - @backstage/config@1.2.0
14
+ - @backstage/errors@1.2.4
15
+ - @backstage/types@1.1.1
16
+
3
17
  ## 0.4.0-next.2
4
18
 
5
19
  ### Patch Changes