@wcs-colab/plugin-fuzzy-phrase 3.1.16-custom.9 → 3.1.16-custom.newbase.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,54 +1,62 @@
1
- {
2
- "name": "@wcs-colab/plugin-fuzzy-phrase",
3
- "version": "3.1.16-custom.9",
4
- "description": "Advanced fuzzy phrase matching plugin for Orama with semantic weighting and synonym expansion",
5
- "keywords": ["orama", "fuzzy search", "phrase matching", "synonyms", "search"],
6
- "license": "Apache-2.0",
7
- "main": "./dist/index.js",
8
- "type": "module",
9
- "exports": {
10
- ".": {
11
- "require": "./dist/index.cjs",
12
- "import": "./dist/index.js",
13
- "types": "./dist/index.d.ts",
14
- "browser": "./dist/index.global.js"
15
- }
16
- },
17
- "bugs": {
18
- "url": "https://github.com/colabx69/orama-custom/issues"
19
- },
20
- "homepage": "https://github.com/colabx69/orama-custom#readme",
21
- "repository": {
22
- "type": "git",
23
- "url": "git+https://github.com/colabx69/orama-custom.git"
24
- },
25
- "sideEffects": false,
26
- "types": "./dist/index.d.ts",
27
- "files": ["dist"],
28
- "scripts": {
29
- "build": "tsup --config tsup.lib.js",
30
- "lint": "exit 0",
31
- "test": "node --test --import tsx test/*.test.ts"
32
- },
33
- "publishConfig": {
34
- "access": "public"
35
- },
36
- "devDependencies": {
37
- "@types/node": "^20.9.0",
38
- "tap": "^21.0.1",
39
- "tsup": "^7.2.0",
40
- "tsx": "^4.19.1",
41
- "typescript": "^5.0.0"
42
- },
43
- "dependencies": {
44
- "@wcs-colab/orama": "3.1.16-custom.9"
45
- },
46
- "peerDependencies": {
47
- "@supabase/supabase-js": "^2.39.0"
48
- },
49
- "peerDependenciesMeta": {
50
- "@supabase/supabase-js": {
51
- "optional": true
52
- }
53
- }
54
- }
1
+ {
2
+ "name": "@wcs-colab/plugin-fuzzy-phrase",
3
+ "version": "3.1.16-custom.newbase.1",
4
+ "description": "Advanced fuzzy phrase matching plugin for Orama with semantic weighting and synonym expansion",
5
+ "keywords": [
6
+ "orama",
7
+ "fuzzy search",
8
+ "phrase matching",
9
+ "synonyms",
10
+ "search"
11
+ ],
12
+ "license": "Apache-2.0",
13
+ "main": "./dist/index.js",
14
+ "type": "module",
15
+ "exports": {
16
+ ".": {
17
+ "require": "./dist/index.cjs",
18
+ "import": "./dist/index.js",
19
+ "types": "./dist/index.d.ts",
20
+ "browser": "./dist/index.global.js"
21
+ }
22
+ },
23
+ "bugs": {
24
+ "url": "https://github.com/colabx69/orama-custom/issues"
25
+ },
26
+ "homepage": "https://github.com/colabx69/orama-custom#readme",
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/colabx69/orama-custom.git"
30
+ },
31
+ "sideEffects": false,
32
+ "types": "./dist/index.d.ts",
33
+ "files": [
34
+ "dist"
35
+ ],
36
+ "publishConfig": {
37
+ "access": "public"
38
+ },
39
+ "devDependencies": {
40
+ "@types/node": "^20.9.0",
41
+ "tap": "^21.0.1",
42
+ "tsup": "^7.2.0",
43
+ "tsx": "^4.19.1",
44
+ "typescript": "^5.0.0"
45
+ },
46
+ "dependencies": {
47
+ "@wcs-colab/orama": "3.1.16-custom.base.1"
48
+ },
49
+ "peerDependencies": {
50
+ "@supabase/supabase-js": "^2.39.0"
51
+ },
52
+ "peerDependenciesMeta": {
53
+ "@supabase/supabase-js": {
54
+ "optional": true
55
+ }
56
+ },
57
+ "scripts": {
58
+ "build": "tsup --config tsup.lib.js",
59
+ "lint": "exit 0",
60
+ "test": "node --test --import tsx test/*.test.ts"
61
+ }
62
+ }