@stacksjs/error-handling 0.70.163 → 0.70.165

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 +1 -1
  2. 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://discord.gg/stacksjs)
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.163",
4
+ "version": "0.70.165",
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.99",
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.163",
61
- "@stacksjs/config": "0.70.163",
60
+ "@stacksjs/cli": "0.70.165",
61
+ "@stacksjs/config": "0.70.165",
62
62
  "better-dx": "^0.2.17",
63
- "@stacksjs/path": "0.70.163",
64
- "@stacksjs/types": "0.70.163",
65
- "@stacksjs/validation": "0.70.163"
63
+ "@stacksjs/path": "0.70.165",
64
+ "@stacksjs/types": "0.70.165",
65
+ "@stacksjs/validation": "0.70.165"
66
66
  },
67
67
  "sideEffects": false
68
68
  }