better-dx 0.2.8 โ 0.2.12
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 +101 -0
- package/dist/index.js +6142 -1106
- package/package.json +8 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,104 @@
|
|
|
1
|
+
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.11...v0.2.12)
|
|
2
|
+
|
|
3
|
+
### ๐ Bug Fixes
|
|
4
|
+
|
|
5
|
+
- install dx toolchain as dependencies ([97d8098](https://github.com/stacksjs/better-dx/commit/97d8098)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
6
|
+
|
|
7
|
+
### ๐งน Chores
|
|
8
|
+
|
|
9
|
+
- release v0.2.12 ([59f25fa](https://github.com/stacksjs/better-dx/commit/59f25fa)) _(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.11...HEAD)
|
|
16
|
+
|
|
17
|
+
### ๐ Bug Fixes
|
|
18
|
+
|
|
19
|
+
- install dx toolchain as dependencies ([97d8098](https://github.com/stacksjs/better-dx/commit/97d8098)) _(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.10...v0.2.11)
|
|
26
|
+
|
|
27
|
+
### ๐ Bug Fixes
|
|
28
|
+
|
|
29
|
+
- install publish build dependencies ([d231bda](https://github.com/stacksjs/better-dx/commit/d231bda)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
30
|
+
|
|
31
|
+
### ๐งน Chores
|
|
32
|
+
|
|
33
|
+
- release v0.2.11 ([49b9bdf](https://github.com/stacksjs/better-dx/commit/49b9bdf)) _(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.10...HEAD)
|
|
40
|
+
|
|
41
|
+
### ๐ Bug Fixes
|
|
42
|
+
|
|
43
|
+
- install publish build dependencies ([d231bda](https://github.com/stacksjs/better-dx/commit/d231bda)) _(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.9...v0.2.10)
|
|
50
|
+
|
|
51
|
+
### ๐ Bug Fixes
|
|
52
|
+
|
|
53
|
+
- declare build dependency ([d861d04](https://github.com/stacksjs/better-dx/commit/d861d04)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
54
|
+
|
|
55
|
+
### ๐งน Chores
|
|
56
|
+
|
|
57
|
+
- release v0.2.10 ([19df33e](https://github.com/stacksjs/better-dx/commit/19df33e)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
58
|
+
|
|
59
|
+
### Contributors
|
|
60
|
+
|
|
61
|
+
- _Chris <chrisbreuer93@gmail.com>_
|
|
62
|
+
|
|
63
|
+
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.9...HEAD)
|
|
64
|
+
|
|
65
|
+
### ๐ Bug Fixes
|
|
66
|
+
|
|
67
|
+
- declare build dependency ([d861d04](https://github.com/stacksjs/better-dx/commit/d861d04)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
68
|
+
|
|
69
|
+
### Contributors
|
|
70
|
+
|
|
71
|
+
- _Chris <chrisbreuer93@gmail.com>_
|
|
72
|
+
|
|
73
|
+
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.8...v0.2.9)
|
|
74
|
+
|
|
75
|
+
### ๐ Bug Fixes
|
|
76
|
+
|
|
77
|
+
- mark dx peers optional ([4dbc692](https://github.com/stacksjs/better-dx/commit/4dbc692)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
78
|
+
|
|
79
|
+
### ๐งน Chores
|
|
80
|
+
|
|
81
|
+
- release v0.2.9 ([b10680e](https://github.com/stacksjs/better-dx/commit/b10680e)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
82
|
+
- add cloud patch publish script ([4ca4930](https://github.com/stacksjs/better-dx/commit/4ca4930)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
83
|
+
|
|
84
|
+
### Contributors
|
|
85
|
+
|
|
86
|
+
- _Chris <chrisbreuer93@gmail.com>_
|
|
87
|
+
|
|
88
|
+
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.8...HEAD)
|
|
89
|
+
|
|
90
|
+
### ๐ Bug Fixes
|
|
91
|
+
|
|
92
|
+
- mark dx peers optional ([4dbc692](https://github.com/stacksjs/better-dx/commit/4dbc692)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
93
|
+
|
|
94
|
+
### ๐งน Chores
|
|
95
|
+
|
|
96
|
+
- add cloud patch publish script ([4ca4930](https://github.com/stacksjs/better-dx/commit/4ca4930)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
97
|
+
|
|
98
|
+
### Contributors
|
|
99
|
+
|
|
100
|
+
- _Chris <chrisbreuer93@gmail.com>_
|
|
101
|
+
|
|
1
102
|
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.7...v0.2.8)
|
|
2
103
|
|
|
3
104
|
### ๐ Bug Fixes
|