vitest 0.1.17 → 0.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.
package/LICENSE.md CHANGED
@@ -372,23 +372,6 @@ Repository: git@github.com:moxystudio/node-cross-spawn.git
372
372
 
373
373
  ---------------------------------------
374
374
 
375
- ## detect-indent
376
- License: MIT
377
- By: Sindre Sorhus
378
- Repository: sindresorhus/detect-indent
379
-
380
- > MIT License
381
- >
382
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
383
- >
384
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
385
- >
386
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
387
- >
388
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
389
-
390
- ---------------------------------------
391
-
392
375
  ## diff
393
376
  License: BSD-3-Clause
394
377
  Repository: git://github.com/kpdecker/jsdiff.git
package/dist/cli.js CHANGED
@@ -7,7 +7,7 @@ import { m as mergeStream, g as getStream, c as crossSpawn } from './index-6e709
7
7
  import require$$0, { constants } from 'os';
8
8
  import { s as signalExit } from './index-648e7ab2.js';
9
9
  import { c, e as ensurePackageInstalled } from './index-f2daefb8.js';
10
- import { c as createVitest } from './create-5f44770a.js';
10
+ import { c as createVitest } from './create-9b6f7e20.js';
11
11
  import require$$0$1 from 'readline';
12
12
  import './_commonjsHelpers-c9e3b764.js';
13
13
  import 'fs';
@@ -1701,7 +1701,7 @@ function execa(file, args, options) {
1701
1701
  return mergePromise(spawned, handlePromiseOnce);
1702
1702
  }
1703
1703
 
1704
- var version = "0.1.17";
1704
+ var version = "0.1.18";
1705
1705
 
1706
1706
  const keys = [
1707
1707
  ["a", "rerun all tests"],