@tslite/explain 0.2.0 → 0.2.1
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tslite/explain",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "TSLite explain — enriches type-check diagnostics with 'why it is NOT a language bug' help for JS/OO habits (proto members, new, class), with operator suggestions and auto-fixes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@tslite/core": "0.
|
|
43
|
-
"@tslite/
|
|
44
|
-
"@tslite/
|
|
45
|
-
"@tslite/operators": "0.2.
|
|
46
|
-
"@tslite/
|
|
42
|
+
"@tslite/core": "0.2.0",
|
|
43
|
+
"@tslite/checker": "0.2.1",
|
|
44
|
+
"@tslite/printer": "0.2.0",
|
|
45
|
+
"@tslite/operators": "0.2.1",
|
|
46
|
+
"@tslite/type-core": "0.2.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@tslite/parser": "0.
|
|
49
|
+
"@tslite/parser": "0.2.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup",
|