@solana/web3.js 1.94.0 → 1.95.0
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/lib/index.browser.cjs.js +1 -0
- package/lib/index.browser.cjs.js.map +1 -1
- package/lib/index.browser.esm.js +1 -0
- package/lib/index.browser.esm.js.map +1 -1
- package/lib/index.cjs.js +1 -0
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.esm.js +1 -0
- package/lib/index.esm.js.map +1 -1
- package/lib/index.iife.js +122 -149
- package/lib/index.iife.js.map +1 -1
- package/lib/index.iife.min.js +7 -7
- package/lib/index.iife.min.js.map +1 -1
- package/lib/index.native.js +1 -0
- package/lib/index.native.js.map +1 -1
- package/package.json +3 -3
- package/src/validator-info.ts +3 -0
package/lib/index.browser.esm.js
CHANGED
|
@@ -10185,6 +10185,7 @@ const InfoString = type({
|
|
|
10185
10185
|
name: string(),
|
|
10186
10186
|
website: optional(string()),
|
|
10187
10187
|
details: optional(string()),
|
|
10188
|
+
iconUrl: optional(string()),
|
|
10188
10189
|
keybaseUsername: optional(string())
|
|
10189
10190
|
});
|
|
10190
10191
|
|