better-dx 0.2.11 โ 0.2.13
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 +49 -0
- package/package.json +5 -50
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,52 @@
|
|
|
1
|
+
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.12...v0.2.13)
|
|
2
|
+
|
|
3
|
+
### ๐งน Chores
|
|
4
|
+
|
|
5
|
+
- release v0.2.13 ([fc095e0](https://github.com/stacksjs/better-dx/commit/fc095e0)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
6
|
+
- **better-dx**: update dtsx tooling ([b18a187](https://github.com/stacksjs/better-dx/commit/b18a187)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
7
|
+
- refresh bun.lock to pick up bun-plugin-dtsx@0.9.18 ([3eed374](https://github.com/stacksjs/better-dx/commit/3eed374)) _(by glennmichael123 <gtorregosa@gmail.com>)_
|
|
8
|
+
|
|
9
|
+
### Contributors
|
|
10
|
+
|
|
11
|
+
- _Chris <chrisbreuer93@gmail.com>_
|
|
12
|
+
- _glennmichael123 <gtorregosa@gmail.com>_
|
|
13
|
+
|
|
14
|
+
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.12...HEAD)
|
|
15
|
+
|
|
16
|
+
### ๐งน Chores
|
|
17
|
+
|
|
18
|
+
- **better-dx**: update dtsx tooling ([b18a187](https://github.com/stacksjs/better-dx/commit/b18a187)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
19
|
+
- refresh bun.lock to pick up bun-plugin-dtsx@0.9.18 ([3eed374](https://github.com/stacksjs/better-dx/commit/3eed374)) _(by glennmichael123 <gtorregosa@gmail.com>)_
|
|
20
|
+
|
|
21
|
+
### Contributors
|
|
22
|
+
|
|
23
|
+
- _Chris <chrisbreuer93@gmail.com>_
|
|
24
|
+
- _glennmichael123 <gtorregosa@gmail.com>_
|
|
25
|
+
|
|
26
|
+
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.11...v0.2.12)
|
|
27
|
+
|
|
28
|
+
### ๐ Bug Fixes
|
|
29
|
+
|
|
30
|
+
- install dx toolchain as dependencies ([97d8098](https://github.com/stacksjs/better-dx/commit/97d8098)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
31
|
+
|
|
32
|
+
### ๐งน Chores
|
|
33
|
+
|
|
34
|
+
- release v0.2.12 ([59f25fa](https://github.com/stacksjs/better-dx/commit/59f25fa)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
35
|
+
|
|
36
|
+
### Contributors
|
|
37
|
+
|
|
38
|
+
- _Chris <chrisbreuer93@gmail.com>_
|
|
39
|
+
|
|
40
|
+
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.11...HEAD)
|
|
41
|
+
|
|
42
|
+
### ๐ Bug Fixes
|
|
43
|
+
|
|
44
|
+
- install dx toolchain as dependencies ([97d8098](https://github.com/stacksjs/better-dx/commit/97d8098)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
45
|
+
|
|
46
|
+
### Contributors
|
|
47
|
+
|
|
48
|
+
- _Chris <chrisbreuer93@gmail.com>_
|
|
49
|
+
|
|
1
50
|
[Compare changes](https://github.com/stacksjs/better-dx/compare/v0.2.10...v0.2.11)
|
|
2
51
|
|
|
3
52
|
### ๐ Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "better-dx",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.13",
|
|
5
5
|
"description": "All the development dependencies you need.",
|
|
6
6
|
"author": "Chris Breuer <chris@stacksjs.org>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -68,7 +68,8 @@
|
|
|
68
68
|
"preview:docs": "bun --bun bunpress preview docs",
|
|
69
69
|
"typecheck": "bun --bun tsc --noEmit"
|
|
70
70
|
},
|
|
71
|
-
"
|
|
71
|
+
"dependencies": {
|
|
72
|
+
"@stacksjs/clapp": "^0.2.6",
|
|
72
73
|
"@stacksjs/bumpx": "^0.2.5",
|
|
73
74
|
"@stacksjs/bunpress": "^0.1.4",
|
|
74
75
|
"@stacksjs/clarity": "^0.3.28",
|
|
@@ -77,58 +78,12 @@
|
|
|
77
78
|
"@types/bun": "^1.3.13",
|
|
78
79
|
"buddy-bot": "^0.9.17",
|
|
79
80
|
"bun-git-hooks": "^0.3.1",
|
|
80
|
-
"bun-plugin-dtsx": "^0.9.
|
|
81
|
+
"bun-plugin-dtsx": "^0.9.24",
|
|
81
82
|
"bunfig": "^0.15.11",
|
|
82
|
-
"pickier": "^0.1.
|
|
83
|
+
"pickier": "^0.1.28",
|
|
83
84
|
"ts-error-handling": "^0.1.1",
|
|
84
85
|
"typescript": "^6.0.3"
|
|
85
86
|
},
|
|
86
|
-
"peerDependenciesMeta": {
|
|
87
|
-
"@stacksjs/bumpx": {
|
|
88
|
-
"optional": true
|
|
89
|
-
},
|
|
90
|
-
"@stacksjs/bunpress": {
|
|
91
|
-
"optional": true
|
|
92
|
-
},
|
|
93
|
-
"@stacksjs/clarity": {
|
|
94
|
-
"optional": true
|
|
95
|
-
},
|
|
96
|
-
"@stacksjs/gitlint": {
|
|
97
|
-
"optional": true
|
|
98
|
-
},
|
|
99
|
-
"@stacksjs/logsmith": {
|
|
100
|
-
"optional": true
|
|
101
|
-
},
|
|
102
|
-
"@types/bun": {
|
|
103
|
-
"optional": true
|
|
104
|
-
},
|
|
105
|
-
"buddy-bot": {
|
|
106
|
-
"optional": true
|
|
107
|
-
},
|
|
108
|
-
"bun-git-hooks": {
|
|
109
|
-
"optional": true
|
|
110
|
-
},
|
|
111
|
-
"bun-plugin-dtsx": {
|
|
112
|
-
"optional": true
|
|
113
|
-
},
|
|
114
|
-
"bunfig": {
|
|
115
|
-
"optional": true
|
|
116
|
-
},
|
|
117
|
-
"pickier": {
|
|
118
|
-
"optional": true
|
|
119
|
-
},
|
|
120
|
-
"ts-error-handling": {
|
|
121
|
-
"optional": true
|
|
122
|
-
},
|
|
123
|
-
"typescript": {
|
|
124
|
-
"optional": true
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
"devDependencies": {
|
|
128
|
-
"@stacksjs/clapp": "^0.2.3",
|
|
129
|
-
"bun-plugin-dtsx": "^0.9.14",
|
|
130
|
-
"bunfig": "^0.15.11"
|
|
131
|
-
},
|
|
132
87
|
"git-hooks": {
|
|
133
88
|
"pre-commit": {
|
|
134
89
|
"staged-lint": {
|