File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.7.2 " ,
3+ "version" : " 3.7.3 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [
" LeanCloud <[email protected] >" ],
66 "description" : " LeanCloud JavaScript SDK" ,
Original file line number Diff line number Diff line change 1+ ## 3.7.3 (2018-06-14)
2+
3+ ### Bug fixes
4+
5+ * 修复了 CocosCreator 中 ` AV.Query#find ` 等方法在模拟器及真机上不触发回调并打印 ` [ERROR] args[0] isn't a typed array or an array buffer ` 的问题。
6+ * 修复了通过 ` require('leancloud-storage/live-query') ` 引入 SDK 无法得到 TypeScript 定义的问题。
7+
18## 3.7.2 (2018-06-06)
29
310### Bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.7.2 " ,
3+ "version" : " 3.7.3 " ,
44 "main" : " ./dist/node/index.js" ,
55 "description" : " LeanCloud JavaScript SDK." ,
66 "repository" : {
Original file line number Diff line number Diff line change 1- module . exports = '3.7.2 ' ;
1+ module . exports = '3.7.3 ' ;
You can’t perform that action at this time.
0 commit comments