diff --git a/docs/package.json b/docs/package.json index e9b801e..c840c16 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "1.6.1", + "version": "1.7.1", "private": true, "scripts": { "docs:build": "vitepress build .", diff --git a/example/package.json b/example/package.json index 57372cd..11a37fc 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "type": "module", - "version": "1.6.1", + "version": "1.7.1", "private": true, "scripts": { "dev": "vite dev", diff --git a/plugin/package.json b/plugin/package.json index b1ac6f2..24e8127 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-mock-dev-server", "type": "module", - "version": "1.7.0", + "version": "1.7.1", "author": "pengzhanbo (https://github.com/pengzhanbo)", "license": "MIT", "homepage": "https://vite-plugin-mock-dev-server.netlify.app", @@ -91,5 +91,8 @@ "devDependencies": { "esbuild": "^0.23.0", "vite": "^5.3.5" + }, + "publishConfig": { + "access": "public" } }