Skip to content

Commit 2f2d271

Browse files
committed
chore: updates version for release
1 parent 125f484 commit 2f2d271

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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" />

deno.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -23,9 +23,15 @@
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
}

dnt.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)