miniprogram-api-typings
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -0,1 +1,5 @@ | ||
## 2022-09-09 v3.6.0 | ||
- 更新 API 定义到 2.26.0 | ||
- 更改了部分监听方法及其参数的命名 | ||
## 2022-06-24 v3.5.0 | ||
@@ -2,0 +6,0 @@ - 更新 API 定义到 2.24.6 |
{ | ||
"name": "miniprogram-api-typings", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript", | ||
@@ -26,3 +26,3 @@ "main": "./index.d.ts", | ||
"eslint": "^7.20.0", | ||
"tsd": "^0.14.0", | ||
"tsd": "^0.23.0", | ||
"typescript": "^4.1.5" | ||
@@ -29,0 +29,0 @@ }, |
@@ -66,2 +66,3 @@ /*! ***************************************************************************** | ||
type PannerNode = any | ||
type AnalyserNode = any | ||
type AudioListener = any | ||
@@ -68,0 +69,0 @@ type WebGLTexture = any |
@@ -265,3 +265,3 @@ /*! ***************************************************************************** | ||
interface GetApp { | ||
<T = IAnyObject>(opts?: GetAppOption): Instance<T> | ||
<T extends IAnyObject = IAnyObject>(opts?: GetAppOption): Instance<T> | ||
} | ||
@@ -268,0 +268,0 @@ } |
Sorry, the diff of this file is too big to display
1433728
32297