tstyche 3.0.0-rc.2 → 3.0.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 +4 -4
package/build/tstyche.js
CHANGED
|
@@ -4137,7 +4137,7 @@ class TaskRunner {
|
|
|
4137
4137
|
class Runner {
|
|
4138
4138
|
#eventEmitter = new EventEmitter();
|
|
4139
4139
|
#resolvedConfig;
|
|
4140
|
-
static version = "3.0.0
|
|
4140
|
+
static version = "3.0.0";
|
|
4141
4141
|
constructor(resolvedConfig) {
|
|
4142
4142
|
this.#resolvedConfig = resolvedConfig;
|
|
4143
4143
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tstyche",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "The Essential Type Testing Tool.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@biomejs/biome": "1.9.4",
|
|
65
65
|
"@rollup/plugin-typescript": "12.1.1",
|
|
66
|
-
"@types/node": "22.
|
|
66
|
+
"@types/node": "22.9.0",
|
|
67
67
|
"@types/react": "18.3.12",
|
|
68
68
|
"ajv": "8.17.1",
|
|
69
|
-
"cspell": "8.15.
|
|
69
|
+
"cspell": "8.15.7",
|
|
70
70
|
"magic-string": "0.30.12",
|
|
71
71
|
"monocart-coverage-reports": "2.11.1",
|
|
72
72
|
"pretty-ansi": "2.0.0",
|
|
73
|
-
"rollup": "4.24.
|
|
73
|
+
"rollup": "4.24.4",
|
|
74
74
|
"rollup-plugin-dts": "6.1.1",
|
|
75
75
|
"tslib": "2.8.1",
|
|
76
76
|
"typescript": "5.6.3"
|