@carddb/client 0.3.0 → 0.3.15
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -6,7 +6,7 @@ export * from '@carddb/core';
|
|
|
6
6
|
* Configuration management for CardDB client
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
declare const DEFAULT_ENDPOINT = "https://carddb.
|
|
9
|
+
declare const DEFAULT_ENDPOINT = "https://carddb.dev/query";
|
|
10
10
|
declare const DEFAULT_TIMEOUT = 30000;
|
|
11
11
|
declare const DEFAULT_OPEN_TIMEOUT = 10000;
|
|
12
12
|
declare const DEFAULT_CACHE_TTL = 300;
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export * from '@carddb/core';
|
|
|
6
6
|
* Configuration management for CardDB client
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
declare const DEFAULT_ENDPOINT = "https://carddb.
|
|
9
|
+
declare const DEFAULT_ENDPOINT = "https://carddb.dev/query";
|
|
10
10
|
declare const DEFAULT_TIMEOUT = 30000;
|
|
11
11
|
declare const DEFAULT_OPEN_TIMEOUT = 10000;
|
|
12
12
|
declare const DEFAULT_CACHE_TTL = 300;
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { RestrictedError, RateLimitError, ServerError, ConnectionError, TimeoutE
|
|
|
2
2
|
export * from '@carddb/core';
|
|
3
3
|
|
|
4
4
|
// src/client.ts
|
|
5
|
-
var DEFAULT_ENDPOINT = "https://carddb.
|
|
5
|
+
var DEFAULT_ENDPOINT = "https://carddb.dev/query";
|
|
6
6
|
var DEFAULT_TIMEOUT = 3e4;
|
|
7
7
|
var DEFAULT_OPEN_TIMEOUT = 1e4;
|
|
8
8
|
var DEFAULT_CACHE_TTL = 300;
|