@granite-js/plugin-sentry 0.1.22 → 0.1.23-next.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +79 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,84 @@
1
1
  # @granite-js/plugin-sentry
2
2
 
3
+ ## 0.1.23-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - fix
8
+ - Updated dependencies
9
+ - @granite-js/plugin-core@0.1.23-next.10
10
+ - @granite-js/utils@0.1.23-next.10
11
+
12
+ ## 0.1.23-next.9
13
+
14
+ ### Patch Changes
15
+
16
+ - tollback
17
+ - Updated dependencies
18
+ - @granite-js/plugin-core@0.1.23-next.9
19
+ - @granite-js/utils@0.1.23-next.9
20
+
21
+ ## 0.1.23-next.8
22
+
23
+ ### Patch Changes
24
+
25
+ - router
26
+ - Updated dependencies
27
+ - @granite-js/plugin-core@0.1.23-next.8
28
+ - @granite-js/utils@0.1.23-next.8
29
+
30
+ ## 0.1.23-next.7
31
+
32
+ ### Patch Changes
33
+
34
+ - fix
35
+ - Updated dependencies
36
+ - @granite-js/plugin-core@0.1.23-next.7
37
+ - @granite-js/utils@0.1.23-next.7
38
+
39
+ ## 0.1.23-next.6
40
+
41
+ ### Patch Changes
42
+
43
+ - test
44
+ - Updated dependencies
45
+ - @granite-js/plugin-core@0.1.23-next.6
46
+ - @granite-js/utils@0.1.23-next.6
47
+
48
+ ## 0.1.23-next.5
49
+
50
+ ### Patch Changes
51
+
52
+ - temp
53
+ - Updated dependencies
54
+ - @granite-js/plugin-core@0.1.23-next.5
55
+ - @granite-js/utils@0.1.23-next.5
56
+
57
+ ## 0.1.23-next.4
58
+
59
+ ### Patch Changes
60
+
61
+ - test
62
+ - Updated dependencies
63
+ - @granite-js/plugin-core@0.1.23-next.4
64
+ - @granite-js/utils@0.1.23-next.4
65
+
66
+ ## 0.1.23-next.3
67
+
68
+ ### Patch Changes
69
+
70
+ - test
71
+ - Updated dependencies
72
+ - @granite-js/plugin-core@0.1.23-next.3
73
+ - @granite-js/utils@0.1.23-next.3
74
+
75
+ ## 0.1.23-next.0
76
+
77
+ ### Patch Changes
78
+
79
+ - @granite-js/plugin-core@0.1.23-next.0
80
+ - @granite-js/utils@0.1.23-next.0
81
+
3
82
  ## 0.1.22
4
83
 
5
84
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@granite-js/plugin-sentry",
3
3
  "type": "module",
4
- "version": "0.1.22",
4
+ "version": "0.1.23-next.10",
5
5
  "description": "Plugin for integrating Sentry with Granite applications",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -34,8 +34,8 @@
34
34
  "vitest": "^3.1.4"
35
35
  },
36
36
  "dependencies": {
37
- "@granite-js/plugin-core": "0.1.22",
38
- "@granite-js/utils": "0.1.22",
37
+ "@granite-js/plugin-core": "0.1.23-next.10",
38
+ "@granite-js/utils": "0.1.23-next.10",
39
39
  "@sentry/cli": "^2.45.0",
40
40
  "es-toolkit": "^1.39.8",
41
41
  "execa": "^5"