@cloudcare/rum-uniapp 2.1.17 → 2.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.buildEnv = void 0;
7
7
  var buildEnv = {
8
- sdkVersion: '2.1.17',
8
+ sdkVersion: '2.1.18',
9
9
  sdkName: 'df_uniapp_rum_sdk'
10
10
  };
11
11
  exports.buildEnv = buildEnv;
@@ -77,7 +77,7 @@ var makeRum = function makeRum(startRumImpl) {
77
77
  isAlreadyInitialized = true;
78
78
  },
79
79
  initVue3: function initVue3(userConfiguration) {
80
- this.init({}, extend({
80
+ this.init({}, (0, _utils.extend2Lev)({
81
81
  isVue2: false
82
82
  }, userConfiguration));
83
83
  },
@@ -1,4 +1,4 @@
1
1
  export var buildEnv = {
2
- sdkVersion: '2.1.17',
2
+ sdkVersion: '2.1.18',
3
3
  sdkName: 'df_uniapp_rum_sdk'
4
4
  };
@@ -61,7 +61,7 @@ export var makeRum = function makeRum(startRumImpl) {
61
61
  isAlreadyInitialized = true;
62
62
  },
63
63
  initVue3: function initVue3(userConfiguration) {
64
- this.init({}, extend({
64
+ this.init({}, extend2Lev({
65
65
  isVue2: false
66
66
  }, userConfiguration));
67
67
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcare/rum-uniapp",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "miniprogram": "cjs",