@baic/yolk-cli 2.1.0-alpha.60 → 2.1.0-alpha.64
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.
|
@@ -279,7 +279,7 @@ declare namespace minimatch {
|
|
|
279
279
|
* This method is mainly for internal use, but is exposed so that it can be used
|
|
280
280
|
* by a glob-walker that needs to avoid excessive filesystem calls.
|
|
281
281
|
*/
|
|
282
|
-
matchOne(file: readonly string[], pattern:
|
|
282
|
+
matchOne(file: readonly string[], pattern: ReadonlyArray<string | RegExp>, partial: boolean): boolean;
|
|
283
283
|
|
|
284
284
|
/**
|
|
285
285
|
* @deprecated. For internal use.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baic/yolk-cli",
|
|
3
|
-
"version": "2.1.0-alpha.
|
|
3
|
+
"version": "2.1.0-alpha.64",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/303394539/yolk.git"
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "771dc801940c3a36715b24f3ea2979d21fcb9646"
|
|
55
55
|
}
|