@stacksjs/slug 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 +6 -6
package/README.md CHANGED
@@ -50,7 +50,7 @@ For help, discussion about best practices, or any other conversation that would
50
50
 
51
51
  For casual chit-chat with others using this package:
52
52
 
53
- [Join the Stacks Discord Server](https://discord.gg/stacksjs)
53
+ [Join the Stacks Discord Server](https://stacksjs.com/discord)
54
54
 
55
55
  ## 📄 License
56
56
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/slug",
3
3
  "type": "module",
4
- "version": "0.70.163",
4
+ "version": "0.70.165",
5
5
  "description": "The Stacks slug functionality.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -54,12 +54,12 @@
54
54
  "ts-slug": "^0.1.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@stacksjs/cli": "0.70.163",
58
- "@stacksjs/database": "0.70.163",
57
+ "@stacksjs/cli": "0.70.165",
58
+ "@stacksjs/database": "0.70.165",
59
59
  "better-dx": "^0.2.17",
60
- "@stacksjs/path": "0.70.163",
61
- "@stacksjs/strings": "0.70.163",
62
- "@stacksjs/utils": "0.70.163"
60
+ "@stacksjs/path": "0.70.165",
61
+ "@stacksjs/strings": "0.70.165",
62
+ "@stacksjs/utils": "0.70.165"
63
63
  },
64
64
  "sideEffects": false
65
65
  }