tstyche 5.0.0-beta.4 → 5.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/build/tstyche.js +1 -1
- package/package.json +1 -1
package/build/tstyche.js
CHANGED
|
@@ -5477,7 +5477,7 @@ class FileRunner {
|
|
|
5477
5477
|
class Runner {
|
|
5478
5478
|
#eventEmitter = new EventEmitter();
|
|
5479
5479
|
#resolvedConfig;
|
|
5480
|
-
static version = "5.0.0-
|
|
5480
|
+
static version = "5.0.0-rc.0";
|
|
5481
5481
|
constructor(resolvedConfig) {
|
|
5482
5482
|
this.#resolvedConfig = resolvedConfig;
|
|
5483
5483
|
}
|