@yume-chan/scrcpy 3.0.0-beta.1 → 3.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=codec-options.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codec-options.spec.d.ts","sourceRoot":"","sources":["../../../src/1_15/impl/codec-options.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=scroll-controller.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-controller.spec.d.ts","sourceRoot":"","sources":["../../../src/1_15/impl/scroll-controller.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=options.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.spec.d.ts","sourceRoot":"","sources":["../../src/1_15/options.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=options.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.spec.d.ts","sourceRoot":"","sources":["../../src/1_17/options.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=options.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.spec.d.ts","sourceRoot":"","sources":["../../src/1_18/options.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=options.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.spec.d.ts","sourceRoot":"","sources":["../../src/1_21/options.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=scroll-controller.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-controller.spec.d.ts","sourceRoot":"","sources":["../../../src/1_22/impl/scroll-controller.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=options.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.spec.d.ts","sourceRoot":"","sources":["../../src/1_22/options.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=scroll-controller.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-controller.spec.d.ts","sourceRoot":"","sources":["../../../src/1_25/impl/scroll-controller.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=options.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.spec.d.ts","sourceRoot":"","sources":["../../src/2_0/options.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=type-tests.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type-tests.spec.d.ts","sourceRoot":"","sources":["../../src/2_2/type-tests.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=type-tests.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type-tests.spec.d.ts","sourceRoot":"","sources":["../../src/2_6/type-tests.spec.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yume-chan/scrcpy",
3
- "version": "3.0.0-beta.1",
3
+ "version": "3.0.0-beta.2",
4
4
  "description": "TypeScript implementation of Scrcpy client.",
5
5
  "keywords": [
6
6
  "adb",
@@ -28,10 +28,10 @@
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
30
  "@yume-chan/async": "^4.1.3",
31
- "@yume-chan/event": "3.0.0-beta.1",
32
- "@yume-chan/no-data-view": "3.0.0-beta.1",
33
- "@yume-chan/stream-extra": "3.0.0-beta.1",
34
- "@yume-chan/struct": "3.0.0-beta.1"
31
+ "@yume-chan/event": "3.0.0-beta.2",
32
+ "@yume-chan/no-data-view": "3.0.0-beta.2",
33
+ "@yume-chan/stream-extra": "3.0.0-beta.2",
34
+ "@yume-chan/struct": "3.0.0-beta.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^26.1.1",