@stacksjs/api 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 +2 -2
package/README.md CHANGED
@@ -105,7 +105,7 @@ For help, discussion about best practices, or any other conversation that would
105
105
 
106
106
  For casual chit-chat with others using this package:
107
107
 
108
- [Join the Stacks Discord Server](https://discord.gg/stacksjs)
108
+ [Join the Stacks Discord Server](https://stacksjs.com/discord)
109
109
 
110
110
  ## 📄 License
111
111
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/api",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.162",
5
+ "version": "0.70.164",
6
6
  "description": "The Stacks array utilities.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -56,6 +56,6 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "better-dx": "^0.2.17",
59
- "@stacksjs/utils": "0.70.162"
59
+ "@stacksjs/utils": "0.70.164"
60
60
  }
61
61
  }