File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.6.1 " ,
3+ "version" : " 3.6.2 " ,
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.6.2 (2018-03-23)
2+
3+ ### Bug fixes
4+
5+ * 修复了 LiveQuery 在断线重连后收不到新的通知的问题。
6+
17## 3.6.1 (2018-03-19)
28
39### Bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.6.1 " ,
3+ "version" : " 3.6.2 " ,
44 "main" : " ./dist/node/index.js" ,
55 "description" : " LeanCloud JavaScript SDK." ,
66 "repository" : {
2323 " cross-env CLIENT_PLATFORM=Weapp webpack --config webpack/weapp.js" ,
2424 "build" : " gulp build && npm run build:live-query" ,
2525 "build:live-query" :
26- " export LIVE_QUERY=1 && npm run build:browser && npm run build:rn && npm run build:weapp" ,
26+ " cross-env LIVE_QUERY=1 && npm run build:browser && npm run build:rn && npm run build:weapp" ,
2727 "prepublishOnly" : " ./script/check-version.js"
2828 },
2929 "dependencies" : {
6565 "should" : " ^11.1.0" ,
6666 "typescript" : " ^2.4.1" ,
6767 "weapp-polyfill" : " ^3.1.2" ,
68- "webpack" : " ^2.2.0-rc.3 " ,
68+ "webpack" : " ^3.11.0 " ,
6969 "webpack-strip-block" : " ^0.2.0"
7070 },
7171 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1- module . exports = '3.6.1 ' ;
1+ module . exports = '3.6.2 ' ;
You can’t perform that action at this time.
0 commit comments