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