@optique/git 1.0.0-dev.1901 → 1.0.0-dev.1970
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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -126,7 +126,7 @@ function createAsyncValueParser(options, metavar, parseFn, suggestFn) {
|
|
|
126
126
|
}
|
|
127
127
|
const validatedDepth = options?.suggestionDepth ?? DEFAULT_SUGGESTION_DEPTH;
|
|
128
128
|
return {
|
|
129
|
-
|
|
129
|
+
mode: "async",
|
|
130
130
|
metavar,
|
|
131
131
|
placeholder: "",
|
|
132
132
|
parse(input) {
|
package/dist/index.js
CHANGED
|
@@ -104,7 +104,7 @@ function createAsyncValueParser(options, metavar, parseFn, suggestFn) {
|
|
|
104
104
|
}
|
|
105
105
|
const validatedDepth = options?.suggestionDepth ?? DEFAULT_SUGGESTION_DEPTH;
|
|
106
106
|
return {
|
|
107
|
-
|
|
107
|
+
mode: "async",
|
|
108
108
|
metavar,
|
|
109
109
|
placeholder: "",
|
|
110
110
|
parse(input) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@optique/git",
|
|
3
|
-
"version": "1.0.0-dev.
|
|
3
|
+
"version": "1.0.0-dev.1970+0182ae32",
|
|
4
4
|
"description": "Git value parsers for Optique",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"CLI",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@logtape/logtape": "^2.0.4",
|
|
61
61
|
"isomorphic-git": "^1.36.1",
|
|
62
|
-
"@optique/core": "1.0.0-dev.
|
|
62
|
+
"@optique/core": "1.0.0-dev.1970+0182ae32"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/node": "^20.19.9",
|