@orama/plugin-secure-proxy 3.0.5 → 3.0.6
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -63,7 +63,7 @@ Available **chat** models:
|
|
63
63
|
|
64
64
|
Mode models coming soon!
|
65
65
|
|
66
|
-
For the full configuration guide of this plugin, please follow the [official plugin documentation](https://docs.
|
66
|
+
For the full configuration guide of this plugin, please follow the [official plugin documentation](https://docs.orama.com/open-source/plugins/plugin-secure-proxy).
|
67
67
|
|
68
68
|
# License
|
69
69
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@orama/plugin-secure-proxy",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.6",
|
4
4
|
"description": "Orama plugin for generating embeddings securely on the front-end",
|
5
5
|
"keywords": [
|
6
6
|
"orama",
|
@@ -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.
|
48
|
+
"@orama/orama": "3.0.6"
|
49
49
|
},
|
50
50
|
"tap": {
|
51
51
|
"extends": "src/tests/config/tap.yml"
|