Skip to content

Commit 94100f1

Browse files
committed
⬆ Upgraded dependencies and bumped version to 1.0.2
1 parent e235423 commit 94100f1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gql-auth-directives",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Guard your GraphQL API using roles & permissions schema directives.",
55
"main": "dist/index.js",
66
"typings": "dist/types/index.d.ts",

tests/getDecodedToken.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// import jwt from "jsonwebtoken";
2-
31
import { getDecodedToken } from "../src/utils/getDecodedToken";
42

53
describe("Testing the getDecodedToken function", () => {

0 commit comments

Comments
 (0)