@doreamonjs/plugin-analysis 1.2.11 → 1.2.13

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,25 @@
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.2.13](https://github.com/doreamonjs/doreamon/compare/v1.2.12...v1.2.13) (2022-11-14)
7
+
8
+ **Note:** Version bump only for package @doreamonjs/plugin-analysis
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.12](https://github.com/doreamonjs/doreamon/compare/v1.2.11...v1.2.12) (2022-10-27)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **plugin:** analysis track attributes ([4b84fbf](https://github.com/doreamonjs/doreamon/commit/4b84fbf294fe67aa697d72e9acf670fd0f167904))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.2.11](https://github.com/doreamonjs/doreamon/compare/v1.2.10...v1.2.11) (2022-10-19)
7
26
 
8
27
 
package/lib/service.js CHANGED
@@ -170,7 +170,10 @@ class Service {
170
170
  wrapper.instance,
171
171
  event,
172
172
  {
173
+ ...attributes,
174
+ //
173
175
  user,
176
+ // @depreciated
174
177
  attributes,
175
178
  },
176
179
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doreamonjs/plugin-analysis",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "description": "analysis plugin for doreamonjs",
5
5
  "keywords": [
6
6
  "doreamonjs",
@@ -66,8 +66,8 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@doreamonjs/plugin-shared": "^1.1.28",
69
- "@doreamonjs/plugin-user": "^1.2.5",
70
- "@doreamonjs/request": "^1.2.5",
69
+ "@doreamonjs/plugin-user": "^1.2.13",
70
+ "@doreamonjs/request": "^1.2.13",
71
71
  "@sentry/browser": "^7.11.1",
72
72
  "@sentry/tracing": "^7.11.1",
73
73
  "@zcorky/delay": "^1.0.1",
@@ -78,5 +78,5 @@
78
78
  "mixpanel-browser": "^2.45.0",
79
79
  "thinkingdata-browser": "^1.6.0"
80
80
  },
81
- "gitHead": "5ecf611074e5404e41903073e5ce7f4bea43fbf8"
81
+ "gitHead": "85d6b40bcc087d682aa359eecca2e36003d55bb4"
82
82
  }