@stacksjs/error-handling 0.41.0 → 0.42.1

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 +2 -2
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -112,7 +112,7 @@ Please see our [releases](https://github.com/stacksjs/stacks/releases) page for
112
112
 
113
113
  ## 💪🏼 Contributing
114
114
 
115
- Please see [CONTRIBUTING](../../.github/CONTRIBUTING.md) for details.
115
+ Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
116
116
 
117
117
  ## 🏝 Community
118
118
 
@@ -122,7 +122,7 @@ For help, discussion about best practices, or any other conversation that would
122
122
 
123
123
  For casual chit-chat with others using this package:
124
124
 
125
- [Join the Open Web Discord Server](https://discord.ow3.org)
125
+ [Join the Stacks Discord Server](https://discord.ow3.org)
126
126
 
127
127
  ## 📄 License
128
128
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/error-handling",
3
3
  "type": "module",
4
- "version": "0.41.0",
5
- "packageManager": "pnpm@7.16.0",
4
+ "version": "0.42.1",
5
+ "packageManager": "pnpm@7.17.0",
6
6
  "description": "Type safe error handling.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,15 +35,16 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.16.0"
38
+ "pnpm": ">=7.17.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@ow3/eslint-config": "^0.33.10",
41
+ "@ow3/eslint-config": "^0.33.11",
42
42
  "neverthrow": "^5.1.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "mkdist": "^1.0.0",
46
- "typescript": "^4.8.4"
46
+ "typescript": "^4.9.3",
47
+ "@stacksjs/testing": "0.42.1"
47
48
  },
48
49
  "scripts": {
49
50
  "build": "mkdist -d",