File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,5 @@ On browsers:
2525## License
2626
2727[ AGPLv3] ( /LICENSE.md )
28+
29+ <img referrerpolicy =" no-referrer-when-downgrade " src =" https://static.scarf.sh/a.png?x-pxid=83013fff-5997-4abd-9a5c-8163b59fa6e2 " />
Original file line number Diff line number Diff line change 11{
22 "name" : " @orama/core" ,
3- "version" : " 1.2.14 " ,
3+ "version" : " 1.2.15 " ,
44 "exports" : " ./src/index.ts" ,
55 "nodeModulesDir" : " auto" ,
66 "tasks" : {
2323 ]
2424 },
2525 "lint" : {
26- "include" : [" src/" ],
26+ "include" : [
27+ " src/"
28+ ],
2729 "rules" : {
28- "exclude" : [" no-import-prefix" , " no-explicit-any" , " no-process-global" ]
30+ "exclude" : [
31+ " no-import-prefix" ,
32+ " no-explicit-any" ,
33+ " no-process-global"
34+ ]
2935 }
3036 }
3137}
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ await build({
3232 bugs : {
3333 url : 'https://github.com/oramasearch/oramacore/repo/issues' ,
3434 } ,
35+ devDependencies : {
36+ "@scarf/scarf" : "1.4.0"
37+ }
3538 } ,
3639 testPattern : '**/*.test.{ts,js}' ,
3740 rootTestDir : './tests' ,
You can’t perform that action at this time.
0 commit comments