Skip to content

Commit 6da03cf

Browse files
committed
chore: revert package name change + use non-compact continuous release URLs
1 parent 12d8306 commit 6da03cf

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/publish-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
working-directory: ./packages/vite
6969
run: pnpm build
7070

71-
- run: pnpm dlx [email protected] publish --compact --pnpm ./packages/vite
71+
- run: pnpm dlx [email protected] publish --pnpm ./packages/vite

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"tsx": "^4.19.1",
7777
"typescript": "^5.6.2",
7878
"typescript-eslint": "^8.8.0",
79-
"vite": "workspace:rolldown-vite@*",
79+
"vite": "workspace:*",
8080
"vitest": "^2.1.2"
8181
},
8282
"simple-git-hooks": {
@@ -99,7 +99,7 @@
9999
"packageManager": "[email protected]",
100100
"pnpm": {
101101
"overrides": {
102-
"vite": "workspace:rolldown-vite@*"
102+
"vite": "workspace:*"
103103
},
104104
"patchedDependencies": {
105105

packages/plugin-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"acorn": "^8.12.1",
5858
"picocolors": "^1.1.0",
5959
"unbuild": "^2.0.0",
60-
"vite": "workspace:rolldown-vite@*"
60+
"vite": "workspace:*"
6161
}
6262
}

packages/vite/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rolldown-vite",
2+
"name": "vite",
33
"version": "6.0.0-beta.2",
44
"type": "module",
55
"license": "MIT",
@@ -62,11 +62,11 @@
6262
},
6363
"repository": {
6464
"type": "git",
65-
"url": "git+https://github.com/rolldown/vite.git",
65+
"url": "git+https://github.com/vitejs/vite.git",
6666
"directory": "packages/vite"
6767
},
6868
"bugs": {
69-
"url": "https://github.com/rolldown/vite/issues"
69+
"url": "https://github.com/vitejs/vite/issues"
7070
},
7171
"homepage": "https://vite.dev",
7272
"funding": "https://github.com/vitejs/vite?sponsor=1",

playground/config/__tests__/config.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ it.runIf(isImportAttributesSupported)(
4242
)
4343
expect(config).toMatchInlineSnapshot(`
4444
{
45-
"jsonValue": "rolldown-vite",
45+
"jsonValue": "vite",
4646
}
4747
`)
4848
},

playground/external/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"slash3": "npm:slash@^3.0.0",
1818
"slash5": "npm:slash@^5.1.0",
19-
"vite": "workspace:rolldown-vite@*",
19+
"vite": "workspace:*",
2020
"vue": "^3.5.11",
2121
"vue32": "npm:vue@~3.2.0"
2222
}

playground/legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"preview": "vite preview"
1616
},
1717
"devDependencies": {
18-
"vite": "workspace:rolldown-vite@*",
18+
"vite": "workspace:*",
1919
"@vitejs/plugin-legacy": "workspace:*",
2020
"express": "^4.21.0",
2121
"terser": "^5.34.1"

0 commit comments

Comments
 (0)