Authored by yyq

update version

1 { 1 {
2 "name": "yohobuy-node", 2 "name": "yohobuy-node",
3 - "version": "6.1.4", 3 + "version": "6.1.5",
4 "private": true, 4 "private": true,
5 "description": "A New Yohobuy Project With Express", 5 "description": "A New Yohobuy Project With Express",
6 "repository": { 6 "repository": {
@@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
55 "urlencode": "^1.1.0", 55 "urlencode": "^1.1.0",
56 "uuid": "^2.0.2", 56 "uuid": "^2.0.2",
57 "yoho-express-session": "^2.0.0", 57 "yoho-express-session": "^2.0.0",
58 - "yoho-node-lib": "=0.5.8", 58 + "yoho-node-lib": "=0.5.10",
59 "yoho-zookeeper": "^1.0.8" 59 "yoho-zookeeper": "^1.0.8"
60 }, 60 },
61 "devDependencies": { 61 "devDependencies": {
@@ -114,7 +114,7 @@ function getShoppingKey() { @@ -114,7 +114,7 @@ function getShoppingKey() {
114 a.src = j; 114 a.src = j;
115 m.parentNode.insertBefore(a, m); 115 m.parentNode.insertBefore(a, m);
116 }(window, document, 'script', (document.location.protocol === 'https:' ? 'https:' : 'http:') + '//' + // eslint-disable-line 116 }(window, document, 'script', (document.location.protocol === 'https:' ? 'https:' : 'http:') + '//' + // eslint-disable-line
117 - 'cdn.yoho.cn/yas-jssdk/2.4.6/yas.js', '_yas')); // eslint-disable-line 117 + 'cdn.yoho.cn/yas-jssdk/2.4.7/yas.js', '_yas')); // eslint-disable-line
118 118
119 (function() { 119 (function() {
120 var uid = getUid(); 120 var uid = getUid();
@@ -124,7 +124,7 @@ function getShoppingKey() { @@ -124,7 +124,7 @@ function getShoppingKey() {
124 window._ozuid = uid; // 暴露ozuid 124 window._ozuid = uid; // 暴露ozuid
125 125
126 if (window._yas) { 126 if (window._yas) {
127 - window._yas(1 * new Date(), '2.4.6', 'yohobuy_web', uid, '', ''); 127 + window._yas(1 * new Date(), '2.4.7', 'yohobuy_web', uid, '', '');
128 } 128 }
129 }()); 129 }());
130 130