@orama/plugin-secure-proxy 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Orama Secure Proxy Plugin
2
2
 
3
- [![Tests](https://github.com/askorama/orama/actions/workflows/turbo.yml/badge.svg)](https://github.com/askorama/orama/actions/workflows/turbo.yml)
3
+ [![Tests](https://github.com/oramasearch/orama/actions/workflows/turbo.yml/badge.svg)](https://github.com/oramasearch/orama/actions/workflows/turbo.yml)
4
4
 
5
5
  Orama plugin for generating embeddings and performing vector/hybrid search securely on the front-end.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orama/plugin-secure-proxy",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Orama plugin for generating embeddings securely on the front-end",
5
5
  "keywords": [
6
6
  "orama",
@@ -20,12 +20,12 @@
20
20
  }
21
21
  },
22
22
  "bugs": {
23
- "url": "https://github.com/askorama/orama/issues"
23
+ "url": "https://github.com/oramasearch/orama/issues"
24
24
  },
25
- "homepage": "https://github.com/askorama/orama#readme",
25
+ "homepage": "https://github.com/oramasearch/orama#readme",
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "git+https://github.com/askorama/orama.git"
28
+ "url": "git+https://github.com/oramasearch/orama.git"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "types": "./dist/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  "ts-standard": "^12.0.2",
46
46
  "tsup": "^7.2.0",
47
47
  "typescript": "^5.0.0",
48
- "@orama/orama": "3.0.1"
48
+ "@orama/orama": "3.0.2"
49
49
  },
50
50
  "tap": {
51
51
  "extends": "src/tests/config/tap.yml"