@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.native.js
CHANGED
|
@@ -10211,6 +10211,7 @@ const InfoString = superstruct.type({
|
|
|
10211
10211
|
name: superstruct.string(),
|
|
10212
10212
|
website: superstruct.optional(superstruct.string()),
|
|
10213
10213
|
details: superstruct.optional(superstruct.string()),
|
|
10214
|
+
iconUrl: superstruct.optional(superstruct.string()),
|
|
10214
10215
|
keybaseUsername: superstruct.optional(superstruct.string())
|
|
10215
10216
|
});
|
|
10216
10217
|
|