@stacksjs/search-engine 0.70.162 → 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
@@ -57,7 +57,7 @@ For help, discussion about best practices, or any other conversation that would
57
57
 
58
58
  For casual chit-chat with others using this package:
59
59
 
60
- [Join the Stacks Discord Server](https://discord.gg/stacksjs)
60
+ [Join the Stacks Discord Server](https://stacksjs.com/discord)
61
61
 
62
62
  ## 📄 License
63
63
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/search-engine",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.162",
5
+ "version": "0.70.164",
6
6
  "description": "The Stacks search engine integrations.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -67,7 +67,7 @@
67
67
  }
68
68
  },
69
69
  "devDependencies": {
70
- "@stacksjs/config": "0.70.162",
70
+ "@stacksjs/config": "0.70.164",
71
71
  "better-dx": "^0.2.17",
72
72
  "meilisearch": "^0.59.0"
73
73
  }