@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/index.cjs
CHANGED
|
@@ -240,13 +240,9 @@ var ActorInfo = {
|
|
|
240
240
|
path: "/",
|
|
241
241
|
device: Device.Mobile,
|
|
242
242
|
share: {
|
|
243
|
-
mode: "
|
|
244
|
-
prefix: "
|
|
245
|
-
xurl: [
|
|
246
|
-
"/eb/share/key/gen",
|
|
247
|
-
"data",
|
|
248
|
-
"key"
|
|
249
|
-
]
|
|
243
|
+
mode: "dom",
|
|
244
|
+
prefix: "",
|
|
245
|
+
xurl: []
|
|
250
246
|
}
|
|
251
247
|
}),
|
|
252
248
|
wenxin: createActorInfo({
|
|
@@ -299,6 +295,7 @@ var ActorInfo = {
|
|
|
299
295
|
name: "Kimi",
|
|
300
296
|
domain: "www.kimi.com",
|
|
301
297
|
path: "/",
|
|
298
|
+
device: Device.Mobile,
|
|
302
299
|
share: {
|
|
303
300
|
mode: "response",
|
|
304
301
|
prefix: "https://www.kimi.com/share/",
|