mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 10:49:24 +02:00
feat(scrcpy): add aliases for all patch versions
This commit is contained in:
parent
a67e20854c
commit
0f5af05adb
7 changed files with 30 additions and 0 deletions
4
libraries/scrcpy/src/1_15_1.ts
Normal file
4
libraries/scrcpy/src/1_15_1.ts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export {
|
||||||
|
ScrcpyOptions1_15 as ScrcpyOptions1_15_1,
|
||||||
|
ScrcpyOptions1_15Impl as ScrcpyOptions1_15_1Impl,
|
||||||
|
} from "./1_15/index.js";
|
4
libraries/scrcpy/src/2_1_1.ts
Normal file
4
libraries/scrcpy/src/2_1_1.ts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export {
|
||||||
|
ScrcpyOptions2_1 as ScrcpyOptions2_1_1,
|
||||||
|
ScrcpyOptions2_1Impl as ScrcpyOptions2_1_1Impl,
|
||||||
|
} from "./2_1/index.js";
|
4
libraries/scrcpy/src/2_3_1.ts
Normal file
4
libraries/scrcpy/src/2_3_1.ts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export {
|
||||||
|
ScrcpyOptions2_3 as ScrcpyOptions2_3_1,
|
||||||
|
ScrcpyOptions2_3Impl as ScrcpyOptions2_3_1Impl,
|
||||||
|
} from "./2_3/index.js";
|
4
libraries/scrcpy/src/2_6_1.ts
Normal file
4
libraries/scrcpy/src/2_6_1.ts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export {
|
||||||
|
ScrcpyOptions2_6 as ScrcpyOptions2_6_1,
|
||||||
|
ScrcpyOptions2_6Impl as ScrcpyOptions2_6_1Impl,
|
||||||
|
} from "./2_6/index.js";
|
4
libraries/scrcpy/src/3_0_1.ts
Normal file
4
libraries/scrcpy/src/3_0_1.ts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export {
|
||||||
|
ScrcpyOptions3_0 as ScrcpyOptions3_0_1,
|
||||||
|
ScrcpyOptions3_0Impl as ScrcpyOptions3_0_1Impl,
|
||||||
|
} from "./3_0/index.js";
|
4
libraries/scrcpy/src/3_0_2.ts
Normal file
4
libraries/scrcpy/src/3_0_2.ts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export {
|
||||||
|
ScrcpyOptions3_0 as ScrcpyOptions3_0_2,
|
||||||
|
ScrcpyOptions3_0Impl as ScrcpyOptions3_0_2Impl,
|
||||||
|
} from "./3_0/index.js";
|
|
@ -1,4 +1,5 @@
|
||||||
export * from "./1_15/index.js";
|
export * from "./1_15/index.js";
|
||||||
|
export * from "./1_15_1.js";
|
||||||
export * from "./1_16.js";
|
export * from "./1_16.js";
|
||||||
export * from "./1_17/index.js";
|
export * from "./1_17/index.js";
|
||||||
export * from "./1_18/index.js";
|
export * from "./1_18/index.js";
|
||||||
|
@ -11,13 +12,18 @@ export * from "./1_24/index.js";
|
||||||
export * from "./1_25/index.js";
|
export * from "./1_25/index.js";
|
||||||
export * from "./2_0/index.js";
|
export * from "./2_0/index.js";
|
||||||
export * from "./2_1/index.js";
|
export * from "./2_1/index.js";
|
||||||
|
export * from "./2_1_1.js";
|
||||||
export * from "./2_2/index.js";
|
export * from "./2_2/index.js";
|
||||||
export * from "./2_3/index.js";
|
export * from "./2_3/index.js";
|
||||||
|
export * from "./2_3_1.js";
|
||||||
export * from "./2_4/index.js";
|
export * from "./2_4/index.js";
|
||||||
export * from "./2_5.js";
|
export * from "./2_5.js";
|
||||||
export * from "./2_6/index.js";
|
export * from "./2_6/index.js";
|
||||||
|
export * from "./2_6_1.js";
|
||||||
export * from "./2_7/index.js";
|
export * from "./2_7/index.js";
|
||||||
export * from "./3_0/index.js";
|
export * from "./3_0/index.js";
|
||||||
|
export * from "./3_0_1.js";
|
||||||
|
export * from "./3_0_2.js";
|
||||||
export * from "./android/index.js";
|
export * from "./android/index.js";
|
||||||
export * from "./base/index.js";
|
export * from "./base/index.js";
|
||||||
export * from "./codec/index.js";
|
export * from "./codec/index.js";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue