@atbash/sdk 0.3.8 → 0.3.9-dev.1

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/dist/index.cjs CHANGED
@@ -98,7 +98,7 @@ function verifyJudgeResponseSignature(bodyBytes, signatureHex, pubKeyHex) {
98
98
 
99
99
  // src/client.ts
100
100
  var { createClient, encryption: encryption2, newSignatureProvider } = import_postchain_client2.default;
101
- var DEFAULT_ENDPOINT = "https://atbash.ai";
101
+ var DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
102
102
  var DEFAULT_CHROMIA_NODE_URLS = [
103
103
  "https://node6.testnet.chromia.com:7740",
104
104
  "https://node7.testnet.chromia.com:7740",
package/dist/index.d.cts CHANGED
@@ -148,7 +148,7 @@ interface AtbashClientConfig {
148
148
  };
149
149
  }
150
150
 
151
- declare const DEFAULT_ENDPOINT = "https://atbash.ai";
151
+ declare const DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
152
152
  declare const DEFAULT_CHROMIA_NODE_URLS: string[];
153
153
  declare const DEFAULT_BLOCKCHAIN_RID = "25B41DF620C489349C54944496FF5C6E58CFCEFED0C51658780B67299D40E8ED";
154
154
  declare function isValidPrivateKey(hex: string): boolean;
package/dist/index.d.ts CHANGED
@@ -148,7 +148,7 @@ interface AtbashClientConfig {
148
148
  };
149
149
  }
150
150
 
151
- declare const DEFAULT_ENDPOINT = "https://atbash.ai";
151
+ declare const DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
152
152
  declare const DEFAULT_CHROMIA_NODE_URLS: string[];
153
153
  declare const DEFAULT_BLOCKCHAIN_RID = "25B41DF620C489349C54944496FF5C6E58CFCEFED0C51658780B67299D40E8ED";
154
154
  declare function isValidPrivateKey(hex: string): boolean;
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ function verifyJudgeResponseSignature(bodyBytes, signatureHex, pubKeyHex) {
30
30
 
31
31
  // src/client.ts
32
32
  var { createClient, encryption: encryption2, newSignatureProvider } = postchain2;
33
- var DEFAULT_ENDPOINT = "https://atbash.ai";
33
+ var DEFAULT_ENDPOINT = "https://chromia-verified-ai-dev-two.vercel.app";
34
34
  var DEFAULT_CHROMIA_NODE_URLS = [
35
35
  "https://node6.testnet.chromia.com:7740",
36
36
  "https://node7.testnet.chromia.com:7740",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atbash/sdk",
3
- "version": "0.3.8",
3
+ "version": "0.3.9-dev.1",
4
4
  "description": "Atbash SDK — control boundary before the last irreversible step in an agent workflow",
5
5
  "homepage": "https://atbash.ai",
6
6
  "author": "Atbash",