Skip to content

Commit 6054e18

Browse files
author
Michele Riva
committed
chore: updates version for release
1 parent bf08af6 commit 6054e18

File tree

20 files changed

+140
-62
lines changed

20 files changed

+140
-62
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orama-monorepo",
3-
"version": "3.1.8",
3+
"version": "3.1.9",
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/*",
@@ -86,4 +86,4 @@
8686
"node": ">= 20.0.0"
8787
},
8888
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
89-
}
89+
}

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/docs",
3-
"version": "3.1.8",
3+
"version": "3.1.9",
44
"description": "Documentation for Orama",
55
"private": true,
66
"type": "module",
@@ -44,4 +44,4 @@
4444
"tailwindcss": "^3.4.4",
4545
"vanilla-cookieconsent": "^3.0.1"
4646
}
47-
}
47+
}

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.8",
3+
"version": "3.1.9",
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.8",
3+
"version": "3.1.9",
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.8",
5-
"keywords": ["astro", "astro-component", "cms", "orama", "search"],
4+
"version": "3.1.9",
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.8",
3+
"version": "3.1.9",
44
"description": "Data persistence plugin for Orama",
55
"type": "module",
66
"sideEffects": false,
@@ -20,14 +20,20 @@
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
},
30-
"keywords": ["orama", "disk persistence", "full-text search"],
32+
"keywords": [
33+
"orama",
34+
"disk persistence",
35+
"full-text search"
36+
],
3137
"author": {
3238
"email": "michele.riva@oramasearch.com",
3339
"name": "Michele Riva",
@@ -60,4 +66,4 @@
6066
"tap": {
6167
"extends": "test/config/tap.yml"
6268
}
63-
}
69+
}

packages/plugin-docusaurus-v3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/plugin-docusaurus-v3",
3-
"version": "3.1.8",
3+
"version": "3.1.9",
44
"description": "Docusaurus plugin for local search powered by Orama",
55
"type": "module",
66
"keywords": [
@@ -54,4 +54,4 @@
5454
"@docusaurus/theme-common": "^3",
5555
"@docusaurus/utils": "^3"
5656
}
57-
}
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.8",
3+
"version": "3.1.9",
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+
}

packages/plugin-embeddings/package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "@orama/plugin-embeddings",
3-
"version": "3.1.8",
3+
"version": "3.1.9",
44
"description": "Orama plugin for generating embeddings locally",
5-
"keywords": ["orama", "embeddings", "secure proxy", "vector search"],
5+
"keywords": [
6+
"orama",
7+
"embeddings",
8+
"secure proxy",
9+
"vector search"
10+
],
611
"license": "Apache-2.0",
712
"main": "./dist/index.js",
813
"type": "module",
@@ -24,7 +29,9 @@
2429
},
2530
"sideEffects": false,
2631
"types": "./dist/index.d.ts",
27-
"files": ["dist"],
32+
"files": [
33+
"dist"
34+
],
2835
"scripts": {
2936
"build": "tsup --config tsup.lib.js",
3037
"lint": "exit 0",
@@ -42,4 +49,4 @@
4249
"@orama/orama": "workspace:*",
4350
"@tensorflow-models/universal-sentence-encoder": "^1.3.3"
4451
}
45-
}
52+
}

packages/plugin-match-highlight/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-match-highlight",
3-
"version": "3.1.8",
3+
"version": "3.1.9",
44
"description": "Orama plugin for search match highlighting",
5-
"keywords": ["full-text search", "search", "fuzzy search", "typo-tolerant search", "full-text"],
5+
"keywords": [
6+
"full-text search",
7+
"search",
8+
"fuzzy search",
9+
"typo-tolerant search",
10+
"full-text"
11+
],
612
"license": "Apache-2.0",
713
"repository": {
814
"type": "git",
@@ -23,7 +29,9 @@
2329
}
2430
},
2531
"types": "./dist/index.d.ts",
26-
"files": ["dist"],
32+
"files": [
33+
"dist"
34+
],
2735
"scripts": {
2836
"build": "tsup --config tsup.lib.js",
2937
"lint": "exit 0",
@@ -50,4 +58,4 @@
5058
"tap": {
5159
"extends": "test/config/tap.yml"
5260
}
53-
}
61+
}

0 commit comments

Comments
 (0)