graphql-tag
Advanced tools
Comparing version 2.10.4 to 2.11.0
# Change log | ||
### v2.11.0 (2020-07-28) | ||
* `package.json` `sideEffects` changes to clearly identify that `graphql-tag` doesn't have side effects. <br/> | ||
[@hwillson](http://github.com/hwillson) in [#313](https://github.com/apollographql/graphql-tag/pull/313) | ||
### v2.10.4 (2020-07-08) | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "graphql-tag", | ||
"version": "2.10.4", | ||
"version": "2.11.0", | ||
"description": "A JavaScript template literal tag that parses GraphQL queries", | ||
@@ -8,2 +8,3 @@ "main": "./lib/graphql-tag.umd.js", | ||
"jsnext:main": "./src/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -10,0 +11,0 @@ "bundle": "rollup -c && cp src/index.js.flow lib/graphql-tag.umd.js.flow", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66771