@doreamonjs/plugin-analysis 0.3.16 → 0.4.0
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 +20 -10
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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
|
-
|
|
6
|
+
# [0.4.0](https://github.com/doreamonjs/doreamon/compare/v0.3.17...v0.4.0) (2022-08-31)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @doreamonjs/plugin-analysis
|
|
9
9
|
|
|
@@ -11,22 +11,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
# Change Log
|
|
16
15
|
|
|
17
|
-
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
## [0.3.16](https://github.com/doreamonjs/doreamon/compare/v0.3.15...v0.3.16) (2022-08-31)
|
|
20
20
|
|
|
21
|
+
**Note:** Version bump only for package @doreamonjs/plugin-analysis
|
|
21
22
|
|
|
23
|
+
## [0.3.15](https://github.com/doreamonjs/doreamon/compare/v0.3.14...v0.3.15) (2022-08-31)
|
|
22
24
|
|
|
25
|
+
### Bug Fixes
|
|
23
26
|
|
|
27
|
+
- merge confict and clean changelog
|
|
28
|
+
([b5b0428](https://github.com/doreamonjs/doreamon/commit/b5b042803ef660e6c8faf214bd24fc27934deb91))
|
|
24
29
|
|
|
25
30
|
## [0.3.13](https://github.com/zcorky/zodash/compare/v0.3.12...v0.3.13) (2022-08-31)
|
|
26
31
|
|
|
27
32
|
### Bug Fixes
|
|
28
33
|
|
|
29
|
-
- plugin-authorization model + types
|
|
34
|
+
- plugin-authorization model + types
|
|
35
|
+
([7c4058c](https://github.com/doreamonjs/doreamon/commit/7c4058c47429eda26de6af08ce6b2d2a423f83c9))
|
|
30
36
|
|
|
31
37
|
## [0.3.12](https://github.com/doreamonjs/doreamon/compare/v0.3.11...v0.3.12) (2022-08-31)
|
|
32
38
|
|
|
@@ -40,18 +46,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
40
46
|
|
|
41
47
|
### Bug Fixes
|
|
42
48
|
|
|
43
|
-
- dependencies
|
|
44
|
-
|
|
49
|
+
- dependencies
|
|
50
|
+
([60d97c5](https://github.com/doreamonjs/doreamon/commit/60d97c5f857228f91bdbda6e833438559b3ea7d6))
|
|
51
|
+
- package.json main and typings
|
|
52
|
+
([5a23e68](https://github.com/doreamonjs/doreamon/commit/5a23e689ce467ddba1deeec674a8639fef3ba5a8))
|
|
45
53
|
|
|
46
54
|
# 0.3.0 (2022-08-30)
|
|
47
55
|
|
|
48
56
|
### Bug Fixes
|
|
49
57
|
|
|
50
|
-
- test
|
|
58
|
+
- test
|
|
59
|
+
([ab09558](https://github.com/doreamonjs/doreamon/commit/ab0955886a268210cef6cbfe2a6b2362f6d826d6))
|
|
51
60
|
|
|
52
61
|
### Features
|
|
53
62
|
|
|
54
|
-
- add
|
|
63
|
+
- add request/forms/analysiss
|
|
64
|
+
([7901413](https://github.com/doreamonjs/doreamon/commit/79014135cbae3337e5bf4c8372627f784ffe476e))
|
|
55
65
|
|
|
56
66
|
## [1.1.8](https://github.com/doreamonjs/doreamon/compare/@zodash/get@1.1.7...@zodash/get@1.1.8) (2021-04-05)
|
|
57
67
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doreamonjs/plugin-analysis",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "analysis plugin for doreamonjs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"doreamonjs",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"url": "https://github.com/doreamonjs/doreamon/issues"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@doreamonjs/plugin-
|
|
69
|
-
"@doreamonjs/plugin-
|
|
70
|
-
"@doreamonjs/
|
|
68
|
+
"@doreamonjs/plugin-shared": "^0.4.0",
|
|
69
|
+
"@doreamonjs/plugin-user": "^0.4.0",
|
|
70
|
+
"@doreamonjs/request": "^0.4.0",
|
|
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": "
|
|
81
|
+
"gitHead": "065d4416da005250f2084bb564c83ec4026bf4cd"
|
|
82
82
|
}
|