@stacksjs/server 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -42,7 +42,7 @@ For help, discussion about best practices, or any other conversation that would
42
42
 
43
43
  For casual chit-chat with others using this package:
44
44
 
45
- [Join the Stacks Discord Server](https://discord.gg/stacksjs)
45
+ [Join the Stacks Discord Server](https://stacksjs.com/discord)
46
46
 
47
47
  ## 📄 License
48
48
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/server",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.162",
5
+ "version": "0.70.164",
6
6
  "description": "Local development and production-ready.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -53,11 +53,11 @@
53
53
  "prepublishOnly": "bun run build"
54
54
  },
55
55
  "devDependencies": {
56
- "@stacksjs/config": "0.70.162",
56
+ "@stacksjs/config": "0.70.164",
57
57
  "better-dx": "^0.2.17",
58
- "@stacksjs/path": "0.70.162",
59
- "@stacksjs/router": "0.70.162",
60
- "@stacksjs/validation": "0.70.162"
58
+ "@stacksjs/path": "0.70.164",
59
+ "@stacksjs/router": "0.70.164",
60
+ "@stacksjs/validation": "0.70.164"
61
61
  },
62
62
  "dependencies": {
63
63
  "bun-plugin-auto-imports": "^0.4.0"