Skip to content

Commit 859cc00

Browse files
committed
chore: updates version for release
1 parent 7740754 commit 859cc00

File tree

21 files changed

+65
-151
lines changed

21 files changed

+65
-151
lines changed

benchmarks/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "orama-monorepo",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
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.",
5-
"workspaces": [
6-
"packages/*",
7-
"sandboxes/*"
8-
],
5+
"workspaces": ["packages/*", "sandboxes/*"],
96
"scripts": {
107
"build": "turbo build",
118
"format": "biome format --write ./packages",
@@ -58,9 +55,7 @@
5855
],
5956
"license": "Apache-2.0",
6057
"lint-staged": {
61-
"*": [
62-
"pnpm format:hook"
63-
]
58+
"*": ["pnpm format:hook"]
6459
},
6560
"config": {
6661
"commitizen": {
@@ -83,4 +78,4 @@
8378
"node": ">= 16.0.0"
8479
},
8580
"packageManager": "[email protected]+sha512.0bd3a9be9eb0e9a692676deec00a303ba218ba279d99241475616b398dbaeedd11146f92c2843458f557b1d127e09d4c171e105bdcd6b61002b39685a8016b9e"
86-
}
81+
}

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.5",
3+
"version": "3.1.6",
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.5",
3+
"version": "3.1.6",
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: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"name": "@orama/plugin-analytics",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Orama plugin for providing analytics data on your searches",
5-
"keywords": [
6-
"orama",
7-
"analytics",
8-
"telemetry"
9-
],
5+
"keywords": ["orama", "analytics", "telemetry"],
106
"license": "Apache-2.0",
117
"main": "./dist/index.js",
128
"type": "module",
@@ -28,9 +24,7 @@
2824
},
2925
"sideEffects": false,
3026
"types": "./dist/index.d.ts",
31-
"files": [
32-
"dist"
33-
],
27+
"files": ["dist"],
3428
"scripts": {
3529
"build": "tsup --config tsup.lib.js",
3630
"lint": "eslint src --ext .js,.ts,.tsx,.cts",
@@ -57,4 +51,4 @@
5751
"tap": {
5852
"extends": "src/tests/config/tap.yml"
5953
}
60-
}
54+
}

packages/plugin-astro/package.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"name": "@orama/plugin-astro",
33
"description": "An Astro integration for Orama",
4-
"version": "3.1.5",
5-
"keywords": [
6-
"astro",
7-
"astro-component",
8-
"cms",
9-
"orama",
10-
"search"
11-
],
4+
"version": "3.1.6",
5+
"keywords": ["astro", "astro-component", "cms", "orama", "search"],
126
"repository": "https://github.com/oramasearch/orama",
137
"author": {
148
"name": "Andres Correa Casablanca",
@@ -29,9 +23,7 @@
2923
}
3024
},
3125
"types": "./dist/index.d.ts",
32-
"files": [
33-
"dist"
34-
],
26+
"files": ["dist"],
3527
"scripts": {
3628
"dev": "swc --delete-dir-on-start -s -w --extensions .ts -d dist src",
3729
"build": "swc --delete-dir-on-start --extensions .ts -d dist src",
@@ -60,4 +52,4 @@
6052
"peerDependencies": {
6153
"astro": "^2.0.4"
6254
}
63-
}
55+
}

packages/plugin-data-persistence/package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/plugin-data-persistence",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Data persistence plugin for Orama",
55
"type": "module",
66
"sideEffects": false,
@@ -20,20 +20,14 @@
2020
}
2121
},
2222
"types": "./dist/index.d.ts",
23-
"files": [
24-
"dist"
25-
],
23+
"files": ["dist"],
2624
"scripts": {
2725
"dev": "swc --delete-dir-on-start -s -w --extensions .ts,.cts -d dist src",
2826
"build": "swc --delete-dir-on-start --extensions .ts,.cts -d dist src",
2927
"postbuild": "sh scripts/postbuild.sh",
3028
"test": "c8 -c test/config/c8.json tap test/*.test.ts"
3129
},
32-
"keywords": [
33-
"orama",
34-
"disk persistence",
35-
"full-text search"
36-
],
30+
"keywords": ["orama", "disk persistence", "full-text search"],
3731
"author": {
3832
"email": "[email protected]",
3933
"name": "Michele Riva",
@@ -66,4 +60,4 @@
6660
"tap": {
6761
"extends": "test/config/tap.yml"
6862
}
69-
}
63+
}

packages/plugin-docusaurus-v3/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "@orama/plugin-docusaurus-v3",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Docusaurus plugin for local search powered by Orama",
5-
"keywords": [
6-
"orama",
7-
"docusaurus"
8-
],
5+
"keywords": ["orama", "docusaurus"],
96
"license": "Apache-2.0",
107
"bugs": {
118
"url": "https://github.com/oramasearch/orama/issues"

packages/plugin-docusaurus/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "@orama/plugin-docusaurus",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Docusaurus plugin for local search powered by Orama",
5-
"keywords": [
6-
"orama",
7-
"docusaurus"
8-
],
5+
"keywords": ["orama", "docusaurus"],
96
"license": "Apache-2.0",
107
"bugs": {
118
"url": "https://github.com/oramasearch/orama/issues"
@@ -61,4 +58,4 @@
6158
"publishConfig": {
6259
"access": "public"
6360
}
64-
}
61+
}

packages/plugin-embeddings/package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
22
"name": "@orama/plugin-embeddings",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Orama plugin for generating embeddings locally",
5-
"keywords": [
6-
"orama",
7-
"embeddings",
8-
"secure proxy",
9-
"vector search"
10-
],
5+
"keywords": ["orama", "embeddings", "secure proxy", "vector search"],
116
"license": "Apache-2.0",
127
"main": "./dist/index.js",
138
"type": "module",
@@ -29,9 +24,7 @@
2924
},
3025
"sideEffects": false,
3126
"types": "./dist/index.d.ts",
32-
"files": [
33-
"dist"
34-
],
27+
"files": ["dist"],
3528
"scripts": {
3629
"build": "tsup --config tsup.lib.js",
3730
"lint": "exit 0",
@@ -49,4 +42,4 @@
4942
"@orama/orama": "workspace:*",
5043
"@tensorflow-models/universal-sentence-encoder": "^1.3.3"
5144
}
52-
}
45+
}

0 commit comments

Comments
 (0)