chore: release v3.1.0-beta.1

This commit is contained in:
Vladimir Sheremet 2025-03-17 13:16:17 +01:00
parent 6adecb9036
commit 2f7f36453b
No known key found for this signature in database
GPG Key ID: 93194F2C8E1F350B
16 changed files with 16 additions and 16 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/monorepo",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"private": true,
"packageManager": "pnpm@10.4.1",
"description": "Next generation testing framework powered by Vite",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/browser",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Browser running for Vitest",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/coverage-istanbul",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Istanbul coverage provider for Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/coverage-v8",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "V8 coverage provider for Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/expect",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Jest's expect matchers as a Chai plugin",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/mocker",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Vitest module mocker implementation",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/pretty-format",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Fork of pretty-format with support for ESM",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/runner",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Vitest test runner",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/snapshot",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Vitest snapshot manager",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/spy",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Lightweight Jest compatible spy implementation",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/ui",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "UI for Vitest",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/utils",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Shared Vitest utility functions",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@ -1,7 +1,7 @@
{
"name": "vite-node",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Vite as Node.js runtime",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "vitest",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Next generation testing framework powered by Vite",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/web-worker",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "Web Worker support for testing in Vitest",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@ -1,7 +1,7 @@
{
"name": "@vitest/ws-client",
"type": "module",
"version": "3.0.9",
"version": "3.1.0-beta.1",
"description": "WebSocket client wrapper for communicating with Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",