@stacksjs/dns 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 +8 -8
package/README.md CHANGED
@@ -47,7 +47,7 @@ For help, discussion about best practices, or any other conversation that would
47
47
 
48
48
  For casual chit-chat with others using this package:
49
49
 
50
- [Join the Stacks Discord Server](https://discord.gg/stacksjs)
50
+ [Join the Stacks Discord Server](https://stacksjs.com/discord)
51
51
 
52
52
  ## 📄 License
53
53
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/dns",
3
3
  "type": "module",
4
- "version": "0.70.163",
4
+ "version": "0.70.164",
5
5
  "description": "Easily manage your DNS.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -56,16 +56,16 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@stacksjs/dnsx": "^0.2.3",
59
- "@stacksjs/ts-cloud": "^0.7.56"
59
+ "@stacksjs/ts-cloud": "^0.7.60"
60
60
  },
61
61
  "devDependencies": {
62
- "@stacksjs/actions": "0.70.163",
62
+ "@stacksjs/actions": "0.70.164",
63
63
  "better-dx": "^0.2.17",
64
- "@stacksjs/error-handling": "0.70.163",
65
- "@stacksjs/path": "0.70.163",
66
- "@stacksjs/storage": "0.70.163",
67
- "@stacksjs/strings": "0.70.163",
68
- "@stacksjs/whois": "0.70.163"
64
+ "@stacksjs/error-handling": "0.70.164",
65
+ "@stacksjs/path": "0.70.164",
66
+ "@stacksjs/storage": "0.70.164",
67
+ "@stacksjs/strings": "0.70.164",
68
+ "@stacksjs/whois": "0.70.164"
69
69
  },
70
70
  "sideEffects": false
71
71
  }