@skrillex1224/playwright-toolkit 2.1.235 → 2.1.236
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 +4 -7
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +4 -7
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +4 -7
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2712,13 +2712,9 @@ var ActorInfo = {
|
|
|
2712
2712
|
path: "/",
|
|
2713
2713
|
device: Device.Mobile,
|
|
2714
2714
|
share: {
|
|
2715
|
-
mode: "
|
|
2716
|
-
prefix: "
|
|
2717
|
-
xurl: [
|
|
2718
|
-
"/eb/share/key/gen",
|
|
2719
|
-
"data",
|
|
2720
|
-
"key"
|
|
2721
|
-
]
|
|
2715
|
+
mode: "dom",
|
|
2716
|
+
prefix: "",
|
|
2717
|
+
xurl: []
|
|
2722
2718
|
}
|
|
2723
2719
|
}),
|
|
2724
2720
|
wenxin: createActorInfo({
|
|
@@ -2771,6 +2767,7 @@ var ActorInfo = {
|
|
|
2771
2767
|
name: "Kimi",
|
|
2772
2768
|
domain: "www.kimi.com",
|
|
2773
2769
|
path: "/",
|
|
2770
|
+
device: Device.Mobile,
|
|
2774
2771
|
share: {
|
|
2775
2772
|
mode: "response",
|
|
2776
2773
|
prefix: "https://www.kimi.com/share/",
|