@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 CHANGED
@@ -3,7 +3,7 @@
3
3
  var core = require('@carddb/core');
4
4
 
5
5
  // src/client.ts
6
- var DEFAULT_ENDPOINT = "https://carddb.xtda.org/query";
6
+ var DEFAULT_ENDPOINT = "https://carddb.dev/query";
7
7
  var DEFAULT_TIMEOUT = 3e4;
8
8
  var DEFAULT_OPEN_TIMEOUT = 1e4;
9
9
  var DEFAULT_CACHE_TTL = 300;