Skip to content

Commit 14d23cd

Browse files
committed
更新
1 parent 52aee67 commit 14d23cd

14 files changed

+22
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.13.23(2020-04-26)
2+
* 修复:修复 WePY 框架运行 npm run build 时语法不兼容问题;
3+
14
## 1.13.22(2020-04-13)
25
* 优化:优化点击预置事件中 $url_path 预置属性的采集逻辑;
36

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sa-sdk-miniprogram",
3-
"version": "1.13.22",
3+
"version": "1.13.23",
44
"description": "sensorsdata miniprogram sdk",
55
"main": "sensorsdata.min.js",
66
"scripts": {

product/sensorsdata.custom.es6.full.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var ArrayProto = Array.prototype,
129129
slice = ArrayProto.slice,
130130
toString = ObjProto.toString,
131131
hasOwnProperty = ObjProto.hasOwnProperty,
132-
LIB_VERSION = '1.13.22',
132+
LIB_VERSION = '1.13.23',
133133
LIB_NAME = 'MiniProgram';
134134

135135
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
@@ -1405,7 +1405,7 @@ sa.init = function(obj) {
14051405
if (sa.para.batch_send) {
14061406
wx.getStorage({
14071407
key: 'sensors_mp_prepare_data',
1408-
complete(res) {
1408+
complete: function(res) {
14091409
var queue = res.data && _.isArray(res.data) ? res.data : [];
14101410
sa.store.mem.mdata = queue.concat(sa.store.mem.mdata);
14111411
sa.sendStrategy.syncStorage = true;

product/sensorsdata.custom.full.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var ArrayProto = Array.prototype,
129129
slice = ArrayProto.slice,
130130
toString = ObjProto.toString,
131131
hasOwnProperty = ObjProto.hasOwnProperty,
132-
LIB_VERSION = '1.13.22',
132+
LIB_VERSION = '1.13.23',
133133
LIB_NAME = 'MiniProgram';
134134

135135
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
@@ -1405,7 +1405,7 @@ sa.init = function(obj) {
14051405
if (sa.para.batch_send) {
14061406
wx.getStorage({
14071407
key: 'sensors_mp_prepare_data',
1408-
complete(res) {
1408+
complete: function(res) {
14091409
var queue = res.data && _.isArray(res.data) ? res.data : [];
14101410
sa.store.mem.mdata = queue.concat(sa.store.mem.mdata);
14111411
sa.sendStrategy.syncStorage = true;

product/sensorsdata.es6.full.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var ArrayProto = Array.prototype,
129129
slice = ArrayProto.slice,
130130
toString = ObjProto.toString,
131131
hasOwnProperty = ObjProto.hasOwnProperty,
132-
LIB_VERSION = '1.13.22',
132+
LIB_VERSION = '1.13.23',
133133
LIB_NAME = 'MiniProgram';
134134

135135
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
@@ -1405,7 +1405,7 @@ sa.init = function(obj) {
14051405
if (sa.para.batch_send) {
14061406
wx.getStorage({
14071407
key: 'sensors_mp_prepare_data',
1408-
complete(res) {
1408+
complete: function(res) {
14091409
var queue = res.data && _.isArray(res.data) ? res.data : [];
14101410
sa.store.mem.mdata = queue.concat(sa.store.mem.mdata);
14111411
sa.sendStrategy.syncStorage = true;

product/sensorsdata.full.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var ArrayProto = Array.prototype,
129129
slice = ArrayProto.slice,
130130
toString = ObjProto.toString,
131131
hasOwnProperty = ObjProto.hasOwnProperty,
132-
LIB_VERSION = '1.13.22',
132+
LIB_VERSION = '1.13.23',
133133
LIB_NAME = 'MiniProgram';
134134

135135
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
@@ -1405,7 +1405,7 @@ sa.init = function(obj) {
14051405
if (sa.para.batch_send) {
14061406
wx.getStorage({
14071407
key: 'sensors_mp_prepare_data',
1408-
complete(res) {
1408+
complete: function(res) {
14091409
var queue = res.data && _.isArray(res.data) ? res.data : [];
14101410
sa.store.mem.mdata = queue.concat(sa.store.mem.mdata);
14111411
sa.sendStrategy.syncStorage = true;

product/sensorsdata.plugin.es6.full.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var ArrayProto = Array.prototype,
129129
slice = ArrayProto.slice,
130130
toString = ObjProto.toString,
131131
hasOwnProperty = ObjProto.hasOwnProperty,
132-
LIB_VERSION = '1.13.22',
132+
LIB_VERSION = '1.13.23',
133133
LIB_NAME = 'MiniProgram';
134134

135135
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
@@ -1405,7 +1405,7 @@ sa.init = function(obj) {
14051405
if (sa.para.batch_send) {
14061406
wx.getStorage({
14071407
key: 'sensors_mp_prepare_data',
1408-
complete(res) {
1408+
complete: function(res) {
14091409
var queue = res.data && _.isArray(res.data) ? res.data : [];
14101410
sa.store.mem.mdata = queue.concat(sa.store.mem.mdata);
14111411
sa.sendStrategy.syncStorage = true;

product/sensorsdata.plugin.full.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var ArrayProto = Array.prototype,
129129
slice = ArrayProto.slice,
130130
toString = ObjProto.toString,
131131
hasOwnProperty = ObjProto.hasOwnProperty,
132-
LIB_VERSION = '1.13.22',
132+
LIB_VERSION = '1.13.23',
133133
LIB_NAME = 'MiniProgram';
134134

135135
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
@@ -1405,7 +1405,7 @@ sa.init = function(obj) {
14051405
if (sa.para.batch_send) {
14061406
wx.getStorage({
14071407
key: 'sensors_mp_prepare_data',
1408-
complete(res) {
1408+
complete: function(res) {
14091409
var queue = res.data && _.isArray(res.data) ? res.data : [];
14101410
sa.store.mem.mdata = queue.concat(sa.store.mem.mdata);
14111411
sa.sendStrategy.syncStorage = true;

sensorsdata.custom.es6.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sensorsdata.custom.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)