monitor-track 1.10.1 → 1.10.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### 1.10.1 (2023-08-25)
7
+
8
+
9
+ ### ✨ Features
10
+
11
+ * monitor ([c4da59b](https://github.com/zhoushoujian/monitor/commit/c4da59bfc6e4ffe38670cb0f3c0f9f76cdecf99a))
12
+
13
+
14
+
6
15
  ## 1.10.0 (2023-08-25)
7
16
 
8
17
 
package/cjs/index.js CHANGED
@@ -709,7 +709,7 @@ function setRouteStack(page) {
709
709
  };
710
710
  }
711
711
 
712
- var version = "1.10.1";
712
+ var version = "1.10.2";
713
713
 
714
714
  /*
715
715
  * @Author: Mark.Zhang
@@ -1,3 +1,3 @@
1
- var version = "1.10.1";
1
+ var version = "1.10.2";
2
2
 
3
3
  export { version };
package/index.js CHANGED
@@ -746,7 +746,7 @@ var ShuyunTrack = (function (axios, uuid, uaParserJs, rrweb, ErrorStackParser, h
746
746
  };
747
747
  }
748
748
 
749
- var version = "1.10.1";
749
+ var version = "1.10.2";
750
750
 
751
751
  // 上报数据
752
752
  var Report = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monitor-track",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "前端监控及埋点SDK工具javascript版本",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",