checkly 6.9.1 → 6.9.2-prerelease-94c7bfb
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/commands/pw-test.js +1 -1
- package/dist/commands/pw-test.js.map +1 -1
- package/dist/constructs/project.d.ts +1 -0
- package/dist/constructs/project.js +1 -0
- package/dist/constructs/project.js.map +1 -1
- package/dist/reporters/abstract-list.js +4 -0
- package/dist/reporters/abstract-list.js.map +1 -1
- package/dist/services/abstract-check-runner.d.ts +1 -0
- package/dist/services/abstract-check-runner.js +23 -17
- package/dist/services/abstract-check-runner.js.map +1 -1
- package/dist/services/project-parser.js +1 -0
- package/dist/services/project-parser.js.map +1 -1
- package/dist/services/util.js +22 -10
- package/dist/services/util.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/oclif.manifest.json +2 -2
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"timeout": {
|
|
284
284
|
"description": "A timeout (in seconds) to wait for checks to complete.",
|
|
285
285
|
"name": "timeout",
|
|
286
|
-
"default":
|
|
286
|
+
"default": 1200,
|
|
287
287
|
"hasDynamicHelp": false,
|
|
288
288
|
"multiple": false,
|
|
289
289
|
"type": "option"
|
|
@@ -1203,5 +1203,5 @@
|
|
|
1203
1203
|
]
|
|
1204
1204
|
}
|
|
1205
1205
|
},
|
|
1206
|
-
"version": "6.9.
|
|
1206
|
+
"version": "6.9.2-prerelease-94c7bfb"
|
|
1207
1207
|
}
|