File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed
Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1+ ## <small >1.0.2 (2023-06-19)</small >
2+
3+ * fix: update readme ([ 57b4f0f] ( https://github.com/xiaweiss/miniprogram-type/commit/57b4f0f ) )
4+
15## <small >1.0.1 (2023-06-18)</small >
26
3- * fix: #1 [ api] wx.onWindowResize 返回参数缺少 screenWidth、screenHeight,实际有返回 ([ 53bfa1f] ( https://github.com/xiaweiss/vite-plugin-ali-oss /commit/53bfa1f ) ), closes [ #1 ] ( https://github.com/xiaweiss/vite-plugin-ali-oss /issues/1 )
4- * fix: #2 [ api] SystemInfo 系统信息中缺失企业微信环境 environment?: 'wxwork' ([ 40579cb] ( https://github.com/xiaweiss/vite-plugin-ali-oss /commit/40579cb ) ), closes [ #2 ] ( https://github.com/xiaweiss/vite-plugin-ali-oss /issues/2 )
7+ * fix: #1 [ api] wx.onWindowResize 返回参数缺少 screenWidth、screenHeight,实际有返回 ([ 53bfa1f] ( https://github.com/xiaweiss/miniprogram-type /commit/53bfa1f ) ), closes [ #1 ] ( https://github.com/xiaweiss/miniprogram-type /issues/1 )
8+ * fix: #2 [ api] SystemInfo 系统信息中缺失企业微信环境 environment?: 'wxwork' ([ 40579cb] ( https://github.com/xiaweiss/miniprogram-type /commit/40579cb ) ), closes [ #2 ] ( https://github.com/xiaweiss/miniprogram-type /issues/2 )
59
610## 1.0.0 (2023-06-18)
711
8- * feat: fork 并修改项目文件 ([ 3bc431f] ( https://github.com/xiaweiss/vite-plugin-ali-oss /commit/3bc431f ) )
12+ * feat: fork 并修改项目文件 ([ 3bc431f] ( https://github.com/xiaweiss/miniprogram-type /commit/3bc431f ) )
Original file line number Diff line number Diff line change 11Wechat Mini Program Type
22======
3+ [ ![ npm] ( https://img.shields.io/npm/v/miniprogram-type )] ( https://www.npmjs.com/package/miniprogram-type )
34![ license] ( https://img.shields.io/npm/l/miniprogram-type )
45![ downloads] ( https://img.shields.io/npm/dt/miniprogram-type )
56
Original file line number Diff line number Diff line change 11微信小程序类型文件
22======
3+ [ ![ npm] ( https://img.shields.io/npm/v/miniprogram-type )] ( https://www.npmjs.com/package/miniprogram-type )
34![ license] ( https://img.shields.io/npm/l/miniprogram-type )
45![ downloads] ( https://img.shields.io/npm/dt/miniprogram-type )
56
Original file line number Diff line number Diff line change 11{
22 "name" : " miniprogram-type" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "author" : " xiaweiss" ,
55 "description" : " Type definitions for Wechat Mini Program in TypeScript" ,
6- "homepage" : " https://github.com/xiaweiss/vite-plugin-ali-oss " ,
7- "repository" : " https://github.com/xiaweiss/vite-plugin-ali-oss " ,
6+ "homepage" : " https://github.com/xiaweiss/miniprogram-type " ,
7+ "repository" : " https://github.com/xiaweiss/miniprogram-type " ,
88 "license" : " MIT" ,
99 "main" : " ./index.d.ts" ,
1010 "types" : " ./index.d.ts" ,
1111 "scripts" : {
12- "test " : " tsd " ,
13- "changelog " : " conventional-changelog -i CHANGELOG.md -s "
12+ "changelog " : " conventional-changelog -i CHANGELOG.md -s " ,
13+ "test " : " tsd "
1414 },
1515 "devDependencies" : {
1616 "conventional-changelog-cli" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments