We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c8862e + 07fc83e commit 74eff3eCopy full SHA for 74eff3e
.npmignore
@@ -1,5 +1,3 @@
1
**/*
2
!dist/**/*
3
-!package.json
4
-!package-lock.json
5
-!src/@types
+!package.json
package.json
@@ -1,6 +1,6 @@
{
- "name": "graphqlgate",
- "version": "1.0.0",
+ "name": "graphql-limiter",
+ "version": "1.0.2",
"description": "A GraphQL rate limiting library using query complexity analysis.",
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
tsconfig.json
@@ -40,6 +40,7 @@
40
"test/**/*.js"
41
],
42
"exclude": [
43
+ "src/utils/__mocks__",
44
"node_modules",
45
"**/*.spec.ts",
46
"test",
0 commit comments