better-dx 0.2.7 โ†’ 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 +174 -0
  2. package/dist/index.js +4152 -526
  3. package/package.json +57 -13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,177 @@
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
+
78
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.7...v0.2.8)
79
+
80
+ ### ๐Ÿ› Bug Fixes
81
+
82
+ - add setup-bun to publish-commit job ([0b001b3](https://github.com/stacksjs/better-dx/commit/0b001b3)) _(by glennmichael123 <gtorregosa@gmail.com>)_
83
+ - uncomment lint and typecheck CI jobs ([fd8c2e4](https://github.com/stacksjs/better-dx/commit/fd8c2e4)) _(by glennmichael123 <gtorregosa@gmail.com>)_
84
+ - correct corrupted actions/checkout version ([3a7ac64](https://github.com/stacksjs/better-dx/commit/3a7ac64)) _(by glennmichael123 <gtorregosa@gmail.com>)_
85
+
86
+ ### ๐Ÿค– Continuous Integration
87
+
88
+ - drop redundant setup-bun (pantry installs bun via deps.yaml) ([799f325](https://github.com/stacksjs/better-dx/commit/799f325)) _(by glennmichael123 <gtorregosa@gmail.com>)_
89
+
90
+ ### ๐Ÿงน Chores
91
+
92
+ - release v0.2.8 ([c9d1cb4](https://github.com/stacksjs/better-dx/commit/c9d1cb4)) _(by Chris <chrisbreuer93@gmail.com>)_
93
+ - update deps ([c8bf653](https://github.com/stacksjs/better-dx/commit/c8bf653)) _(by Chris <chrisbreuer93@gmail.com>)_
94
+ - refresh bun.lock and apply pickier --fix ([a929f14](https://github.com/stacksjs/better-dx/commit/a929f14)) _(by glennmichael123 <gtorregosa@gmail.com>)_
95
+ - refresh bun.lock ([c1e23c0](https://github.com/stacksjs/better-dx/commit/c1e23c0)) _(by glennmichael123 <gtorregosa@gmail.com>)_
96
+ - fresh install to pick up dtsx 0.9.14 and bunfig 0.15.9 ([2b87d6e](https://github.com/stacksjs/better-dx/commit/2b87d6e)) _(by glennmichael123 <gtorregosa@gmail.com>)_
97
+ - wip ([ed7930b](https://github.com/stacksjs/better-dx/commit/ed7930b)) _(by glennmichael123 <gtorregosa@gmail.com>)_
98
+ - migrate from bun install to pantry install ([d987c1a](https://github.com/stacksjs/better-dx/commit/d987c1a)) _(by glennmichael123 <gtorregosa@gmail.com>)_
99
+ - fresh install to pick up pickier 0.1.21 ([f9523ec](https://github.com/stacksjs/better-dx/commit/f9523ec)) _(by glennmichael123 <gtorregosa@gmail.com>)_
100
+ - fix lint errors ([3b77b26](https://github.com/stacksjs/better-dx/commit/3b77b26)) _(by glennmichael123 <gtorregosa@gmail.com>)_
101
+ - gitignore pantry directory ([d8990e7](https://github.com/stacksjs/better-dx/commit/d8990e7)) _(by glennmichael123 <gtorregosa@gmail.com>)_
102
+ - minor updates ([09cb3ec](https://github.com/stacksjs/better-dx/commit/09cb3ec)) _(by glennmichael123 <gtorregosa@gmail.com>)_
103
+ - fix lint errors ([673f10b](https://github.com/stacksjs/better-dx/commit/673f10b)) _(by glennmichael123 <gtorregosa@gmail.com>)_
104
+ - auto-fix lint errors ([e07855d](https://github.com/stacksjs/better-dx/commit/e07855d)) _(by glennmichael123 <gtorregosa@gmail.com>)_
105
+ - include md in pickier lint extensions ([8843e6c](https://github.com/stacksjs/better-dx/commit/8843e6c)) _(by glennmichael123 <gtorregosa@gmail.com>)_
106
+ - **deps**: update github actions (rebased) (#951) ([37708b2](https://github.com/stacksjs/better-dx/commit/37708b2)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#951](https://github.com/stacksjs/better-dx/issues/951), [#951](https://github.com/stacksjs/better-dx/issues/951))
107
+ - **deps**: update dependency typescript to 6.0.2 (rebased) (#952) ([c2396eb](https://github.com/stacksjs/better-dx/commit/c2396eb)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#952](https://github.com/stacksjs/better-dx/issues/952), [#952](https://github.com/stacksjs/better-dx/issues/952))
108
+ - update vscode config ([f00464c](https://github.com/stacksjs/better-dx/commit/f00464c)) _(by glennmichael123 <gtorregosa@gmail.com>)_
109
+ - repo cleanup and modernization ([28b56e4](https://github.com/stacksjs/better-dx/commit/28b56e4)) _(by glennmichael123 <gtorregosa@gmail.com>)_
110
+ - use Pantry action for publish-commit and add job dependencies ([d89219a](https://github.com/stacksjs/better-dx/commit/d89219a)) _(by Chris <chrisbreuer93@gmail.com>)_
111
+ - **deps**: update github actions (rebased) (#948) ([f2d3ac9](https://github.com/stacksjs/better-dx/commit/f2d3ac9)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#948](https://github.com/stacksjs/better-dx/issues/948), [#948](https://github.com/stacksjs/better-dx/issues/948))
112
+ - **deps**: update all non-major dependencies (rebased) (#949) ([db50e9a](https://github.com/stacksjs/better-dx/commit/db50e9a)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#949](https://github.com/stacksjs/better-dx/issues/949), [#949](https://github.com/stacksjs/better-dx/issues/949))
113
+ - wip ([dc93355](https://github.com/stacksjs/better-dx/commit/dc93355)) _(by glennmichael123 <gtorregosa@gmail.com>)_
114
+ - enrich CLAUDE.md with detailed project context from README ([e038911](https://github.com/stacksjs/better-dx/commit/e038911)) _(by glennmichael123 <gtorregosa@gmail.com>)_
115
+ - update CLAUDE.md with project context and crosswind details ([7db02e6](https://github.com/stacksjs/better-dx/commit/7db02e6)) _(by glennmichael123 <gtorregosa@gmail.com>)_
116
+ - minor updates ([3e7c6cb](https://github.com/stacksjs/better-dx/commit/3e7c6cb)) _(by Chris <chrisbreuer93@gmail.com>)_
117
+
118
+ ### โช Reverts
119
+
120
+ - restore bun commands in CI until pantry handles npm deps ([3164f5e](https://github.com/stacksjs/better-dx/commit/3164f5e)) _(by glennmichael123 <gtorregosa@gmail.com>)_
121
+
122
+ ### Contributors
123
+
124
+ - _Chris <chrisbreuer93@gmail.com>_
125
+ - _glennmichael123 <gtorregosa@gmail.com>_
126
+
127
+ [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.7...HEAD)
128
+
129
+ ### ๐Ÿ› Bug Fixes
130
+
131
+ - add setup-bun to publish-commit job ([0b001b3](https://github.com/stacksjs/better-dx/commit/0b001b3)) _(by glennmichael123 <gtorregosa@gmail.com>)_
132
+ - uncomment lint and typecheck CI jobs ([fd8c2e4](https://github.com/stacksjs/better-dx/commit/fd8c2e4)) _(by glennmichael123 <gtorregosa@gmail.com>)_
133
+ - correct corrupted actions/checkout version ([3a7ac64](https://github.com/stacksjs/better-dx/commit/3a7ac64)) _(by glennmichael123 <gtorregosa@gmail.com>)_
134
+
135
+ ### ๐Ÿค– Continuous Integration
136
+
137
+ - drop redundant setup-bun (pantry installs bun via deps.yaml) ([799f325](https://github.com/stacksjs/better-dx/commit/799f325)) _(by glennmichael123 <gtorregosa@gmail.com>)_
138
+
139
+ ### ๐Ÿงน Chores
140
+
141
+ - update deps ([c8bf653](https://github.com/stacksjs/better-dx/commit/c8bf653)) _(by Chris <chrisbreuer93@gmail.com>)_
142
+ - refresh bun.lock and apply pickier --fix ([a929f14](https://github.com/stacksjs/better-dx/commit/a929f14)) _(by glennmichael123 <gtorregosa@gmail.com>)_
143
+ - refresh bun.lock ([c1e23c0](https://github.com/stacksjs/better-dx/commit/c1e23c0)) _(by glennmichael123 <gtorregosa@gmail.com>)_
144
+ - fresh install to pick up dtsx 0.9.14 and bunfig 0.15.9 ([2b87d6e](https://github.com/stacksjs/better-dx/commit/2b87d6e)) _(by glennmichael123 <gtorregosa@gmail.com>)_
145
+ - wip ([ed7930b](https://github.com/stacksjs/better-dx/commit/ed7930b)) _(by glennmichael123 <gtorregosa@gmail.com>)_
146
+ - migrate from bun install to pantry install ([d987c1a](https://github.com/stacksjs/better-dx/commit/d987c1a)) _(by glennmichael123 <gtorregosa@gmail.com>)_
147
+ - fresh install to pick up pickier 0.1.21 ([f9523ec](https://github.com/stacksjs/better-dx/commit/f9523ec)) _(by glennmichael123 <gtorregosa@gmail.com>)_
148
+ - fix lint errors ([3b77b26](https://github.com/stacksjs/better-dx/commit/3b77b26)) _(by glennmichael123 <gtorregosa@gmail.com>)_
149
+ - gitignore pantry directory ([d8990e7](https://github.com/stacksjs/better-dx/commit/d8990e7)) _(by glennmichael123 <gtorregosa@gmail.com>)_
150
+ - minor updates ([09cb3ec](https://github.com/stacksjs/better-dx/commit/09cb3ec)) _(by glennmichael123 <gtorregosa@gmail.com>)_
151
+ - fix lint errors ([673f10b](https://github.com/stacksjs/better-dx/commit/673f10b)) _(by glennmichael123 <gtorregosa@gmail.com>)_
152
+ - auto-fix lint errors ([e07855d](https://github.com/stacksjs/better-dx/commit/e07855d)) _(by glennmichael123 <gtorregosa@gmail.com>)_
153
+ - include md in pickier lint extensions ([8843e6c](https://github.com/stacksjs/better-dx/commit/8843e6c)) _(by glennmichael123 <gtorregosa@gmail.com>)_
154
+ - **deps**: update github actions (rebased) (#951) ([37708b2](https://github.com/stacksjs/better-dx/commit/37708b2)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#951](https://github.com/stacksjs/better-dx/issues/951), [#951](https://github.com/stacksjs/better-dx/issues/951))
155
+ - **deps**: update dependency typescript to 6.0.2 (rebased) (#952) ([c2396eb](https://github.com/stacksjs/better-dx/commit/c2396eb)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#952](https://github.com/stacksjs/better-dx/issues/952), [#952](https://github.com/stacksjs/better-dx/issues/952))
156
+ - update vscode config ([f00464c](https://github.com/stacksjs/better-dx/commit/f00464c)) _(by glennmichael123 <gtorregosa@gmail.com>)_
157
+ - repo cleanup and modernization ([28b56e4](https://github.com/stacksjs/better-dx/commit/28b56e4)) _(by glennmichael123 <gtorregosa@gmail.com>)_
158
+ - use Pantry action for publish-commit and add job dependencies ([d89219a](https://github.com/stacksjs/better-dx/commit/d89219a)) _(by Chris <chrisbreuer93@gmail.com>)_
159
+ - **deps**: update github actions (rebased) (#948) ([f2d3ac9](https://github.com/stacksjs/better-dx/commit/f2d3ac9)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#948](https://github.com/stacksjs/better-dx/issues/948), [#948](https://github.com/stacksjs/better-dx/issues/948))
160
+ - **deps**: update all non-major dependencies (rebased) (#949) ([db50e9a](https://github.com/stacksjs/better-dx/commit/db50e9a)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#949](https://github.com/stacksjs/better-dx/issues/949), [#949](https://github.com/stacksjs/better-dx/issues/949))
161
+ - wip ([dc93355](https://github.com/stacksjs/better-dx/commit/dc93355)) _(by glennmichael123 <gtorregosa@gmail.com>)_
162
+ - enrich CLAUDE.md with detailed project context from README ([e038911](https://github.com/stacksjs/better-dx/commit/e038911)) _(by glennmichael123 <gtorregosa@gmail.com>)_
163
+ - update CLAUDE.md with project context and crosswind details ([7db02e6](https://github.com/stacksjs/better-dx/commit/7db02e6)) _(by glennmichael123 <gtorregosa@gmail.com>)_
164
+ - minor updates ([3e7c6cb](https://github.com/stacksjs/better-dx/commit/3e7c6cb)) _(by Chris <chrisbreuer93@gmail.com>)_
165
+
166
+ ### โช Reverts
167
+
168
+ - restore bun commands in CI until pantry handles npm deps ([3164f5e](https://github.com/stacksjs/better-dx/commit/3164f5e)) _(by glennmichael123 <gtorregosa@gmail.com>)_
169
+
170
+ ### Contributors
171
+
172
+ - _Chris <chrisbreuer93@gmail.com>_
173
+ - _glennmichael123 <gtorregosa@gmail.com>_
174
+
1
175
  [Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.6...v0.2.7)
2
176
 
3
177
  ### ๐Ÿงน Chores