We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccf626 commit 08c88e1Copy full SHA for 08c88e1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "2.8.6",
+ "version": "2.9.0",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
webpack.config.js
@@ -13,6 +13,7 @@ module.exports = {
13
path: dist,
14
libraryTarget: 'umd',
15
library: JSON.stringify(require('./package.json').name),
16
+ globalObject: 'this',
17
},
18
resolve: {
19
extensions: ['.ts'],
0 commit comments