@daimo/pay 0.3.16 → 0.3.17

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/build/index.es.js CHANGED
@@ -845,7 +845,7 @@ function detectPlatform(ua) {
845
845
 
846
846
  // TODO: re-enable for dev only in rollup.
847
847
  // TODO: env var in build
848
- const apiUrl = "http://localhost:4000";
848
+ const apiUrl = "https://pay-api.daimo.xyz";
849
849
  const trpc = createTRPCClient({
850
850
  links: [
851
851
  httpBatchLink({
@@ -2363,7 +2363,7 @@ const ResetContainer = styled(motion.div) `
2363
2363
  `;
2364
2364
 
2365
2365
  var name = "@daimo/pay";
2366
- var version = "0.3.16";
2366
+ var version = "0.3.17";
2367
2367
  var author = "Daimo";
2368
2368
  var homepage = "https://pay.daimo.com";
2369
2369
  var license = "BSD-2-Clause license";
@@ -1,2 +1,2 @@
1
- export declare const apiUrl = "http://localhost:4000";
1
+ export declare const apiUrl = "https://pay-api.daimo.xyz";
2
2
  export declare const trpc: any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@daimo/pay",
3
3
  "private": false,
4
- "version": "0.3.16",
4
+ "version": "0.3.17",
5
5
  "author": "Daimo",
6
6
  "homepage": "https://pay.daimo.com",
7
7
  "license": "BSD-2-Clause license",