thunder-react
Advanced tools
Comparing version 0.1.0-rc4 to 0.1.0-rc5
{ | ||
"name": "thunder-react", | ||
"description": "A thunder GraphQL client for React.", | ||
"version": "0.1.0-rc4", | ||
"version": "0.1.0-rc5", | ||
"main": "./lib/", | ||
@@ -6,0 +6,0 @@ "types": "./lib/index.d.ts", |
@@ -17,2 +17,6 @@ // rollup.config.js | ||
plugins: [ | ||
resolve({ | ||
only: ["babel-polyfill"], | ||
}), | ||
commonjs(), | ||
typescript({ | ||
@@ -25,7 +29,3 @@ typescript: tsc, | ||
}), | ||
resolve({ | ||
only: ["babel-polyfill"], | ||
}), | ||
commonjs(), | ||
], | ||
}; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4