@stacksjs/calendar-api 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 +4 -4
package/README.md CHANGED
@@ -44,7 +44,7 @@ For help, discussion about best practices, or any other conversation that would
44
44
 
45
45
  For casual chit-chat with others using this package:
46
46
 
47
- [Join the Stacks Discord Server](https://discord.gg/stacksjs)
47
+ [Join the Stacks Discord Server](https://stacksjs.com/discord)
48
48
 
49
49
  ## 🙏🏼 Credits
50
50
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/calendar-api",
3
3
  "type": "module",
4
- "version": "0.70.163",
4
+ "version": "0.70.164",
5
5
  "description": "Easily interact with calendar APIs.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -52,12 +52,12 @@
52
52
  "prepublishOnly": "bun run build"
53
53
  },
54
54
  "dependencies": {
55
- "@stacksjs/stx": "^0.2.99"
55
+ "@stacksjs/stx": "^0.2.100"
56
56
  },
57
57
  "devDependencies": {
58
- "@stacksjs/browser": "0.70.163",
58
+ "@stacksjs/browser": "0.70.164",
59
59
  "better-dx": "^0.2.17",
60
- "@stacksjs/security": "0.70.163"
60
+ "@stacksjs/security": "0.70.164"
61
61
  },
62
62
  "sideEffects": false
63
63
  }