flakiness 0.307.0 → 0.309.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/lib/cli/cli.js +1 -1
- package/package.json +3 -3
- package/types/tsconfig.tsbuildinfo +1 -1
package/lib/cli/cli.js
CHANGED
|
@@ -1101,7 +1101,7 @@ import { Temporal as Temporal2 } from "temporal-polyfill";
|
|
|
1101
1101
|
// ../package.json
|
|
1102
1102
|
var package_default = {
|
|
1103
1103
|
name: "@flakiness/monorepo",
|
|
1104
|
-
version: "0.
|
|
1104
|
+
version: "0.309.0",
|
|
1105
1105
|
type: "module",
|
|
1106
1106
|
private: true,
|
|
1107
1107
|
scripts: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flakiness",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.309.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"bin": {
|
|
6
6
|
"flakiness": "./lib/cli/cli.js"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"author": "Degu Labs, Inc",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@flakiness/server": "0.
|
|
23
|
-
"@flakiness/shared": "0.
|
|
22
|
+
"@flakiness/server": "0.309.0",
|
|
23
|
+
"@flakiness/shared": "0.309.0",
|
|
24
24
|
"@playwright/test": "^1.62.1",
|
|
25
25
|
"@types/debug": "^4.1.13",
|
|
26
26
|
"@types/express": "^4.17.25",
|