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
So that we can control release pace and versioning, we need to publish packages to GitHub Package Registry.
- Loading branch information
Showing
24 changed files
with
285 additions
and
281 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
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
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
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" | ||
} | ||
|
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-server-node-tcp", | ||
"name": "@gasol/adb-server-node-tcp", | ||
"version": "0.0.24", | ||
"description": "ADB server connector for `@yume-chan/adb` using Node.js' `net` module", | ||
"description": "ADB server connector for `@gasol/adb` using Node.js' `net` module", | ||
"keywords": [ | ||
"adb", | ||
"adb-server-connection", | ||
|
@@ -14,14 +14,14 @@ | |
"email": "[email protected]", | ||
"url": "https://chensi.moe/blog" | ||
}, | ||
"homepage": "https://github.com/yume-chan/ya-webadb/tree/main/libraries/adb-server-node-tcp#readme", | ||
"homepage": "https://github.com/Gasol/ya-webadb/tree/main/libraries/adb-server-node-tcp#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-server-node-tcp" | ||
}, | ||
"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,14 +32,14 @@ | |
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4" | ||
}, | ||
"dependencies": { | ||
"@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/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@yume-chan/adb", | ||
"name": "@gasol/adb", | ||
"version": "0.0.24", | ||
"description": "TypeScript implementation of Android Debug Bridge (ADB) protocol.", | ||
"keywords": [ | ||
|
@@ -12,14 +12,14 @@ | |
"email": "[email protected]", | ||
"url": "https://chensi.moe/blog" | ||
}, | ||
"homepage": "https://github.com/yume-chan/ya-webadb/tree/main/libraries/adb#readme", | ||
"homepage": "https://github.com/Gasol/ya-webadb/tree/main/libraries/adb#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" | ||
}, | ||
"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,16 +33,16 @@ | |
}, | ||
"dependencies": { | ||
"@yume-chan/async": "^2.2.0", | ||
"@yume-chan/event": "workspace:^0.0.24", | ||
"@yume-chan/no-data-view": "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/no-data-view": "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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@yume-chan/android-bin", | ||
"name": "@gasol/android-bin", | ||
"version": "0.0.24", | ||
"description": "Wrappers for Android built-in executables.", | ||
"keywords": [ | ||
|
@@ -12,14 +12,14 @@ | |
"email": "[email protected]", | ||
"url": "https://chensi.moe/blog" | ||
}, | ||
"homepage": "https://github.com/yume-chan/ya-webadb/tree/main/libraries/android-bin#readme", | ||
"homepage": "https://github.com/Gasol/ya-webadb/tree/main/libraries/android-bin#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/android-bin" | ||
}, | ||
"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,15 +32,15 @@ | |
"test": "run-test" | ||
}, | ||
"dependencies": { | ||
"@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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@yume-chan/aoa", | ||
"name": "@gasol/aoa", | ||
"version": "0.0.24", | ||
"description": "TypeScript implementation of Android Open Accessory protocol.", | ||
"keywords": [ | ||
|
@@ -12,14 +12,14 @@ | |
"email": "[email protected]", | ||
"url": "https://chensi.moe/blog" | ||
}, | ||
"homepage": "https://github.com/yume-chan/ya-webadb/tree/main/packages/aoa#readme", | ||
"homepage": "https://github.com/Gasol/ya-webadb/tree/main/packages/aoa#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/aoa" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/yume-chan/ya-webadb/issues" | ||
"url": "https://github.com/Gasol/ya-webadb/issues" | ||
}, | ||
"type": "module", | ||
"main": "esm/index.js", | ||
|
@@ -34,8 +34,8 @@ | |
"@types/w3c-web-usb": "^1.0.10" | ||
}, | ||
"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.