@optique/run 0.4.0-dev.52 → 0.4.0-dev.54

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 +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  @optique/run
2
2
  ============
3
3
 
4
- > [!CAUTION]
5
- > Optique is currently in early development and may change significantly.
6
- > Expect breaking changes as we refine the API and features.
4
+ > [!WARNING]
5
+ > The API is stabilizing, but may change before the 1.0 release.
7
6
 
8
7
  Process-integrated CLI parser for Node.js, Bun, and Deno that provides a
9
8
  batteries-included interface for *@optique/core* with automatic `process.argv`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/run",
3
- "version": "0.4.0-dev.52+12ee9e92",
3
+ "version": "0.4.0-dev.54+e30f3e5c",
4
4
  "description": "Type-safe combinatorial command-line interface parser",
5
5
  "keywords": [
6
6
  "CLI",