graphql-no-alias
Advanced tools
Comparing version
{ | ||
"name": "graphql-no-alias", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"private": false, | ||
@@ -56,3 +56,3 @@ "description": "No alias directive for graphql mutation and query types. It can limit the amount of alias fields that can be used for queries and mutations. Preventing batch attacks.", | ||
"lint-staged": "^12.1.4", | ||
"microbundle": "^0.14.2", | ||
"microbundle": "^0.15.0", | ||
"prettier": "^2.5.1", | ||
@@ -73,4 +73,5 @@ "shx": "^0.3.3", | ||
"build": "rm -rf ./dist && pnpm build:prod", | ||
"release": "pnpm run prepublishOnly && pnpm changeset publish" | ||
"release": "pnpm run prepublishOnly && pnpm cp && pnpm changeset publish", | ||
"cp": "shx cp ../../README.md ./" | ||
} | ||
} |
60004
0.08%