soulnet-dsh 0.1.6 → 0.1.7
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/client.js +1 -1
- package/lib/client.js.map +1 -1
- package/package.json +6 -6
package/lib/client.js
CHANGED
|
@@ -11567,7 +11567,7 @@ body[data-ds-dark-theme] .sm-page-root {
|
|
|
11567
11567
|
silent: true,
|
|
11568
11568
|
refresh: true
|
|
11569
11569
|
});
|
|
11570
|
-
},
|
|
11570
|
+
}, 3e5);
|
|
11571
11571
|
return () => {
|
|
11572
11572
|
clearInterval(timer);
|
|
11573
11573
|
};
|