@skrillex1224/playwright-toolkit 3.0.46 → 3.0.49
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.
- package/dist/browser.js +3 -7
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +3 -7
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +3 -7
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2750,13 +2750,9 @@ var ActorInfo = {
|
|
|
2750
2750
|
},
|
|
2751
2751
|
device: Device.Desktop,
|
|
2752
2752
|
share: {
|
|
2753
|
-
mode: "
|
|
2754
|
-
prefix: "
|
|
2755
|
-
xurl: [
|
|
2756
|
-
"/share/save",
|
|
2757
|
-
"data",
|
|
2758
|
-
"share_id"
|
|
2759
|
-
]
|
|
2753
|
+
mode: "custom",
|
|
2754
|
+
prefix: "",
|
|
2755
|
+
xurl: []
|
|
2760
2756
|
}
|
|
2761
2757
|
}),
|
|
2762
2758
|
deepseek: createActorInfo({
|