@letsrunit/executor 0.15.0 → 0.16.0
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/index.js
CHANGED
|
@@ -17333,7 +17333,7 @@ var require_tlds = __commonJS({
|
|
|
17333
17333
|
var re2_default;
|
|
17334
17334
|
var init_re2 = __esm({
|
|
17335
17335
|
"../../node_modules/re2/build/Release/re2.node"() {
|
|
17336
|
-
re2_default = "./re2-
|
|
17336
|
+
re2_default = "./re2-Y7Q7YTEA.node";
|
|
17337
17337
|
}
|
|
17338
17338
|
});
|
|
17339
17339
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@letsrunit/executor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"description": "High-level test execution orchestrator for letsrunit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"testing",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
},
|
|
42
42
|
"packageManager": "yarn@4.10.3",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@letsrunit/ai": "0.
|
|
45
|
-
"@letsrunit/controller": "0.
|
|
46
|
-
"@letsrunit/gherkin": "0.
|
|
47
|
-
"@letsrunit/journal": "0.
|
|
48
|
-
"@letsrunit/mailbox": "0.
|
|
49
|
-
"@letsrunit/playwright": "0.
|
|
50
|
-
"@letsrunit/store": "0.
|
|
51
|
-
"@letsrunit/utils": "0.
|
|
44
|
+
"@letsrunit/ai": "0.16.0",
|
|
45
|
+
"@letsrunit/controller": "0.16.0",
|
|
46
|
+
"@letsrunit/gherkin": "0.16.0",
|
|
47
|
+
"@letsrunit/journal": "0.16.0",
|
|
48
|
+
"@letsrunit/mailbox": "0.16.0",
|
|
49
|
+
"@letsrunit/playwright": "0.16.0",
|
|
50
|
+
"@letsrunit/store": "0.16.0",
|
|
51
|
+
"@letsrunit/utils": "0.16.0",
|
|
52
52
|
"zod": "^4.3.5"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|