better-dx 0.2.8 โ†’ 0.2.11

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 (3) hide show
  1. package/CHANGELOG.md +77 -0
  2. package/dist/index.js +6142 -1106
  3. package/package.json +52 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,80 @@
1
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.10...v0.2.11)
2
+
3
+ ### ๐Ÿ› Bug Fixes
4
+
5
+ - install publish build dependencies ([d231bda](https://github.com/stacksjs/better-dx/commit/d231bda)) _(by Chris <chrisbreuer93@gmail.com>)_
6
+
7
+ ### ๐Ÿงน Chores
8
+
9
+ - release v0.2.11 ([49b9bdf](https://github.com/stacksjs/better-dx/commit/49b9bdf)) _(by Chris <chrisbreuer93@gmail.com>)_
10
+
11
+ ### Contributors
12
+
13
+ - _Chris <chrisbreuer93@gmail.com>_
14
+
15
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.10...HEAD)
16
+
17
+ ### ๐Ÿ› Bug Fixes
18
+
19
+ - install publish build dependencies ([d231bda](https://github.com/stacksjs/better-dx/commit/d231bda)) _(by Chris <chrisbreuer93@gmail.com>)_
20
+
21
+ ### Contributors
22
+
23
+ - _Chris <chrisbreuer93@gmail.com>_
24
+
25
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.9...v0.2.10)
26
+
27
+ ### ๐Ÿ› Bug Fixes
28
+
29
+ - declare build dependency ([d861d04](https://github.com/stacksjs/better-dx/commit/d861d04)) _(by Chris <chrisbreuer93@gmail.com>)_
30
+
31
+ ### ๐Ÿงน Chores
32
+
33
+ - release v0.2.10 ([19df33e](https://github.com/stacksjs/better-dx/commit/19df33e)) _(by Chris <chrisbreuer93@gmail.com>)_
34
+
35
+ ### Contributors
36
+
37
+ - _Chris <chrisbreuer93@gmail.com>_
38
+
39
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.9...HEAD)
40
+
41
+ ### ๐Ÿ› Bug Fixes
42
+
43
+ - declare build dependency ([d861d04](https://github.com/stacksjs/better-dx/commit/d861d04)) _(by Chris <chrisbreuer93@gmail.com>)_
44
+
45
+ ### Contributors
46
+
47
+ - _Chris <chrisbreuer93@gmail.com>_
48
+
49
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.8...v0.2.9)
50
+
51
+ ### ๐Ÿ› Bug Fixes
52
+
53
+ - mark dx peers optional ([4dbc692](https://github.com/stacksjs/better-dx/commit/4dbc692)) _(by Chris <chrisbreuer93@gmail.com>)_
54
+
55
+ ### ๐Ÿงน Chores
56
+
57
+ - release v0.2.9 ([b10680e](https://github.com/stacksjs/better-dx/commit/b10680e)) _(by Chris <chrisbreuer93@gmail.com>)_
58
+ - add cloud patch publish script ([4ca4930](https://github.com/stacksjs/better-dx/commit/4ca4930)) _(by Chris <chrisbreuer93@gmail.com>)_
59
+
60
+ ### Contributors
61
+
62
+ - _Chris <chrisbreuer93@gmail.com>_
63
+
64
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.8...HEAD)
65
+
66
+ ### ๐Ÿ› Bug Fixes
67
+
68
+ - mark dx peers optional ([4dbc692](https://github.com/stacksjs/better-dx/commit/4dbc692)) _(by Chris <chrisbreuer93@gmail.com>)_
69
+
70
+ ### ๐Ÿงน Chores
71
+
72
+ - add cloud patch publish script ([4ca4930](https://github.com/stacksjs/better-dx/commit/4ca4930)) _(by Chris <chrisbreuer93@gmail.com>)_
73
+
74
+ ### Contributors
75
+
76
+ - _Chris <chrisbreuer93@gmail.com>_
77
+
1
78
  [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.7...v0.2.8)
2
79
 
3
80
  ### ๐Ÿ› Bug Fixes