@cloudcare/rum-uniapp 2.2.1 → 2.2.2

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,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.buildEnv = void 0;
7
7
  var buildEnv = exports.buildEnv = {
8
- sdkVersion: '2.2.1',
8
+ sdkVersion: '2.2.2',
9
9
  sdkName: 'df_uniapp_rum_sdk'
10
10
  };
@@ -1,4 +1,4 @@
1
1
  export var buildEnv = {
2
- sdkVersion: '2.2.1',
2
+ sdkVersion: '2.2.2',
3
3
  sdkName: 'df_uniapp_rum_sdk'
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcare/rum-uniapp",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "miniprogram": "cjs",
@@ -40,8 +40,5 @@
40
40
  "url": "https://github.com/DataFlux-cn/datakit-miniprogram-uniapp",
41
41
  "type": "git"
42
42
  },
43
- "description": "DataFlux RUM 小程序 端数据指标监控",
44
- "engines": {
45
- "node": "15.6.0"
46
- }
43
+ "description": "DataFlux RUM 小程序 端数据指标监控"
47
44
  }