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.
- package/dist/cjs/react/core/social/useSocialProfiles.js +1 -1
- package/dist/cjs/react/core/social/useSocialProfiles.js.map +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/react/core/social/useSocialProfiles.js +1 -1
- package/dist/esm/react/core/social/useSocialProfiles.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/scripts/bridge-widget.js +3 -3
- package/dist/types/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/react/core/social/useSocialProfiles.ts +1 -1
- package/src/version.ts +1 -1
package/dist/types/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "5.109.1-nightly-
|
|
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-
|
|
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",
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = "5.109.1-nightly-
|
|
1
|
+
export const version = "5.109.1-nightly-1e7df5ad3ddd6b95c756654601f0e8881693b2e7-20251020000353";
|