Skip to content

Commit

Permalink
chore: updates version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Jan 20, 2025
1 parent 5ff0133 commit d9d5346
Show file tree
Hide file tree
Showing 22 changed files with 16,107 additions and 12,838 deletions.
4 changes: 2 additions & 2 deletions benchmarks/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orama-monorepo",
"version": "3.0.4",
"version": "3.0.5",
"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.",
"workspaces": [
"packages/*",
Expand Down Expand Up @@ -83,4 +83,4 @@
"node": ">= 16.0.0"
},
"packageManager": "[email protected]+sha512.0bd3a9be9eb0e9a692676deec00a303ba218ba279d99241475616b398dbaeedd11146f92c2843458f557b1d127e09d4c171e105bdcd6b61002b39685a8016b9e"
}
}
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/docs",
"version": "3.0.4",
"version": "3.0.5",
"description": "Documentation for Orama",
"private": true,
"type": "module",
Expand Down Expand Up @@ -44,4 +44,4 @@
"tailwindcss": "^3.4.4",
"vanilla-cookieconsent": "^3.0.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/orama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/orama",
"version": "3.0.4",
"version": "3.0.5",
"type": "module",
"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.",
"sideEffects": false,
Expand Down
14 changes: 10 additions & 4 deletions packages/plugin-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@orama/plugin-analytics",
"version": "3.0.4",
"version": "3.0.5",
"description": "Orama plugin for providing analytics data on your searches",
"keywords": ["orama", "analytics", "telemetry"],
"keywords": [
"orama",
"analytics",
"telemetry"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"type": "module",
Expand All @@ -24,7 +28,9 @@
},
"sideEffects": false,
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup --config tsup.lib.js",
"lint": "eslint src --ext .js,.ts,.tsx,.cts",
Expand All @@ -51,4 +57,4 @@
"tap": {
"extends": "src/tests/config/tap.yml"
}
}
}
16 changes: 12 additions & 4 deletions packages/plugin-astro/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "@orama/plugin-astro",
"description": "An Astro integration for Orama",
"version": "3.0.4",
"keywords": ["astro", "astro-component", "cms", "orama", "search"],
"version": "3.0.5",
"keywords": [
"astro",
"astro-component",
"cms",
"orama",
"search"
],
"repository": "https://github.com/oramasearch/orama",
"author": {
"name": "Andres Correa Casablanca",
Expand All @@ -23,7 +29,9 @@
}
},
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "swc --delete-dir-on-start -s -w --extensions .ts -d dist src",
"build": "swc --delete-dir-on-start --extensions .ts -d dist src",
Expand Down Expand Up @@ -52,4 +60,4 @@
"peerDependencies": {
"astro": "^2.0.4"
}
}
}
14 changes: 10 additions & 4 deletions packages/plugin-data-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-data-persistence",
"version": "3.0.4",
"version": "3.0.5",
"description": "Data persistence plugin for Orama",
"type": "module",
"sideEffects": false,
Expand All @@ -20,14 +20,20 @@
}
},
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "swc --delete-dir-on-start -s -w --extensions .ts,.cts -d dist src",
"build": "swc --delete-dir-on-start --extensions .ts,.cts -d dist src",
"postbuild": "sh scripts/postbuild.sh",
"test": "c8 -c test/config/c8.json tap test/*.test.ts"
},
"keywords": ["orama", "disk persistence", "full-text search"],
"keywords": [
"orama",
"disk persistence",
"full-text search"
],
"author": {
"email": "[email protected]",
"name": "Michele Riva",
Expand Down Expand Up @@ -60,4 +66,4 @@
"tap": {
"extends": "test/config/tap.yml"
}
}
}
9 changes: 6 additions & 3 deletions packages/plugin-docusaurus-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@orama/plugin-docusaurus-v3",
"version": "3.0.4",
"version": "3.0.5",
"description": "Docusaurus plugin for local search powered by Orama",
"keywords": ["orama", "docusaurus"],
"keywords": [
"orama",
"docusaurus"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oramasearch/orama/issues"
Expand Down Expand Up @@ -53,4 +56,4 @@
"publishConfig": {
"access": "public"
}
}
}
9 changes: 6 additions & 3 deletions packages/plugin-docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@orama/plugin-docusaurus",
"version": "3.0.4",
"version": "3.0.5",
"description": "Docusaurus plugin for local search powered by Orama",
"keywords": ["orama", "docusaurus"],
"keywords": [
"orama",
"docusaurus"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oramasearch/orama/issues"
Expand Down Expand Up @@ -58,4 +61,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/plugin-embeddings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-embeddings",
"version": "3.0.4",
"version": "3.0.5",
"description": "Orama plugin for generating embeddings locally",
"keywords": [
"orama",
Expand Down Expand Up @@ -49,4 +49,4 @@
"@orama/orama": "workspace:*",
"@tensorflow-models/universal-sentence-encoder": "^1.3.3"
}
}
}
16 changes: 12 additions & 4 deletions packages/plugin-match-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "@orama/plugin-match-highlight",
"version": "3.0.4",
"version": "3.0.5",
"description": "Orama plugin for search match highlighting",
"keywords": ["full-text search", "search", "fuzzy search", "typo-tolerant search", "full-text"],
"keywords": [
"full-text search",
"search",
"fuzzy search",
"typo-tolerant search",
"full-text"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -22,7 +28,9 @@
}
},
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "swc --delete-dir-on-start -s -w --extensions .ts,.cts -d dist src",
"build": "swc --delete-dir-on-start --extensions .ts,.cts -d dist src",
Expand Down Expand Up @@ -50,4 +58,4 @@
"tap": {
"extends": "test/config/tap.yml"
}
}
}
13 changes: 9 additions & 4 deletions packages/plugin-nextra/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@orama/plugin-nextra",
"version": "3.0.4",
"version": "3.0.5",
"description": "Nextra plugin for local search powered by orama",
"keywords": ["orama", "nextra"],
"keywords": [
"orama",
"nextra"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"type": "module",
Expand All @@ -16,7 +19,9 @@
},
"sideEffects": false,
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "swc --delete-dir-on-start --extensions .ts,.tsx,.cts -d dist src",
"lint": "eslint src --ext .js,.ts,.cts"
Expand All @@ -40,4 +45,4 @@
"@swc/core": "^1.3.27",
"typescript": "^5.0.0"
}
}
}
8 changes: 5 additions & 3 deletions packages/plugin-parsedoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-parsedoc",
"version": "3.0.4",
"version": "3.0.5",
"description": "Orama plugin to populate an index with HTML/Markdown documents",
"keywords": [],
"author": "",
Expand All @@ -24,7 +24,9 @@
}
},
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "swc --delete-dir-on-start -s -w --extensions .ts,.cts -d dist src",
"build": "swc --delete-dir-on-start --extensions .ts,.cts -d dist src",
Expand Down Expand Up @@ -61,4 +63,4 @@
"tap": {
"extends": "test/config/tap.yml"
}
}
}
4 changes: 2 additions & 2 deletions packages/plugin-pt15/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-pt15",
"version": "3.0.4",
"version": "3.0.5",
"description": "Performant search algorithm optimized for descriptive texts",
"keywords": [
"orama",
Expand Down Expand Up @@ -50,4 +50,4 @@
"dependencies": {
"@orama/orama": "workspace:*"
}
}
}
4 changes: 2 additions & 2 deletions packages/plugin-qps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-qps",
"version": "3.0.4",
"version": "3.0.5",
"description": "Performant search algorithm optimized for descriptive texts",
"keywords": [
"orama",
Expand Down Expand Up @@ -50,4 +50,4 @@
"dependencies": {
"@orama/orama": "workspace:*"
}
}
}
15 changes: 11 additions & 4 deletions packages/plugin-secure-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@orama/plugin-secure-proxy",
"version": "3.0.4",
"version": "3.0.5",
"description": "Orama plugin for generating embeddings securely on the front-end",
"keywords": ["orama", "embeddings", "secure proxy", "vector search"],
"keywords": [
"orama",
"embeddings",
"secure proxy",
"vector search"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"type": "module",
Expand All @@ -24,7 +29,9 @@
},
"sideEffects": false,
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup --config tsup.lib.js",
"lint": "exit 0",
Expand All @@ -51,4 +58,4 @@
"dependencies": {
"@oramacloud/client": "^1.3.11"
}
}
}
Loading

0 comments on commit d9d5346

Please sign in to comment.