fix flexsearch patch
This commit is contained in:
parent
033dee46c2
commit
6416372e2d
|
|
@ -1,34 +1,13 @@
|
||||||
diff --git a/package.json b/package.json
|
diff --git a/package.json b/package.json
|
||||||
index 5f8239ff969323f40dfd1602d3ef48cb438fd723..8d8d3c988cd9554a3e5401b44b559484bb38c9b5 100644
|
index 5f8239f..fb17fff 100644
|
||||||
--- a/package.json
|
--- a/package.json
|
||||||
+++ b/package.json
|
+++ b/package.json
|
||||||
@@ -28,10 +28,8 @@
|
@@ -27,10 +27,8 @@
|
||||||
"email": "info@nextapps.de"
|
"email": "info@nextapps.de"
|
||||||
},
|
},
|
||||||
"main": "dist/flexsearch.bundle.min.js",
|
"main": "dist/flexsearch.bundle.min.js",
|
||||||
- "module": "dist/flexsearch.bundle.module.min.js",
|
- "module": "dist/flexsearch.bundle.module.min.js",
|
||||||
- "types": "./index.d.ts",
|
- "types": "./index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"import": "./dist/flexsearch.bundle.module.min.js",
|
|
||||||
"require": "./dist/flexsearch.bundle.min.js"
|
|
||||||
},
|
|
||||||
"./lang/*": {
|
|
||||||
"import": "./dist/module/lang/*.js",
|
|
||||||
"require": "./dist/lang/*.min.js"
|
|
||||||
},
|
|
||||||
"./db/*": {
|
|
||||||
"import": "./dist/module/db/*/index.js",
|
|
||||||
"require": "./dist/db/*/index.cjs"
|
|
||||||
},
|
|
||||||
"./debug": {
|
|
||||||
"import": "./dist/flexsearch.bundle.module.debug.js",
|
|
||||||
"require": "./dist/flexsearch.bundle.debug.js"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"browser": {
|
|
||||||
"flexsearch": "./dist/flexsearch.bundle.module.min.js",
|
|
||||||
"flexsearch/debug": "./dist/flexsearch.bundle.module.debug.js",
|
|
||||||
"dist/flexsearch.bundle.min.js": "./dist/flexsearch.bundle.min.js",
|
|
||||||
"dist/flexsearch.bundle.module.min.js": "./dist/flexsearch.bundle.module.min.js"
|
|
||||||
|
|
|
||||||
|
|
@ -10823,7 +10823,7 @@ snapshots:
|
||||||
|
|
||||||
flatted@3.3.1: {}
|
flatted@3.3.1: {}
|
||||||
|
|
||||||
flexsearch@0.8.205(patch_hash=e038b813d8bf1c71d07a35c866056edc10b68b513c474e8a3c0c5078ba0f7e9a): {}
|
flexsearch@0.8.205(patch_hash=6790fa13404fc20cbd14ebd2370684abaca8eae490bddc69d715cc27dea6a98a): {}
|
||||||
|
|
||||||
floating-vue@5.2.2(vue@3.5.16(typescript@5.8.3)):
|
floating-vue@5.2.2(vue@3.5.16(typescript@5.8.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue