@solana/web3.js 1.41.8 → 1.41.9
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 +2 -0
- package/lib/index.browser.cjs.js.map +1 -1
- package/lib/index.browser.esm.js +2 -0
- package/lib/index.browser.esm.js.map +1 -1
- package/lib/index.cjs.js +2 -0
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.esm.js +2 -0
- package/lib/index.esm.js.map +1 -1
- package/lib/index.iife.js +2 -0
- package/lib/index.iife.js.map +1 -1
- package/lib/index.iife.min.js +1 -1
- package/lib/index.iife.min.js.map +1 -1
- package/package.json +2 -2
- package/src/connection.ts +2 -0
package/lib/index.iife.js
CHANGED
|
@@ -27705,6 +27705,7 @@ var solanaWeb3 = (function (exports) {
|
|
|
27705
27705
|
|
|
27706
27706
|
|
|
27707
27707
|
_wsOnError(err) {
|
|
27708
|
+
this._rpcWebSocketConnected = false;
|
|
27708
27709
|
console.error('ws error:', err.message);
|
|
27709
27710
|
}
|
|
27710
27711
|
/**
|
|
@@ -27713,6 +27714,7 @@ var solanaWeb3 = (function (exports) {
|
|
|
27713
27714
|
|
|
27714
27715
|
|
|
27715
27716
|
_wsOnClose(code) {
|
|
27717
|
+
this._rpcWebSocketConnected = false;
|
|
27716
27718
|
this._rpcWebSocketGeneration++;
|
|
27717
27719
|
|
|
27718
27720
|
if (this._rpcWebSocketHeartbeat) {
|