better-dx 0.2.1 → 0.2.3
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/README.md +11 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
# better-dx
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
All the development dependencies you need.
|
|
12
12
|
|
|
13
13
|
## Features
|
|
14
14
|
|
|
@@ -24,8 +24,8 @@ This is a collection of development dependencies you may use to kick-start your
|
|
|
24
24
|
## Installation
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
bun add better-dx
|
|
28
|
-
npm install better-dx
|
|
27
|
+
bun add -d better-dx
|
|
28
|
+
npm install -D better-dx
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
And this sets up your project!
|
|
@@ -38,7 +38,7 @@ bun test
|
|
|
38
38
|
|
|
39
39
|
## Changelog
|
|
40
40
|
|
|
41
|
-
Please see our [releases](https://github.com/stackjs
|
|
41
|
+
Please see our [releases](https://github.com/stackjs/better-dx/releases) page for more information on what has changed recently.
|
|
42
42
|
|
|
43
43
|
## Contributing
|
|
44
44
|
|
|
@@ -48,7 +48,7 @@ Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
|
|
|
48
48
|
|
|
49
49
|
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
|
|
50
50
|
|
|
51
|
-
[Discussions on GitHub](https://github.com/stacksjs/
|
|
51
|
+
[Discussions on GitHub](https://github.com/stacksjs/better-dx/discussions)
|
|
52
52
|
|
|
53
53
|
For casual chit-chat with others using this package:
|
|
54
54
|
|
|
@@ -74,10 +74,10 @@ The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.
|
|
|
74
74
|
Made with 💙
|
|
75
75
|
|
|
76
76
|
<!-- Badges -->
|
|
77
|
-
[npm-version-src]: https://img.shields.io/npm/v
|
|
78
|
-
[npm-version-href]: https://npmjs.com/package
|
|
79
|
-
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/
|
|
80
|
-
[github-actions-href]: https://github.com/stacksjs/
|
|
77
|
+
[npm-version-src]: https://img.shields.io/npm/v/better-dx?style=flat-square
|
|
78
|
+
[npm-version-href]: https://npmjs.com/package/better-dx
|
|
79
|
+
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/better-dx/ci.yml?style=flat-square&branch=main
|
|
80
|
+
[github-actions-href]: https://github.com/stacksjs/better-dx/actions?query=workflow%3Aci
|
|
81
81
|
|
|
82
|
-
<!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/
|
|
83
|
-
[codecov-href]: https://codecov.io/gh/stacksjs/
|
|
82
|
+
<!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/better-dx/main?style=flat-square
|
|
83
|
+
[codecov-href]: https://codecov.io/gh/stacksjs/better-dx -->
|
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.3",
|
|
5
5
|
"description": "All the development dependencies you need.",
|
|
6
6
|
"author": "Chris Breuer <chris@stacksjs.org>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@types/bun": "^1.3.1",
|
|
78
78
|
"buddy-bot": "^0.9.11",
|
|
79
79
|
"bun-git-hooks": "^0.3.1",
|
|
80
|
-
"bun-plugin-dtsx": "0.
|
|
80
|
+
"bun-plugin-dtsx": "0.9.9",
|
|
81
81
|
"bunfig": "^0.15.6",
|
|
82
82
|
"pickier": "^0.1.7",
|
|
83
83
|
"ts-error-handling": "^0.1.0",
|