tstyche 6.0.0-beta.6 → 6.0.0-rc.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/tstyche.js +1 -1
- package/package.json +1 -1
package/dist/tstyche.js
CHANGED
|
@@ -5912,7 +5912,7 @@ class FileRunner {
|
|
|
5912
5912
|
class Runner {
|
|
5913
5913
|
#eventEmitter = new EventEmitter();
|
|
5914
5914
|
#resolvedConfig;
|
|
5915
|
-
static version = "6.0.0-
|
|
5915
|
+
static version = "6.0.0-rc.0";
|
|
5916
5916
|
constructor(resolvedConfig) {
|
|
5917
5917
|
this.#resolvedConfig = resolvedConfig;
|
|
5918
5918
|
}
|