miniprogram-api-typings
Advanced tools
Comparing version 3.10.0 to 3.11.0
@@ -0,1 +1,6 @@ | ||
## 2023-06-09 v3.11.0 | ||
- 更新 API 定义到 3.0.0 | ||
- 暂未支持 [glass-easel](https://github.com/wechat-miniprogram/glass-easel) [Chaining API](https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/glass-easel/chaining-api.html) 的类型定义 | ||
- 补齐 `WXWebAssembly` 定义 | ||
## 2023-06-09 v3.10.0 | ||
@@ -2,0 +7,0 @@ - 更新 API 定义到 2.32.1 |
{ | ||
"name": "miniprogram-api-typings", | ||
"version": "3.10.0", | ||
"version": "3.11.0", | ||
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "./index.d.ts", |
@@ -31,2 +31,3 @@ /*! ***************************************************************************** | ||
/// <reference path="./lib.wx.event.d.ts" /> | ||
/// <reference path="./lib.wx.wasm.d.ts" /> | ||
@@ -61,3 +62,4 @@ declare namespace WechatMiniprogram { | ||
type PeriodicWaveNode = any | ||
type BufferSourceNode = any | ||
type AudioNode = any | ||
type AudioParam = any | ||
type ChannelSplitterNode = any | ||
@@ -64,0 +66,0 @@ type ChannelMergerNode = any |
@@ -23,2 +23,6 @@ /*! ***************************************************************************** | ||
/** | ||
* Common interfaces and types | ||
*/ | ||
interface IAPIError { | ||
@@ -25,0 +29,0 @@ errMsg: string |
Sorry, the diff of this file is too big to display
2151180
20
52996