vue-tsc 0.39.0 → 0.39.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -15,7 +15,7 @@ Roadmap:
15
15
  - [x] dts emit support
16
16
  - [x] Watch mode support
17
17
 
18
- ## Using
18
+ ## Usage
19
19
 
20
20
  Type check:
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-tsc",
3
- "version": "0.39.0",
3
+ "version": "0.39.2",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "bin",
@@ -16,11 +16,11 @@
16
16
  "vue-tsc": "./bin/vue-tsc.js"
17
17
  },
18
18
  "dependencies": {
19
- "@volar/vue-language-core": "0.39.0",
20
- "@volar/vue-typescript": "0.39.0"
19
+ "@volar/vue-language-core": "0.39.2",
20
+ "@volar/vue-typescript": "0.39.2"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "typescript": "*"
24
24
  },
25
- "gitHead": "569487a290141032b48d570c85df2a3601c8ed1c"
25
+ "gitHead": "eac2dca4206dfa3f92ad50dd53650f924a9e6f94"
26
26
  }