@stacksjs/error-handling 0.70.162 → 0.70.164
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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -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 Stacks Discord Server](https://
|
|
125
|
+
[Join the Stacks Discord Server](https://stacksjs.com/discord)
|
|
126
126
|
|
|
127
127
|
## 📄 License
|
|
128
128
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/error-handling",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.70.
|
|
4
|
+
"version": "0.70.164",
|
|
5
5
|
"description": "Type safe error handling.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": [
|
|
@@ -52,17 +52,17 @@
|
|
|
52
52
|
"prepublishOnly": "bun run build"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@stacksjs/stx": "^0.2.
|
|
55
|
+
"@stacksjs/stx": "^0.2.100",
|
|
56
56
|
"ts-error-handling": "^0.1.1",
|
|
57
57
|
"ts-syntax-highlighter": "^0.2.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@stacksjs/cli": "0.70.
|
|
61
|
-
"@stacksjs/config": "0.70.
|
|
60
|
+
"@stacksjs/cli": "0.70.164",
|
|
61
|
+
"@stacksjs/config": "0.70.164",
|
|
62
62
|
"better-dx": "^0.2.17",
|
|
63
|
-
"@stacksjs/path": "0.70.
|
|
64
|
-
"@stacksjs/types": "0.70.
|
|
65
|
-
"@stacksjs/validation": "0.70.
|
|
63
|
+
"@stacksjs/path": "0.70.164",
|
|
64
|
+
"@stacksjs/types": "0.70.164",
|
|
65
|
+
"@stacksjs/validation": "0.70.164"
|
|
66
66
|
},
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|