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