File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 49
49
"bowser" : " ^2.5.2" ,
50
50
"fortmatic" : " ^0.8.2" ,
51
51
"promise-cancelable" : " ^2.1.1" ,
52
+ "regenerator-runtime" : " ^0.13.3" ,
52
53
"squarelink" : " ^1.1.3"
53
54
},
54
55
"scripts" : {
Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ export default [
98
98
"@walletconnect/web3-provider" ,
99
99
"fortmatic" ,
100
100
"squarelink" ,
101
- "authereum"
101
+ "authereum" ,
102
+ "regenerator-runtime/runtime"
102
103
]
103
104
}
104
105
]
Original file line number Diff line number Diff line change
1
+ import "regenerator-runtime/runtime"
2
+
1
3
import { get } from "svelte/store"
2
4
3
5
import modules from "./modules"
Original file line number Diff line number Diff line change @@ -4572,7 +4572,7 @@ regenerator-runtime@^0.12.0:
4572
4572
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
4573
4573
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
4574
4574
4575
- regenerator-runtime@^0.13.2 :
4575
+ regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.3 :
4576
4576
version "0.13.3"
4577
4577
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
4578
4578
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
You can’t perform that action at this time.
0 commit comments