@ontrails/testing 1.0.0-beta.4 → 1.0.0-beta.6

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.
@@ -1,3 +1,3 @@
1
1
  $ oxlint ./src
2
2
  Found 0 warnings and 0 errors.
3
- Finished in 26ms on 20 files with 93 rules using 24 threads.
3
+ Finished in 38ms on 20 files with 93 rules using 24 threads.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @ontrails/testing
2
2
 
3
+ ## 1.0.0-beta.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @ontrails/core@1.0.0-beta.6
9
+ - @ontrails/cli@1.0.0-beta.6
10
+ - @ontrails/logging@1.0.0-beta.6
11
+ - @ontrails/mcp@1.0.0-beta.6
12
+
13
+ ## 1.0.0-beta.5
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @ontrails/core@1.0.0-beta.5
19
+ - @ontrails/logging@1.0.0-beta.5
20
+ - @ontrails/cli@1.0.0-beta.5
21
+ - @ontrails/mcp@1.0.0-beta.5
22
+
3
23
  ## 1.0.0-beta.4
4
24
 
5
25
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontrails/testing",
3
- "version": "1.0.0-beta.4",
3
+ "version": "1.0.0-beta.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.ts",