@optique/run 0.10.0-dev.289 → 0.10.0-dev.291

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 +2 -2
package/README.md CHANGED
@@ -113,10 +113,9 @@ The completion system automatically provides intelligent suggestions for:
113
113
 
114
114
  For more details, see the [completion guide].
115
115
 
116
- [completion guide]: https://optique.dev/concepts/completion
117
-
118
- ---
116
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
119
117
 
120
118
  For more resources, see the [docs] and the [*examples/*](/examples/) directory.
121
119
 
120
+ [completion guide]: https://optique.dev/concepts/completion
122
121
  [docs]: https://optique.dev/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/run",
3
- "version": "0.10.0-dev.289+112a7af6",
3
+ "version": "0.10.0-dev.291+c07ddeda",
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": "0.10.0-dev.289+112a7af6"
73
+ "@optique/core": "0.10.0-dev.291+c07ddeda"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/node": "^20.19.9",