@rubixstudios/payload-typesense 1.2.1 → 1.2.2
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/LICENSE +1 -1
- package/package.json +6 -6
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2024 Front Tribe <https://fronttribe.com>
|
|
4
|
-
Copyright (c) 2025 Rubix Studios Pty. Ltd. <https://rubixstudios.com.au>
|
|
4
|
+
Copyright (c) 2025-2026 Rubix Studios Pty. Ltd. <https://rubixstudios.com.au>
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rubixstudios/payload-typesense",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
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)",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"@semantic-release/changelog": "^6.0.3",
|
|
63
63
|
"@semantic-release/git": "^10.0.1",
|
|
64
64
|
"@swc/cli": "^0.7.9",
|
|
65
|
-
"@swc/core": "^1.15.
|
|
65
|
+
"@swc/core": "^1.15.8",
|
|
66
66
|
"@types/react": "19.2.7",
|
|
67
|
-
"eslint": "^9.39.
|
|
68
|
-
"payload": "^3.
|
|
67
|
+
"eslint": "^9.39.2",
|
|
68
|
+
"payload": "^3.69.0",
|
|
69
69
|
"prettier": "^3.7.4",
|
|
70
70
|
"rimraf": "^6.1.2",
|
|
71
71
|
"semantic-release": "^25.0.2",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
95
|
"typesense": "^2.1.0",
|
|
96
|
-
"zod": "^4.
|
|
96
|
+
"zod": "^4.3.5"
|
|
97
97
|
},
|
|
98
|
-
"packageManager": "pnpm@10.
|
|
98
|
+
"packageManager": "pnpm@10.27.0"
|
|
99
99
|
}
|