@orama/plugin-secure-proxy 2.0.20 → 2.0.22

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 +2 -2
  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/oramasearch/orama/actions/workflows/turbo.yml/badge.svg)](https://github.com/oramasearch/orama/actions/workflows/turbo.yml)
3
+ [![Tests](https://github.com/askorama/orama/actions/workflows/turbo.yml/badge.svg)](https://github.com/askorama/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
 
@@ -8,7 +8,7 @@ Orama plugin for generating embeddings and performing vector/hybrid search secur
8
8
 
9
9
  For the complete usage guide, please refer to the [official plugin documentation](https://docs.oramasearch.com/open-source/plugins/plugin-secure-proxy).
10
10
 
11
- To use the Orama Secure Proxy Plugin, you will need to sign up for a free account at [https://cloud.oramasearch.com](https://cloud.oramasearch.com)
11
+ To use the Orama Secure Proxy Plugin, you will need to sign up for a free account at [https://cloud.orama.com](https://cloud.orama.com)
12
12
 
13
13
  ```js
14
14
  import { create, insert, search } from '@orama/orama'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orama/plugin-secure-proxy",
3
- "version": "2.0.20",
3
+ "version": "2.0.22",
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/oramasearch/orama/issues"
23
+ "url": "https://github.com/askorama/orama/issues"
24
24
  },
25
- "homepage": "https://github.com/oramasearch/orama#readme",
25
+ "homepage": "https://github.com/askorama/orama#readme",
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "git+https://github.com/oramasearch/orama.git"
28
+ "url": "git+https://github.com/askorama/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": "2.0.20"
48
+ "@orama/orama": "2.0.22"
49
49
  },
50
50
  "tap": {
51
51
  "extends": "src/tests/config/tap.yml"