@t2000/cli 10.17.0 → 10.17.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.
- package/dist/{chunk-BK4CVWKU.js → chunk-F2KFMF7W.js} +3 -3
- package/dist/{chunk-BK4CVWKU.js.map → chunk-F2KFMF7W.js.map} +1 -1
- package/dist/{dist-RKHQD7AR.js → dist-7RYTY436.js} +2 -2
- package/dist/{dist-4S5J2AW4.js → dist-JXBUUJI2.js} +6 -23
- package/dist/{dist-4S5J2AW4.js.map → dist-JXBUUJI2.js.map} +1 -1
- package/dist/index.js +40 -120
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- /package/dist/{dist-RKHQD7AR.js.map → dist-7RYTY436.js.map} +0 -0
|
@@ -10898,7 +10898,7 @@ async function normalizeAddressInput(value, ctx = {}) {
|
|
|
10898
10898
|
}
|
|
10899
10899
|
init_errors();
|
|
10900
10900
|
init_errors();
|
|
10901
|
-
var DEFAULT_API_BASE = "https://api.
|
|
10901
|
+
var DEFAULT_API_BASE = "https://api.audric.ai/v1";
|
|
10902
10902
|
function envApiKey() {
|
|
10903
10903
|
return typeof process !== "undefined" ? process.env?.T2000_API_KEY : void 0;
|
|
10904
10904
|
}
|
|
@@ -10907,7 +10907,7 @@ function resolveApiKey(apiKey) {
|
|
|
10907
10907
|
if (!key) {
|
|
10908
10908
|
throw new T2000Error(
|
|
10909
10909
|
"INVALID_KEY",
|
|
10910
|
-
"No Private Inference key. Pass `apiKey` or set T2000_API_KEY. Generate one at
|
|
10910
|
+
"No Private Inference key. Pass `apiKey` or set T2000_API_KEY. Generate one at audric.ai (minting requires $5 of credit)."
|
|
10911
10911
|
);
|
|
10912
10912
|
}
|
|
10913
10913
|
return key;
|
|
@@ -13562,4 +13562,4 @@ export {
|
|
|
13562
13562
|
@scure/bip39/index.js:
|
|
13563
13563
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
13564
13564
|
*/
|
|
13565
|
-
//# sourceMappingURL=chunk-
|
|
13565
|
+
//# sourceMappingURL=chunk-F2KFMF7W.js.map
|