goji-search 2.0.2 → 2.0.4

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10522,7 +10522,7 @@ class dh {
10522
10522
  * Save session/conversation to database
10523
10523
  */
10524
10524
  async saveSession(n) {
10525
- const t = await fetch("http://localhost:8000/conversations", {
10525
+ const t = await fetch("https://goji-auditor-production.up.railway.app/conversations/", {
10526
10526
  method: "POST",
10527
10527
  headers: {
10528
10528
  "Content-Type": "application/json"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goji-search",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "Embeddable GojiSearch components for both React and vanilla JS",
5
5
  "private": false,
6
6
  "type": "module",