better-dx 0.2.2 → 0.2.4

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 (2) hide show
  1. package/README.md +11 -11
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  # better-dx
10
10
 
11
- This is a collection of development dependencies you may use to kick-start your next JS/TS package.
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/@stacksjs/development/releases) page for more information on what has changed recently.
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/ts-starter/discussions)
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/@stacksjs/development?style=flat-square
78
- [npm-version-href]: https://npmjs.com/package/@stacksjs/development
79
- [github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/ts-starter/ci.yml?style=flat-square&branch=main
80
- [github-actions-href]: https://github.com/stacksjs/ts-starter/actions?query=workflow%3Aci
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/ts-starter/main?style=flat-square
83
- [codecov-href]: https://codecov.io/gh/stacksjs/ts-starter -->
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.2",
4
+ "version": "0.2.4",
5
5
  "description": "All the development dependencies you need.",
6
6
  "author": "Chris Breuer <chris@stacksjs.org>",
7
7
  "license": "MIT",
@@ -69,17 +69,17 @@
69
69
  "typecheck": "bun --bun tsc --noEmit"
70
70
  },
71
71
  "peerDependencies": {
72
- "@stacksjs/bumpx": "^0.2.2",
72
+ "@stacksjs/bumpx": "^0.2.4",
73
73
  "@stacksjs/bunpress": "^0.1.0",
74
74
  "@stacksjs/clarity": "^0.3.24",
75
75
  "@stacksjs/gitlint": "^0.1.5",
76
76
  "@stacksjs/logsmith": "^0.2.1",
77
- "@types/bun": "^1.3.1",
78
- "buddy-bot": "^0.9.11",
77
+ "@types/bun": "^1.3.2",
78
+ "buddy-bot": "^0.9.12",
79
79
  "bun-git-hooks": "^0.3.1",
80
- "bun-plugin-dtsx": "0.9.8",
80
+ "bun-plugin-dtsx": "0.21.17",
81
81
  "bunfig": "^0.15.6",
82
- "pickier": "^0.1.7",
82
+ "pickier": "^0.1.9",
83
83
  "ts-error-handling": "^0.1.0",
84
84
  "typescript": "^5.9.3"
85
85
  },