@optique/valibot 1.0.0-dev.401 → 1.0.0-dev.416

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,6 @@
1
1
  @optique/valibot
2
2
  ================
3
3
 
4
- > [!WARNING]
5
- > The API is stabilizing, but may change before the 1.0 release.
6
-
7
4
  Valibot value parsers for Optique. This package provides seamless integration
8
5
  between [Valibot] schemas and *@optique/core*, enabling powerful validation and
9
6
  type-safe parsing of command-line arguments with minimal bundle size.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/valibot",
3
- "version": "1.0.0-dev.401+5769648d",
3
+ "version": "1.0.0-dev.416+db8179aa",
4
4
  "description": "Valibot value parsers for Optique",
5
5
  "keywords": [
6
6
  "CLI",
@@ -57,7 +57,7 @@
57
57
  "valibot": "^1.2.0"
58
58
  },
59
59
  "dependencies": {
60
- "@optique/core": "1.0.0-dev.401+5769648d"
60
+ "@optique/core": "1.0.0-dev.416+db8179aa"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/node": "^20.19.9",