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.
Files changed (2) hide show
  1. package/build/tstyche.js +1 -1
  2. 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-beta.4";
5480
+ static version = "5.0.0-rc.0";
5481
5481
  constructor(resolvedConfig) {
5482
5482
  this.#resolvedConfig = resolvedConfig;
5483
5483
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tstyche",
3
- "version": "5.0.0-beta.4",
3
+ "version": "5.0.0-rc.0",
4
4
  "description": "Everything You Need for Type Testing.",
5
5
  "keywords": [
6
6
  "typescript",