@ontrails/testing 1.0.0-beta.7 → 1.0.0-beta.8

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 28ms on 20 files with 93 rules using 24 threads.
3
+ Finished in 29ms on 20 files with 93 rules using 24 threads.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ontrails/testing
2
2
 
3
+ ## 1.0.0-beta.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @ontrails/cli@1.0.0-beta.8
8
+ - @ontrails/core@1.0.0-beta.8
9
+ - @ontrails/logging@1.0.0-beta.8
10
+ - @ontrails/mcp@1.0.0-beta.8
11
+
3
12
  ## 1.0.0-beta.7
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontrails/testing",
3
- "version": "1.0.0-beta.7",
3
+ "version": "1.0.0-beta.8",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.ts",