Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 0f5af05a authored by Simon Chan's avatar Simon Chan
Browse files

feat(scrcpy): add aliases for all patch versions

parent a67e2085
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
export {
    ScrcpyOptions1_15 as ScrcpyOptions1_15_1,
    ScrcpyOptions1_15Impl as ScrcpyOptions1_15_1Impl,
} from "./1_15/index.js";
+4 −0
Original line number Diff line number Diff line
export {
    ScrcpyOptions2_1 as ScrcpyOptions2_1_1,
    ScrcpyOptions2_1Impl as ScrcpyOptions2_1_1Impl,
} from "./2_1/index.js";
+4 −0
Original line number Diff line number Diff line
export {
    ScrcpyOptions2_3 as ScrcpyOptions2_3_1,
    ScrcpyOptions2_3Impl as ScrcpyOptions2_3_1Impl,
} from "./2_3/index.js";
+4 −0
Original line number Diff line number Diff line
export {
    ScrcpyOptions2_6 as ScrcpyOptions2_6_1,
    ScrcpyOptions2_6Impl as ScrcpyOptions2_6_1Impl,
} from "./2_6/index.js";
+4 −0
Original line number Diff line number Diff line
export {
    ScrcpyOptions3_0 as ScrcpyOptions3_0_1,
    ScrcpyOptions3_0Impl as ScrcpyOptions3_0_1Impl,
} from "./3_0/index.js";
Loading