Merge pull request #1761 from 0xi4o/main

FIX: ES module import issue in Qdrant package
This commit is contained in:
Ilango
2024-02-20 11:45:11 +05:30
committed by GitHub
+3
View File
@@ -53,5 +53,8 @@
}, },
"engines": { "engines": {
"node": ">=18.15.0" "node": ">=18.15.0"
},
"resolutions": {
"@qdrant/openapi-typescript-fetch": "1.2.1"
} }
} }