Skip to content

Commit

Permalink
I Give Up on Versioning
Browse files Browse the repository at this point in the history
(Note: Next Playwright Version (Note: Next Playwright Version will be 1.50.0 so there wont be overlaps)
  • Loading branch information
Vinyzu committed Dec 8, 2024
1 parent dd81d5a commit a5b9748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patchright_nodejs_rebranding.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fs.rename("packages/playwright-core", "packages/patchright-core", (err) => {
fs.readFile("packages/patchright-core/package.json", "utf8", (err, data) => {
const packageJson = JSON.parse(data);
packageJson.name = "patchright-core";
packageJson.version = "1.49.0.post0"
packageJson.version = "1.49.1"
packageJson.author["name"] = "Microsoft Corportation, patched by github.com/Kaliiiiiiiiii-Vinyzu/";
packageJson.homepage = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
packageJson.repository["url"] = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
Expand All @@ -134,7 +134,7 @@ fs.rename("packages/playwright-core", "packages/patchright-core", (err) => {
fs.readFile("packages/patchright/package.json", "utf8", (err, data) => {
const packageJson = JSON.parse(data);
packageJson.name = "patchright";
packageJson.version = "1.49.0.post0"
packageJson.version = "1.49.1"
packageJson.author["name"] = "Microsoft Corportation, patched by github.com/Kaliiiiiiiiii-Vinyzu/";
packageJson.homepage = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
packageJson.repository["url"] = "https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-nodejs"
Expand Down

0 comments on commit a5b9748

Please sign in to comment.