@stacksjs/datetime 0.70.163 → 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
@@ -70,7 +70,7 @@ For help, discussion about best practices, or any other conversation that would
70
70
 
71
71
  For casual chit-chat with others using this package:
72
72
 
73
- [Join the Stacks Discord Server](https://discord.gg/stacksjs)
73
+ [Join the Stacks Discord Server](https://stacksjs.com/discord)
74
74
 
75
75
  ## Credits
76
76
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.70.163",
4
+ "version": "0.70.164",
5
5
  "description": "The Stacks datetime helpers.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "better-dx": "^0.2.17",
57
- "@stacksjs/utils": "0.70.163"
57
+ "@stacksjs/utils": "0.70.164"
58
58
  },
59
59
  "sideEffects": false
60
60
  }