@stacksjs/error-handling 0.41.1 → 0.42.2
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 +2 -2
- package/package.json +5 -4
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
|
|
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
|
|
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.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.42.2",
|
|
5
|
+
"packageManager": "pnpm@7.17.0",
|
|
6
6
|
"description": "Type safe error handling.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=v18.12.1",
|
|
38
|
-
"pnpm": ">=7.
|
|
38
|
+
"pnpm": ">=7.17.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@ow3/eslint-config": "^0.33.11",
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"mkdist": "^1.0.0",
|
|
46
|
-
"typescript": "^4.9.3"
|
|
46
|
+
"typescript": "^4.9.3",
|
|
47
|
+
"@stacksjs/testing": "0.42.2"
|
|
47
48
|
},
|
|
48
49
|
"scripts": {
|
|
49
50
|
"build": "mkdist -d",
|