File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 3.6.1 " ,
3
+ "version" : " 3.6.2 " ,
4
4
"homepage" : " https://github.com/leancloud/javascript-sdk" ,
5
5
"authors" : [
" LeanCloud <[email protected] >" ],
6
6
"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
+
1
7
## 3.6.1 (2018-03-19)
2
8
3
9
### Bug fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 3.6.1 " ,
3
+ "version" : " 3.6.2 " ,
4
4
"main" : " ./dist/node/index.js" ,
5
5
"description" : " LeanCloud JavaScript SDK." ,
6
6
"repository" : {
23
23
" cross-env CLIENT_PLATFORM=Weapp webpack --config webpack/weapp.js" ,
24
24
"build" : " gulp build && npm run build:live-query" ,
25
25
"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" ,
27
27
"prepublishOnly" : " ./script/check-version.js"
28
28
},
29
29
"dependencies" : {
65
65
"should" : " ^11.1.0" ,
66
66
"typescript" : " ^2.4.1" ,
67
67
"weapp-polyfill" : " ^3.1.2" ,
68
- "webpack" : " ^2.2.0-rc.3 " ,
68
+ "webpack" : " ^3.11.0 " ,
69
69
"webpack-strip-block" : " ^0.2.0"
70
70
},
71
71
"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