@dcloudio/types
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "@dcloudio/types", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "uni-app types", | ||
"typings": "uni-app/index.d.ts", | ||
"typings": "index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -1,6 +0,6 @@ | ||
import "./app"; | ||
import "./common"; | ||
import "./page"; | ||
import "./uni"; | ||
import "./vue"; | ||
import "./plus"; | ||
/// <reference path="./app.d.ts" /> | ||
/// <reference path="./common.d.ts" /> | ||
/// <reference path="./page.d.ts" /> | ||
/// <reference path="./uni.d.ts" /> | ||
/// <reference path="./vue.d.ts" /> | ||
/// <reference path="../html5plus/plus.d.ts" /> |
import Vue from "vue"; | ||
declare module "*.vue" { | ||
export default Vue; | ||
} | ||
declare module "vue/types/options" { | ||
@@ -8,0 +4,0 @@ type Hooks = App.AppInstance & Page.PageInstance; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
883979
9
21954
1