diff --git a/package-lock.json b/package-lock.json index ee3eeec..f2f7dce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-plugin-typed-graphql", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-plugin-typed-graphql", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "@graphql-codegen/core": "^3.1.0", diff --git a/package.json b/package.json index 086d3ee..53521f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-typed-graphql", - "version": "2.2.0", + "version": "2.2.1", "description": "Vite Plugin which enables the import of Typed-Document-Nodes directly from `.gql` / `.graphql` files, to allow for type-safe GraphQL implementations.", "main": "./dist/index.cjs", "types": "./dist/index.d.ts",