thirdweb 5.109.1-nightly-ca16ec783bc63dae9ac0466a2de9641878433adf-20251019000403 → 5.109.1-nightly-1e7df5ad3ddd6b95c756654601f0e8881693b2e7-20251020000353

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.
@@ -1,2 +1,2 @@
1
- export declare const version = "5.109.1-nightly-ca16ec783bc63dae9ac0466a2de9641878433adf-20251019000403";
1
+ export declare const version = "5.109.1-nightly-1e7df5ad3ddd6b95c756654601f0e8881693b2e7-20251020000353";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -399,7 +399,7 @@
399
399
  }
400
400
  },
401
401
  "typings": "./dist/types/exports/thirdweb.d.ts",
402
- "version": "5.109.1-nightly-ca16ec783bc63dae9ac0466a2de9641878433adf-20251019000403",
402
+ "version": "5.109.1-nightly-1e7df5ad3ddd6b95c756654601f0e8881693b2e7-20251020000353",
403
403
  "scripts": {
404
404
  "bench": "vitest -c ./test/vitest.config.ts bench",
405
405
  "bench:compare": "bun run ./benchmarks/run.ts",
@@ -37,6 +37,6 @@ export function useSocialProfiles(options: {
37
37
  return await getSocialProfiles({ address, client });
38
38
  },
39
39
  queryKey: ["social-profiles", address],
40
- retry: 3,
40
+ retry: false,
41
41
  });
42
42
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = "5.109.1-nightly-ca16ec783bc63dae9ac0466a2de9641878433adf-20251019000403";
1
+ export const version = "5.109.1-nightly-1e7df5ad3ddd6b95c756654601f0e8881693b2e7-20251020000353";