graphql-tag
Advanced tools
Comparing version 2.12.4 to 2.12.5
# Change log | ||
### v2.12.5 | ||
* Also publish `src/` directory to npm, enabling source maps. <br/> | ||
[@maclockard](https://github.com/maclockard) in [#403](https://github.com/apollographql/graphql-tag/pull/403) | ||
### v2.12.4 (2021-04-29) | ||
@@ -8,2 +13,7 @@ | ||
### v2.12.3 | ||
* Update `tslib` dependency to version 2.1.0. <br/> | ||
[@benjamn](http://github.com/benjamn) in [#381](https://github.com/apollographql/graphql-tag/pull/381) | ||
### v2.12.2 | ||
@@ -10,0 +20,0 @@ |
{ | ||
"name": "graphql-tag", | ||
"version": "2.12.4", | ||
"version": "2.12.5", | ||
"description": "A JavaScript template literal tag that parses GraphQL queries", | ||
@@ -22,2 +22,3 @@ "main": "./main.js", | ||
"lib/", | ||
"src/", | ||
"loader.js", | ||
@@ -45,3 +46,3 @@ "main.js" | ||
"graphql": "^15.4.0", | ||
"mocha": "^8.2.1", | ||
"mocha": "^9.0.1", | ||
"rimraf": "^3.0.2", | ||
@@ -52,3 +53,3 @@ "rollup": "^2.33.1", | ||
"test-all-versions": "^5.0.1", | ||
"typescript": "^4.2.4" | ||
"typescript": "^4.3.4" | ||
}, | ||
@@ -55,0 +56,0 @@ "peerDependencies": { |
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
171383
22
1699