Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
feat: 适配基础库 2.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fudiwei committed Aug 5, 2023
1 parent 78893b6 commit 377159d
Show file tree
Hide file tree
Showing 7 changed files with 1,214 additions and 1,160 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- 可单独拷贝到项目中使用;
- 支持 TypeScript;
- 支持 uni-app、Taro 等多端框架,同时理论支持目前所有主流小程序运行时(如 QQ 小程序、支付宝小程序、钉钉小程序、抖音小程序、头条小程序、百度智能小程序等等);
- 与微信小程序基础库(当前版本:2.29.1)同步更新。
- 与微信小程序基础库(当前版本:2.33.0)同步更新。

---

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"promise",
"promisify"
],
"version": "2.29.1",
"version": "2.33.0",
"main": "dist/index.js",
"author": "Fu Diwei",
"repository": {
Expand Down Expand Up @@ -61,13 +61,13 @@
"gulp-rimraf": "^1.0.0",
"gulp-strip-debug": "^5.0.0",
"gulp-uglify": "^3.0.2",
"minigame-api-typings": "^3.7.1",
"miniprogram-api-typings": "^3.9.0",
"minigame-api-typings": "^3.7.3",
"miniprogram-api-typings": "^3.10.0",
"prettier": "^2.8.1",
"typescript": "~4.8.0"
},
"peerDependencies": {
"minigame-api-typings": "^3.7.1",
"miniprogram-api-typings": "^3.9.0"
"minigame-api-typings": "^3.7.3",
"miniprogram-api-typings": "^3.10.0"
}
}
Loading

0 comments on commit 377159d

Please sign in to comment.