@zeke-02/tinfoil 0.0.7 → 0.0.9
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.
|
@@ -124,7 +124,6 @@ export class SecureClient {
|
|
|
124
124
|
}
|
|
125
125
|
catch (error) {
|
|
126
126
|
if (this.verificationDocument) {
|
|
127
|
-
console.log("secure-client error", error);
|
|
128
127
|
const errorMessage = error.message;
|
|
129
128
|
if (errorMessage.includes("HPKE public key mismatch")) {
|
|
130
129
|
this.verificationDocument.steps.verifyHPKEKey = {
|
package/dist/secure-client.js
CHANGED
|
@@ -127,7 +127,6 @@ class SecureClient {
|
|
|
127
127
|
}
|
|
128
128
|
catch (error) {
|
|
129
129
|
if (this.verificationDocument) {
|
|
130
|
-
console.log("secure-client error", error);
|
|
131
130
|
const errorMessage = error.message;
|
|
132
131
|
if (errorMessage.includes("HPKE public key mismatch")) {
|
|
133
132
|
this.verificationDocument.steps.verifyHPKEKey = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeke-02/tinfoil",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "Tinfoil secure OpenAI client wrapper for Tauri v2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.mjs",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@ai-sdk/openai-compatible": "^1.0.10",
|
|
88
88
|
"@tauri-apps/plugin-http": "^2.5.2",
|
|
89
|
-
"@zeke-02/ehbp": "^0.0.
|
|
89
|
+
"@zeke-02/ehbp": "^0.0.4",
|
|
90
90
|
"ai": "^5.0.19",
|
|
91
91
|
"dotenv": "^17.2.1",
|
|
92
92
|
"openai": "^5.13.1",
|
|
@@ -100,4 +100,4 @@
|
|
|
100
100
|
"jsdom": "^25.0.0",
|
|
101
101
|
"typescript": "^5.9.2"
|
|
102
102
|
}
|
|
103
|
-
}
|
|
103
|
+
}
|