We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b78081d + 943c724 commit e5bd328Copy full SHA for e5bd328
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@puzzle-js/client-lib",
3
"main": "dist/index.js",
4
- "version": "1.2.1",
+ "version": "1.2.2",
5
"author": "<emre.kul@trendyol.com>",
6
"license": "MIT",
7
"repository": {
@@ -34,4 +34,4 @@
34
"webpack": "^4.30.0",
35
"webpack-cli": "^3.3.4"
36
}
37
-}
+}
src/core.ts
@@ -27,8 +27,7 @@ export class Core extends Module {
27
28
if (decentralizedFragmentsExists) {
29
Core.gun = (window as any).Gun({
30
- peers: Core.__pageConfiguration.peers,
31
- localStorage: false
+ peers: Core.__pageConfiguration.peers
32
});
33
0 commit comments