vue-tsc 0.28.9 → 0.29.2
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/README.md +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -23,6 +23,8 @@ Build dts:
|
|
|
23
23
|
|
|
24
24
|
`vue-tsc --declaration --emitDeclarationOnly`
|
|
25
25
|
|
|
26
|
+
Check out https://github.com/johnsoncodehk/volar/discussions/640#discussioncomment-1555479 for example repo.
|
|
27
|
+
|
|
26
28
|
## Sponsors
|
|
27
29
|
|
|
28
30
|
This company is [sponsoring this project](https://github.com/sponsors/johnsoncodehk) to improve your DX. 💪
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-tsc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"bin",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"vue-tsc": "./bin/vue-tsc.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@volar/shared": "0.
|
|
19
|
-
"vscode-vue-languageservice": "0.
|
|
18
|
+
"@volar/shared": "0.29.2",
|
|
19
|
+
"vscode-vue-languageservice": "0.29.2"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"typescript": "*"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "92724f591fe12076a10ce796bb8213b1b3bc6096"
|
|
25
25
|
}
|