@skrillex1224/playwright-toolkit 2.1.253 → 2.1.254
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 +1 -1
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -142,7 +142,6 @@ var ActorInfo = {
|
|
|
142
142
|
name: "QQ\u6D4F\u89C8\u5668AI\u641C",
|
|
143
143
|
domain: "m.sogou.com",
|
|
144
144
|
path: "/web",
|
|
145
|
-
device: Device.Mobile,
|
|
146
145
|
share: {
|
|
147
146
|
mode: "dom",
|
|
148
147
|
prefix: "",
|
|
@@ -235,6 +234,7 @@ var ActorInfo = {
|
|
|
235
234
|
key: "baidu",
|
|
236
235
|
name: "\u767E\u5EA6AI\u641C",
|
|
237
236
|
domain: "www.baidu.com",
|
|
237
|
+
device: Device.Mobile,
|
|
238
238
|
path: "/s",
|
|
239
239
|
share: {
|
|
240
240
|
mode: "response",
|