playwriter 0.0.58 → 0.0.59
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/bippy.js +1 -1
- package/dist/readability.js +1 -1
- package/dist/selector-generator.js +1 -1
- package/package.json +2 -2
package/dist/bippy.js
CHANGED
|
@@ -951,7 +951,7 @@ ${e3.stack}` : ``;
|
|
|
951
951
|
return !(!t2 || !re2.test(t2) || ie2.test(t2));
|
|
952
952
|
};
|
|
953
953
|
|
|
954
|
-
// dist/_bippy-entry-
|
|
954
|
+
// dist/_bippy-entry-19744-1770834465924.js
|
|
955
955
|
globalThis.__bippy = {
|
|
956
956
|
getFiberFromHostInstance: Pe,
|
|
957
957
|
getDisplayName: Te,
|
package/dist/readability.js
CHANGED
|
@@ -1654,7 +1654,7 @@
|
|
|
1654
1654
|
};
|
|
1655
1655
|
});
|
|
1656
1656
|
|
|
1657
|
-
// dist/_readability-entry-
|
|
1657
|
+
// dist/_readability-entry-19744-1770834465924.js
|
|
1658
1658
|
var import_readability = __toESM(require_readability(), 1);
|
|
1659
1659
|
globalThis.__readability = { Readability: import_readability.Readability, isProbablyReaderable: import_readability.isProbablyReaderable };
|
|
1660
1660
|
})();
|
|
@@ -7373,6 +7373,6 @@ x-locator-editor.does-not-match {
|
|
|
7373
7373
|
return asLocator2(lang, selector);
|
|
7374
7374
|
}
|
|
7375
7375
|
|
|
7376
|
-
// dist/_selector-generator-entry-
|
|
7376
|
+
// dist/_selector-generator-entry-19744-1770834465923.js
|
|
7377
7377
|
globalThis.__selectorGenerator = { createSelectorGenerator, toLocator };
|
|
7378
7378
|
})();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "playwriter",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.59",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"strip-ansi": "^7.1.2",
|
|
49
49
|
"ws": "^8.18.3",
|
|
50
50
|
"zod": "^4.3.5",
|
|
51
|
-
"@xmorse/playwright-core": "1.59.
|
|
51
|
+
"@xmorse/playwright-core": "1.59.3"
|
|
52
52
|
},
|
|
53
53
|
"optionalDependencies": {
|
|
54
54
|
"sharp": "^0.34.5"
|