uni-run 1.1.17 → 1.1.18

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/dist/arg.d.ts +4 -4
  2. package/package.json +2 -2
package/dist/arg.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import NoArg from 'noarg';
2
2
  export declare const app: NoArg<"uni-run", {
3
3
  readonly allowEqualAssign: true;
4
- readonly booleanNotSyntaxEnding: "\\";
5
4
  readonly allowDuplicateFlagForList: true;
5
+ readonly booleanNotSyntaxEnding: "!";
6
6
  readonly splitListByComma: true;
7
7
  }, {
8
8
  readonly help: true;
@@ -104,8 +104,8 @@ export declare const app: NoArg<"uni-run", {
104
104
  }>;
105
105
  export declare const exec: import("noarg/dist/NoArg/NoArgProgram.cjs").NoArgProgram<"exec", {
106
106
  readonly allowEqualAssign: true;
107
- readonly booleanNotSyntaxEnding: "\\";
108
107
  readonly allowDuplicateFlagForList: true;
108
+ readonly booleanNotSyntaxEnding: "!";
109
109
  readonly splitListByComma: true;
110
110
  }, {
111
111
  readonly help: true;
@@ -203,8 +203,8 @@ export declare const exec: import("noarg/dist/NoArg/NoArgProgram.cjs").NoArgProg
203
203
  }>;
204
204
  export declare const list: import("noarg/dist/NoArg/NoArgProgram.cjs").NoArgProgram<"list", {
205
205
  readonly allowEqualAssign: true;
206
- readonly booleanNotSyntaxEnding: "\\";
207
206
  readonly allowDuplicateFlagForList: true;
207
+ readonly booleanNotSyntaxEnding: "!";
208
208
  readonly splitListByComma: true;
209
209
  }, {
210
210
  readonly help: true;
@@ -217,8 +217,8 @@ export declare const list: import("noarg/dist/NoArg/NoArgProgram.cjs").NoArgProg
217
217
  }>;
218
218
  export declare const clean: import("noarg/dist/NoArg/NoArgProgram.cjs").NoArgProgram<"clean", {
219
219
  readonly allowEqualAssign: true;
220
- readonly booleanNotSyntaxEnding: "\\";
221
220
  readonly allowDuplicateFlagForList: true;
221
+ readonly booleanNotSyntaxEnding: "!";
222
222
  readonly splitListByComma: true;
223
223
  }, {
224
224
  readonly help: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uni-run",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "description": "Universal Runner for many language",
5
5
  "type": "commonjs",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "chokidar": "^4.0.1",
24
24
  "cross-spawn": "^7.0.3",
25
25
  "ignore": "^6.0.2",
26
- "noarg": "^3.1.6"
26
+ "noarg": "^3.1.8"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/cross-spawn": "^6.0.6",