@mptool/all 0.10.9 → 0.10.10
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/lib/index.d.mts +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +7 -7
package/lib/index.d.mts
CHANGED
|
@@ -400,7 +400,7 @@ interface ComponentLifetimes {
|
|
|
400
400
|
*
|
|
401
401
|
* 最低基础库版本:[`2.4.1`](https://developers.weixin.qq.com/miniprogram/dev/framework/compatibility.html)
|
|
402
402
|
*/
|
|
403
|
-
error(err: Error): void;
|
|
403
|
+
error(err: WechatMiniprogram.Error): void;
|
|
404
404
|
}>;
|
|
405
405
|
}
|
|
406
406
|
interface ExtendedComponentProperty {
|
package/lib/index.d.ts
CHANGED
|
@@ -400,7 +400,7 @@ interface ComponentLifetimes {
|
|
|
400
400
|
*
|
|
401
401
|
* 最低基础库版本:[`2.4.1`](https://developers.weixin.qq.com/miniprogram/dev/framework/compatibility.html)
|
|
402
402
|
*/
|
|
403
|
-
error(err: Error): void;
|
|
403
|
+
error(err: WechatMiniprogram.Error): void;
|
|
404
404
|
}>;
|
|
405
405
|
}
|
|
406
406
|
interface ExtendedComponentProperty {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mptool/all",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.10",
|
|
4
4
|
"description": "Full back for mptool",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"miniprogram",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"lib"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"miniprogram-api-typings": "^
|
|
31
|
+
"miniprogram-api-typings": "^4.0.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"miniprogram-api-typings": "4.0.1",
|
|
35
|
-
"@mptool/api": "0.10.
|
|
36
|
-
"@mptool/
|
|
37
|
-
"@mptool/
|
|
38
|
-
"@mptool/
|
|
39
|
-
"@mptool/
|
|
35
|
+
"@mptool/api": "0.10.10",
|
|
36
|
+
"@mptool/enhance": "0.10.10",
|
|
37
|
+
"@mptool/file": "0.10.10",
|
|
38
|
+
"@mptool/net": "0.10.10",
|
|
39
|
+
"@mptool/parser": "0.10.10"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|