@stablyai/internal-playwright 0.1.13 → 0.1.14
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.
|
@@ -38,7 +38,7 @@ var import_path = __toESM(require("path"));
|
|
|
38
38
|
var import_utils = require("playwright-core/lib/utils");
|
|
39
39
|
var import_utils2 = require("playwright-core/lib/utils");
|
|
40
40
|
var import_utilsBundle = require("playwright-core/lib/utilsBundle");
|
|
41
|
-
var import_healingService = require("playwright-core/
|
|
41
|
+
var import_healingService = require("playwright-core/lib/server/stably/auto_heal/healingService");
|
|
42
42
|
var import_util = require("../util");
|
|
43
43
|
var import_matcherHint = require("./matcherHint");
|
|
44
44
|
var import_globals = require("../common/globals");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stablyai/internal-playwright",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "A high-level API to automate web browsers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
},
|
|
67
67
|
"license": "Apache-2.0",
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"playwright-core": "npm:@stablyai/internal-playwright-core@0.1.
|
|
69
|
+
"playwright-core": "npm:@stablyai/internal-playwright-core@0.1.14"
|
|
70
70
|
},
|
|
71
71
|
"optionalDependencies": {
|
|
72
72
|
"fsevents": "2.3.2"
|