vitest 0.0.121 → 0.0.122
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 +2 -2
- package/dist/cli.js +1 -1
- package/dist/entry.js +28 -2329
- package/dist/{global-f5814404.js → global-71c4f178.js} +2 -2
- package/dist/{index-32bc2073.js → index-3cd686b2.js} +1 -1
- package/dist/index.d.ts +52 -49
- package/dist/index.js +2 -2
- package/dist/vi-c99184a5.js +3445 -0
- package/package.json +1 -1
- package/dist/vi-db2bc738.js +0 -1122
package/LICENSE.md
CHANGED
|
@@ -166,7 +166,7 @@ Repository: chalk/ansi-regex
|
|
|
166
166
|
|
|
167
167
|
> MIT License
|
|
168
168
|
>
|
|
169
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (
|
|
169
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
170
170
|
>
|
|
171
171
|
> 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:
|
|
172
172
|
>
|
|
@@ -183,7 +183,7 @@ Repository: chalk/ansi-styles
|
|
|
183
183
|
|
|
184
184
|
> MIT License
|
|
185
185
|
>
|
|
186
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (
|
|
186
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
187
187
|
>
|
|
188
188
|
> 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:
|
|
189
189
|
>
|
package/dist/cli.js
CHANGED