@ontrails/warden 1.0.0-beta.11 → 1.0.0-beta.12

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 27ms on 56 files with 93 rules using 24 threads.
3
+ Finished in 52ms on 56 files with 93 rules using 24 threads.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ontrails/warden
2
2
 
3
+ ## 1.0.0-beta.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @ontrails/core@1.0.0-beta.12
9
+ - @ontrails/schema@1.0.0-beta.12
10
+
3
11
  ## 1.0.0-beta.11
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontrails/warden",
3
- "version": "1.0.0-beta.11",
3
+ "version": "1.0.0-beta.12",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.ts",
@@ -14,13 +14,13 @@
14
14
  "clean": "rm -rf dist *.tsbuildinfo"
15
15
  },
16
16
  "devDependencies": {
17
- "@ontrails/testing": "^1.0.0-beta.8",
17
+ "@ontrails/testing": "^1.0.0-beta.12",
18
18
  "@oxc-project/types": "^0.122.0",
19
19
  "oxc-parser": "^0.121.0",
20
20
  "zod": "^4.3.5"
21
21
  },
22
22
  "peerDependencies": {
23
- "@ontrails/core": "^1.0.0-beta.8",
24
- "@ontrails/schema": "^1.0.0-beta.8"
23
+ "@ontrails/core": "^1.0.0-beta.12",
24
+ "@ontrails/schema": "^1.0.0-beta.12"
25
25
  }
26
26
  }