@drzl/validation-core 3.4.0 → 3.5.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.
package/README.md CHANGED
@@ -29,7 +29,7 @@ Shared interfaces and helpers used by validation generators.
29
29
 
30
30
  ## Exports (essentials)
31
31
 
32
- - ValidationLibrary: `'zod' | 'valibot' | 'arktype'`
32
+ - ValidationLibrary: `'zod' | 'valibot' | 'arktype' | 'typebox'`
33
33
  - ValidationRenderer<TOptions>
34
34
  - `library`
35
35
  - `renderTable(table, opts)`
package/dist/index.d.cts CHANGED
@@ -85,7 +85,7 @@ declare function resolveConfiguredImport(configured: string, outDirAbs: string,
85
85
  * One place that decides what a generated identifier is called.
86
86
  *
87
87
  * Every generator used to build these names by hand with template literals, which is why
88
- * the oRPC router and the zod/valibot/arktype generators could silently disagree about the
88
+ * the oRPC router and the zod/valibot/arktype/typebox generators could silently disagree about the
89
89
  * same name. They all call through here now, so a single resolved value describes both
90
90
  * sides of the import.
91
91
  *
package/dist/index.d.ts CHANGED
@@ -85,7 +85,7 @@ declare function resolveConfiguredImport(configured: string, outDirAbs: string,
85
85
  * One place that decides what a generated identifier is called.
86
86
  *
87
87
  * Every generator used to build these names by hand with template literals, which is why
88
- * the oRPC router and the zod/valibot/arktype generators could silently disagree about the
88
+ * the oRPC router and the zod/valibot/arktype/typebox generators could silently disagree about the
89
89
  * same name. They all call through here now, so a single resolved value describes both
90
90
  * sides of the import.
91
91
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drzl/validation-core",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "sideEffects": false,
13
13
  "dependencies": {
14
- "@drzl/analyzer": "^1.7.0"
14
+ "@drzl/analyzer": "^1.8.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "tsup": "^8.5.1",