We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e235423 commit 94100f1Copy full SHA for 94100f1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gql-auth-directives",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Guard your GraphQL API using roles & permissions schema directives.",
5
"main": "dist/index.js",
6
"typings": "dist/types/index.d.ts",
tests/getDecodedToken.test.ts
@@ -1,5 +1,3 @@
-// import jwt from "jsonwebtoken";
-
import { getDecodedToken } from "../src/utils/getDecodedToken";
describe("Testing the getDecodedToken function", () => {
0 commit comments