vitest 0.0.114 → 0.0.115
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 +5 -5
- package/dist/cli.js +1107 -31
- package/dist/{constants-9c7f06df.js → constants-5968a78c.js} +1 -1
- package/dist/{diff-3cfdad26.js → diff-67678e1f.js} +1 -1
- package/dist/entry.js +11 -11
- package/dist/{global-12653c72.js → global-bc40af7c.js} +4 -4
- package/dist/{index-61c8686f.js → index-648e7ab2.js} +62 -62
- package/dist/index-6e709f57.js +781 -0
- package/dist/{index-ea5153a0.js → index-7c024e16.js} +27 -2
- package/dist/{index-ebf35a56.js → index-7f57c252.js} +1 -1
- package/dist/{index-36694964.js → index-b4f86684.js} +143 -93
- package/dist/{index-9f4b9905.js → index-ce49e384.js} +33 -800
- package/dist/{index-7889832e.js → index-e909c175.js} +25 -16
- package/dist/index.d.ts +72 -9
- package/dist/index.js +3 -3
- package/dist/{middleware-85ff8fbf.js → middleware-647438b9.js} +2 -2
- package/dist/node.d.ts +70 -7
- package/dist/node.js +8 -7
- package/dist/rpc-8c7cc374.js +5 -0
- package/dist/utils.js +1 -1
- package/dist/{vi-67e478ef.js → vi-2115c609.js} +1 -2
- package/dist/worker.js +8 -7
- package/package.json +3 -2
- package/vitest.mjs +1 -20
- package/dist/rpc-85fe6402.js +0 -10
package/LICENSE.md
CHANGED
|
@@ -807,7 +807,7 @@ Repository: ehmicky/human-signals
|
|
|
807
807
|
> same "printed page" as the copyright notice for easier
|
|
808
808
|
> identification within third-party archives.
|
|
809
809
|
>
|
|
810
|
-
> Copyright
|
|
810
|
+
> Copyright 2021 ehmicky <ehmicky@gmail.com>
|
|
811
811
|
>
|
|
812
812
|
> Licensed under the Apache License, Version 2.0 (the "License");
|
|
813
813
|
> you may not use this file except in compliance with the License.
|
|
@@ -1138,7 +1138,7 @@ Repository: sindresorhus/mimic-fn
|
|
|
1138
1138
|
|
|
1139
1139
|
> MIT License
|
|
1140
1140
|
>
|
|
1141
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1141
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1142
1142
|
>
|
|
1143
1143
|
> 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:
|
|
1144
1144
|
>
|
|
@@ -1247,7 +1247,7 @@ Repository: sindresorhus/npm-run-path
|
|
|
1247
1247
|
|
|
1248
1248
|
> MIT License
|
|
1249
1249
|
>
|
|
1250
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1250
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1251
1251
|
>
|
|
1252
1252
|
> 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:
|
|
1253
1253
|
>
|
|
@@ -1332,7 +1332,7 @@ Repository: sindresorhus/path-key
|
|
|
1332
1332
|
|
|
1333
1333
|
> MIT License
|
|
1334
1334
|
>
|
|
1335
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1335
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1336
1336
|
>
|
|
1337
1337
|
> 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:
|
|
1338
1338
|
>
|
|
@@ -1842,7 +1842,7 @@ Repository: sindresorhus/strip-final-newline
|
|
|
1842
1842
|
|
|
1843
1843
|
> MIT License
|
|
1844
1844
|
>
|
|
1845
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1845
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1846
1846
|
>
|
|
1847
1847
|
> 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:
|
|
1848
1848
|
>
|