@nexo-labs/payload-typesense 1.4.4 → 1.5.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexo-labs/payload-typesense",
3
- "version": "1.4.4",
3
+ "version": "1.5.1",
4
4
  "description": "A powerful, production-ready search plugin that integrates Typesense with Payload CMS, providing lightning-fast, typo-tolerant search capabilities with real-time synchronization and a comprehensive theme system.",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -18,64 +18,34 @@
18
18
  "dist"
19
19
  ],
20
20
  "devDependencies": {
21
- "@eslint/eslintrc": "^3.2.0",
22
- "@payloadcms/db-mongodb": "3.69.0",
23
- "@payloadcms/db-postgres": "3.69.0",
24
- "@payloadcms/db-sqlite": "3.69.0",
25
- "@payloadcms/eslint-config": "3.9.0",
26
- "@payloadcms/next": "3.69.0",
27
- "@payloadcms/richtext-lexical": "3.69.0",
28
- "@payloadcms/ui": "3.69.0",
29
21
  "@playwright/test": "^1.52.0",
30
- "@semantic-release/changelog": "^6.0.3",
31
- "@semantic-release/commit-analyzer": "^11.1.0",
32
- "@semantic-release/git": "^10.0.1",
33
- "@semantic-release/github": "^9.2.6",
34
- "@semantic-release/npm": "^10.0.4",
35
- "@semantic-release/release-notes-generator": "^12.1.0",
36
- "tsdown": "^0.16.5",
37
- "@testing-library/jest-dom": "^6.4.2",
38
- "@testing-library/react": "^16.0.0",
39
- "@testing-library/user-event": "^14.5.2",
40
22
  "@types/node": "^22.5.4",
41
23
  "@types/react": "19.1.8",
42
24
  "@types/react-dom": "19.1.6",
43
- "autoprefixer": "^10.4.21",
44
25
  "bundle-analyzer": "^0.0.6",
45
- "conventional-changelog-conventionalcommits": "^9.1.0",
46
- "conventional-changelog-writer": "6.0.0",
47
26
  "copyfiles": "2.4.1",
48
27
  "cross-env": "^7.0.3",
49
- "esbuild": "^0.25.10",
50
28
  "eslint": "^9.23.0",
51
- "eslint-config-next": "15.4.4",
52
29
  "graphql": "^16.8.1",
53
30
  "jsdom": "^24.0.0",
54
- "mongodb-memory-server": "10.1.4",
55
- "next": "15.4.8",
56
- "open": "^10.1.0",
31
+ "next": "15.4.10",
57
32
  "payload": "3.69.0",
58
33
  "postcss": "^8.5.6",
59
- "prettier": "^3.4.2",
60
- "qs-esm": "7.0.2",
61
34
  "react": "19.1.0",
62
35
  "react-dom": "19.1.0",
63
36
  "rimraf": "3.0.2",
64
37
  "semantic-release": "^22.0.12",
65
- "sharp": "0.34.2",
66
- "sort-package-json": "^2.10.0",
67
- "tailwindcss": "^3.4.17",
38
+ "tsdown": "^0.16.5",
68
39
  "typescript": "5.7.3",
69
- "vite-tsconfig-paths": "^5.1.4",
70
40
  "vitepress": "^1.6.4",
71
41
  "vitest": "^3.1.2"
72
42
  },
73
43
  "peerDependencies": {
44
+ "@payloadcms/richtext-lexical": "^3.69.0",
74
45
  "next": "15.4.8",
75
- "payload": "^3.61.0",
46
+ "payload": "^3.69.0",
76
47
  "react": "^19",
77
- "react-dom": "^19",
78
- "@payloadcms/richtext-lexical": "^3.61.0"
48
+ "react-dom": "^19"
79
49
  },
80
50
  "peerDependenciesMeta": {
81
51
  "next": {
@@ -117,10 +87,10 @@
117
87
  },
118
88
  "dependencies": {
119
89
  "@google/generative-ai": "^0.24.1",
120
- "@langchain/textsplitters": "^1.0.0",
121
- "openai": "^4.68.0",
90
+ "openai": "^4.104.0",
122
91
  "typesense": "^2.1.0",
123
- "zod": "^4.1.11"
92
+ "zod": "^4.1.11",
93
+ "@nexo-labs/payload-indexer": "0.0.1"
124
94
  },
125
95
  "scripts": {
126
96
  "build": "pnpm copyfiles && tsdown",