Skip to content

Commit 4a3d7c1

Browse files
author
Michele Riva
committed
chore: updates version for release
1 parent b7868b5 commit 4a3d7c1

File tree

23 files changed

+1410
-630
lines changed

23 files changed

+1410
-630
lines changed

.eslintignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

.eslintrc.cjs

Lines changed: 0 additions & 22 deletions
This file was deleted.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24.5

package.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orama-monorepo",
3-
"version": "3.1.16",
3+
"version": "3.1.17",
44
"description": "A complete search engine and RAG pipeline in your browser, server, or edge network with support for full-text, vector, and hybrid search in less than 2kb.",
55
"workspaces": [
66
"packages/*",
@@ -17,28 +17,22 @@
1717
"publish-packages": "node scripts/release.mjs"
1818
},
1919
"devDependencies": {
20-
"@biomejs/biome": "1.9.4",
21-
"@swc/cli": "^0.1.59",
20+
"@biomejs/biome": "2.2.5",
21+
"@swc/cli": "^0.7.8",
2222
"@swc/core": "^1.3.27",
23-
"@types/node": "^20.9.0",
23+
"@types/node": "^24.7.0",
2424
"@types/tap": "^15.0.7",
25-
"@typescript-eslint/eslint-plugin": "^6.4.1",
26-
"@typescript-eslint/parser": "^6.4.1",
2725
"c8": "^7.12.0",
2826
"commitizen": "^4.2.6",
29-
"eslint": "^8.48.0",
30-
"eslint-plugin-import": "^2.28.1",
31-
"eslint-plugin-n": "^16.0.2",
32-
"eslint-plugin-promise": "^6.1.1",
3327
"husky": "^8.0.2",
34-
"lint-staged": "^13.1.0",
28+
"lint-staged": "^16.2.4",
3529
"semver": "^7.3.8",
3630
"simple-git": "^3.17.0",
3731
"tap": "^18.6.1",
3832
"tap-mocha-reporter": "^5.0.3",
3933
"tape": "^5.6.1",
40-
"tcompare": "^6.0.0",
41-
"tsx": "^3.12.1",
34+
"tcompare": "^9.0.1",
35+
"tsx": "^4.20.6",
4236
"turbo": "^2.1.3",
4337
"typescript": "^5.0.0"
4438
},

packages/orama/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/orama",
3-
"version": "3.1.16",
3+
"version": "3.1.17",
44
"type": "module",
55
"description": "A complete search engine and RAG pipeline in your browser, server, or edge network with support for full-text, vector, and hybrid search in less than 2kb.",
66
"sideEffects": false,

packages/plugin-analytics/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "@orama/plugin-analytics",
3-
"version": "3.1.16",
3+
"version": "3.1.17",
44
"description": "Orama plugin for providing analytics data on your searches",
5-
"keywords": ["orama", "analytics", "telemetry"],
5+
"keywords": [
6+
"orama",
7+
"analytics",
8+
"telemetry"
9+
],
610
"license": "Apache-2.0",
711
"main": "./dist/index.js",
812
"type": "module",
@@ -24,7 +28,9 @@
2428
},
2529
"sideEffects": false,
2630
"types": "./dist/index.d.ts",
27-
"files": ["dist"],
31+
"files": [
32+
"dist"
33+
],
2834
"scripts": {
2935
"build": "tsup --config tsup.lib.js",
3036
"lint": "eslint src --ext .js,.ts,.tsx,.cts",
@@ -51,4 +57,4 @@
5157
"tap": {
5258
"extends": "src/tests/config/tap.yml"
5359
}
54-
}
60+
}

packages/plugin-astro/package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"name": "@orama/plugin-astro",
33
"description": "An Astro integration for Orama",
4-
"version": "3.1.16",
5-
"keywords": ["astro", "astro-component", "cms", "orama", "search"],
4+
"version": "3.1.17",
5+
"keywords": [
6+
"astro",
7+
"astro-component",
8+
"cms",
9+
"orama",
10+
"search"
11+
],
612
"repository": "https://github.com/oramasearch/orama",
713
"author": {
814
"name": "Andres Correa Casablanca",
@@ -23,7 +29,9 @@
2329
}
2430
},
2531
"types": "./dist/index.d.ts",
26-
"files": ["dist"],
32+
"files": [
33+
"dist"
34+
],
2735
"scripts": {
2836
"dev": "swc --delete-dir-on-start -s -w --extensions .ts -d dist src",
2937
"build": "swc --delete-dir-on-start --extensions .ts -d dist src",
@@ -52,4 +60,4 @@
5260
"peerDependencies": {
5361
"astro": "^2.0.4"
5462
}
55-
}
63+
}

packages/plugin-data-persistence/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/plugin-data-persistence",
3-
"version": "3.1.16",
3+
"version": "3.1.17",
44
"description": "Data persistence plugin for Orama",
55
"type": "module",
66
"sideEffects": false,
@@ -20,15 +20,21 @@
2020
}
2121
},
2222
"types": "./dist/index.d.ts",
23-
"files": ["dist"],
23+
"files": [
24+
"dist"
25+
],
2426
"scripts": {
2527
"dev": "swc --delete-dir-on-start -s -w --extensions .ts,.cts -d dist src",
2628
"build": "swc --delete-dir-on-start --extensions .ts,.cts -d dist src",
2729
"postbuild": "sh scripts/postbuild.sh",
2830
"test": "c8 -c test/config/c8.json tap test/*.test.ts",
2931
"benchmark": "tsx benchmark/index.ts"
3032
},
31-
"keywords": ["orama", "disk persistence", "full-text search"],
33+
"keywords": [
34+
"orama",
35+
"disk persistence",
36+
"full-text search"
37+
],
3238
"author": {
3339
"email": "michele@orama.com",
3440
"name": "Michele Riva",
@@ -63,4 +69,4 @@
6369
"tap": {
6470
"extends": "test/config/tap.yml"
6571
}
66-
}
72+
}

packages/plugin-docusaurus-v3/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "@orama/plugin-docusaurus-v3",
3-
"version": "3.1.16",
3+
"version": "3.1.17",
44
"description": "Docusaurus plugin for local search powered by Orama",
55
"type": "module",
6-
"keywords": ["orama", "docusaurus"],
6+
"keywords": [
7+
"orama",
8+
"docusaurus"
9+
],
710
"license": "Apache-2.0",
811
"bugs": {
912
"url": "https://github.com/oramasearch/orama/issues"
@@ -51,4 +54,4 @@
5154
"@docusaurus/theme-common": "^3",
5255
"@docusaurus/utils": "^3"
5356
}
54-
}
57+
}

packages/plugin-docusaurus/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "@orama/plugin-docusaurus",
3-
"version": "3.1.16",
3+
"version": "3.1.17",
44
"description": "Docusaurus plugin for local search powered by Orama",
5-
"keywords": ["orama", "docusaurus"],
5+
"keywords": [
6+
"orama",
7+
"docusaurus"
8+
],
69
"license": "Apache-2.0",
710
"bugs": {
811
"url": "https://github.com/oramasearch/orama/issues"
@@ -58,4 +61,4 @@
5861
"publishConfig": {
5962
"access": "public"
6063
}
61-
}
64+
}

0 commit comments

Comments
 (0)