@rubixstudios/payload-typesense 1.0.6 → 1.0.7

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 +8 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,6 +4,14 @@ This plugin is a fork of FrontTribe's Typesense Search Plugin for Payload CMS…
4
4
 
5
5
  A production-ready search plugin that integrates Typesense with Payload CMS, offering fast, typo-tolerant search with real-time synchronization. This fork by Rubix Studios reduces bloat and introduces targeted changes for improved performance, maintainability, and flexibility.
6
6
 
7
+ [![install size](https://packagephobia.com/badge?p=@rubixstudios/payload-typesense)](https://packagephobia.com/result?p=@rubixstudios/payload-typesense)
8
+ **PayloadCMS + Typesense Plugin**
9
+
10
+ [![install size](https://packagephobia.com/badge?p=typesense-search-plugin)](https://packagephobia.com/result?p=typesense-search-plugin)
11
+ **FrontTribe's Typesense Search Plugin**
12
+
13
+ This fork offers the same functionality as the original plugin but with fewer bugs, improved TypeScript type safety, no Vercel errors, additional usability features, and a smaller footprint.
14
+
7
15
  [![npm version](https://img.shields.io/npm/v/@rubixstudios/payload-typesense.svg)](https://www.npmjs.com/package/@rubixstudios/payload-typesense)
8
16
  ![Release](https://github.com/rubix-studios-pty-ltd/payload-typesense/actions/workflows/release.yml/badge.svg)
9
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubixstudios/payload-typesense",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A production-ready search plugin that integrates Typesense with Payload CMS, offering fast, typo-tolerant search with real-time synchronization. This fork by Rubix Studios reduces bloat and introduces targeted changes for improved performance, maintainability, and flexibility.",
5
5
  "license": "MIT",
6
6
  "author": "Rubix Studios <hello@rubixstudios.com.au> (https://rubixstudios.com.au)",
@@ -50,11 +50,11 @@
50
50
  "@payloadcms/eslint-config": "3.28.0",
51
51
  "@swc/cli": "^0.7.8",
52
52
  "@swc/core": "^1.13.5",
53
- "@types/react": "19.1.15",
53
+ "@types/react": "19.1.16",
54
54
  "eslint": "^9.36.0",
55
- "payload": "3.57.0",
55
+ "payload": "3.58.0",
56
56
  "rimraf": "6.0.1",
57
- "typescript": "5.9.2"
57
+ "typescript": "5.9.3"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "payload": "^3.57.0"