vue-tsc 1.1.0 → 1.1.3
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 +4 -4
- package/out/proxy.d.ts +0 -1
- package/out/proxy.js +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-tsc",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"main": "out/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"vue-tsc": "./bin/vue-tsc.js"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@volar/vue-language-core": "1.1.
|
|
21
|
-
"@volar/vue-typescript": "1.1.
|
|
20
|
+
"@volar/vue-language-core": "1.1.3",
|
|
21
|
+
"@volar/vue-typescript": "1.1.3"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"typescript": "*"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "48e1d519aa164890c5882f0cf9e2c5dc033f1d89"
|
|
27
27
|
}
|
package/out/proxy.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { createProgram as createProgramProxy } from './index';
|
package/out/proxy.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.createProgramProxy = void 0;
|
|
3
|
-
// temporary fix for https://github.com/fi3ework/vite-plugin-checker/pull/194
|
|
4
|
-
var index_1 = require("./index");
|
|
5
|
-
Object.defineProperty(exports, "createProgramProxy", { enumerable: true, get: function () { return index_1.createProgram; } });
|
|
6
|
-
//# sourceMappingURL=proxy.js.map
|