forked from yume-chan/ya-webadb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: Update package names and URLs
Fork for the control of the release pace and versioning. To avoid confusion with the original package, we need to rename the package name.
- Loading branch information
Showing
133 changed files
with
634 additions
and
675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@yume-chan/adb-cli", | ||
"name": "@gasol/adb-cli", | ||
"private": true, | ||
"version": "0.0.19", | ||
"description": "Re-implement `adb`", | ||
|
@@ -13,14 +13,14 @@ | |
"email": "[email protected]", | ||
"url": "https://chensi.moe/blog" | ||
}, | ||
"homepage": "https://github.com/yume-chan/ya-webadb/tree/main/apps/adb-cli#readme", | ||
"homepage": "https://github.com/Gasol/ya-webadb/tree/main/apps/adb-cli#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/yume-chan/ya-webadb.git", | ||
"url": "git+https://github.com/Gasol/ya-webadb.git", | ||
"directory": "apps/adb-cli" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/yume-chan/ya-webadb/issues" | ||
"url": "https://github.com/Gasol/ya-webadb/issues" | ||
}, | ||
"type": "module", | ||
"main": "esm/index.js", | ||
|
@@ -33,17 +33,17 @@ | |
"tango-cli": "esm/index.js" | ||
}, | ||
"dependencies": { | ||
"@yume-chan/adb": "workspace:^0.0.24", | ||
"@yume-chan/adb-server-node-tcp": "workspace:^0.0.24", | ||
"@yume-chan/android-bin": "workspace:^0.0.24", | ||
"@yume-chan/stream-extra": "workspace:^0.0.24", | ||
"@gasol/adb": "workspace:^0.0.24", | ||
"@gasol/adb-server-node-tcp": "workspace:^0.0.24", | ||
"@gasol/android-bin": "workspace:^0.0.24", | ||
"@gasol/stream-extra": "workspace:^0.0.24", | ||
"commander": "^12.1.0", | ||
"source-map-support": "^0.5.21" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.2.0", | ||
"@yume-chan/eslint-config": "workspace:^1.0.0", | ||
"@yume-chan/tsconfig": "workspace:^1.0.0", | ||
"@gasol/eslint-config": "workspace:^1.0.0", | ||
"@gasol/tsconfig": "workspace:^1.0.0", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@yume-chan/adb-credential-web", | ||
"name": "@gasol/adb-credential-web", | ||
"version": "0.0.24", | ||
"description": "Credential Store for `@yume-chan/adb` using WebCrypto and IndexedDB APIs.", | ||
"description": "Credential Store for `@gasol/adb` using WebCrypto and IndexedDB APIs.", | ||
"keywords": [ | ||
"adb" | ||
], | ||
|
@@ -11,14 +11,14 @@ | |
"email": "[email protected]", | ||
"url": "https://chensi.moe/blog" | ||
}, | ||
"homepage": "https://github.com/yume-chan/ya-webadb/tree/main/libraries/adb-credential-web#readme", | ||
"homepage": "https://github.com/Gasol/ya-webadb/tree/main/libraries/adb-credential-web#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/yume-chan/ya-webadb.git", | ||
"url": "git+https://github.com/Gasol/ya-webadb.git", | ||
"directory": "libraries/adb-credential-web" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/yume-chan/ya-webadb/issues" | ||
"url": "https://github.com/Gasol/ya-webadb/issues" | ||
}, | ||
"type": "module", | ||
"main": "esm/index.js", | ||
|
@@ -30,11 +30,11 @@ | |
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@yume-chan/adb": "workspace:^0.0.24" | ||
"@gasol/adb": "workspace:^0.0.24" | ||
}, | ||
"devDependencies": { | ||
"@yume-chan/eslint-config": "workspace:^1.0.0", | ||
"@yume-chan/tsconfig": "workspace:^1.0.0", | ||
"@gasol/eslint-config": "workspace:^1.0.0", | ||
"@gasol/tsconfig": "workspace:^1.0.0", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@yume-chan/adb-daemon-webusb", | ||
"name": "@gasol/adb-daemon-webusb", | ||
"version": "0.0.24", | ||
"description": "Adb daemon transport connection for `@yume-chan/adb` using WebUSB API.", | ||
"description": "Adb daemon transport connection for `@gasol/adb` using WebUSB API.", | ||
"keywords": [ | ||
"webusb", | ||
"adb" | ||
|
@@ -12,14 +12,14 @@ | |
"email": "[email protected]", | ||
"url": "https://chensi.moe/blog" | ||
}, | ||
"homepage": "https://github.com/yume-chan/ya-webadb/tree/main/libraries/adb-daemon-webusb#readme", | ||
"homepage": "https://github.com/Gasol/ya-webadb/tree/main/libraries/adb-daemon-webusb#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/yume-chan/ya-webadb.git", | ||
"url": "git+https://github.com/Gasol/ya-webadb.git", | ||
"directory": "libraries/adb-daemon-webusb" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/yume-chan/ya-webadb/issues" | ||
"url": "https://github.com/Gasol/ya-webadb/issues" | ||
}, | ||
"type": "module", | ||
"main": "esm/index.js", | ||
|
@@ -33,15 +33,15 @@ | |
}, | ||
"dependencies": { | ||
"@types/w3c-web-usb": "^1.0.10", | ||
"@yume-chan/adb": "workspace:^0.0.24", | ||
"@yume-chan/stream-extra": "workspace:^0.0.24", | ||
"@yume-chan/struct": "workspace:^0.0.24" | ||
"@gasol/adb": "workspace:^0.0.24", | ||
"@gasol/stream-extra": "workspace:^0.0.24", | ||
"@gasol/struct": "workspace:^0.0.24" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.2.0", | ||
"@yume-chan/eslint-config": "workspace:^1.0.0", | ||
"@yume-chan/test-runner": "workspace:^1.0.0", | ||
"@yume-chan/tsconfig": "workspace:^1.0.0", | ||
"@gasol/eslint-config": "workspace:^1.0.0", | ||
"@gasol/test-runner": "workspace:^1.0.0", | ||
"@gasol/tsconfig": "workspace:^1.0.0", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@yume-chan/adb-scrcpy", | ||
"name": "@gasol/adb-scrcpy", | ||
"version": "0.0.24", | ||
"description": "Use `@yume-chan/adb` to bootstrap `@yume-chan/scrcpy`.", | ||
"description": "Use `@gasol/adb` to bootstrap `@gasol/scrcpy`.", | ||
"keywords": [ | ||
"adb", | ||
"android-phone", | ||
|
@@ -13,14 +13,14 @@ | |
"email": "[email protected]", | ||
"url": "https://chensi.moe/blog" | ||
}, | ||
"homepage": "https://github.com/yume-chan/ya-webadb/tree/main/packages/adb-scrcpy#readme", | ||
"homepage": "https://github.com/Gasol/ya-webadb/tree/main/packages/adb-scrcpy#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/yume-chan/ya-webadb.git", | ||
"url": "git+https://github.com/Gasol/ya-webadb.git", | ||
"directory": "packages/adb-scrcpy" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/yume-chan/ya-webadb/issues" | ||
"url": "https://github.com/Gasol/ya-webadb/issues" | ||
}, | ||
"type": "module", | ||
"main": "esm/index.js", | ||
|
@@ -32,16 +32,16 @@ | |
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@yume-chan/adb": "workspace:^0.0.24", | ||
"@gasol/adb": "workspace:^0.0.24", | ||
"@yume-chan/async": "^2.2.0", | ||
"@yume-chan/event": "workspace:^0.0.24", | ||
"@yume-chan/scrcpy": "workspace:^0.0.24", | ||
"@yume-chan/stream-extra": "workspace:^0.0.24", | ||
"@yume-chan/struct": "workspace:^0.0.24" | ||
"@gasol/event": "workspace:^0.0.24", | ||
"@gasol/scrcpy": "workspace:^0.0.24", | ||
"@gasol/stream-extra": "workspace:^0.0.24", | ||
"@gasol/struct": "workspace:^0.0.24" | ||
}, | ||
"devDependencies": { | ||
"@yume-chan/eslint-config": "workspace:^1.0.0", | ||
"@yume-chan/tsconfig": "workspace:^1.0.0", | ||
"@gasol/eslint-config": "workspace:^1.0.0", | ||
"@gasol/tsconfig": "workspace:^1.0.0", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4" | ||
} | ||
|
Oops, something went wrong.