diff --git a/package.json b/package.json index 74fcc9f..2809c41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-global-id-directive", - "version": "0.0.2", + "version": "0.0.3", "description": "graphql-global-id-directive is a package that includes a GlobalIdDirective class, which offers two directives: globalIdEncodeDirective and globalIdDecodeDirective. These directives handle the encoding and decoding of global IDs, making it a breeze to integrate global IDs into any GraphQL application.", "main": "dist/index.js", "types": "types/index.d.ts",