@stacksjs/strings 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 +3 -3
package/README.md CHANGED
@@ -118,7 +118,7 @@ For help, discussion about best practices, or any other conversation that would
118
118
 
119
119
  For casual chit-chat with others using this package:
120
120
 
121
- [Join the Stacks Discord Server](https://discord.gg/stacksjs)
121
+ [Join the Stacks Discord Server](https://stacksjs.com/discord)
122
122
 
123
123
  ## 🙏🏼 Credits
124
124
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/strings",
3
3
  "type": "module",
4
- "version": "0.70.163",
4
+ "version": "0.70.165",
5
5
  "description": "The Stacks string utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -64,9 +64,9 @@
64
64
  "prepublishOnly": "bun run build"
65
65
  },
66
66
  "devDependencies": {
67
- "@stacksjs/alias": "0.70.163",
67
+ "@stacksjs/alias": "0.70.165",
68
68
  "better-dx": "^0.2.17",
69
- "@stacksjs/types": "0.70.163"
69
+ "@stacksjs/types": "0.70.165"
70
70
  },
71
71
  "sideEffects": false
72
72
  }