@optique/run 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/run
2
2
  ============
3
3
 
4
- > [!WARNING]
5
- > The API is stabilizing, but may change before the 1.0 release.
6
-
7
4
  Process-integrated CLI parser for Node.js, Bun, and Deno that provides a
8
5
  batteries-included interface for *@optique/core* with automatic `process.argv`
9
6
  handling, `process.exit()`, and terminal capabilities.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/run",
3
- "version": "1.0.0-dev.401+5769648d",
3
+ "version": "1.0.0-dev.416+db8179aa",
4
4
  "description": "Type-safe combinatorial command-line interface parser",
5
5
  "keywords": [
6
6
  "CLI",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "sideEffects": false,
72
72
  "dependencies": {
73
- "@optique/core": "1.0.0-dev.401+5769648d"
73
+ "@optique/core": "1.0.0-dev.416+db8179aa"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/node": "^20.19.9",