From 9bfa4a41234bb09ed019fabc50426b93817c421e Mon Sep 17 00:00:00 2001 From: Naveen Mathew <55116576+nmathew98@users.noreply.github.com> Date: Sat, 30 Mar 2024 22:26:58 +1300 Subject: [PATCH] chore(gqwery): rename --- packages/{graphqwery => gqwery}/.eslintrc.cjs | 0 packages/{graphqwery => gqwery}/.gitignore | 0 packages/{graphqwery => gqwery}/.prettierignore | 0 packages/{graphqwery => gqwery}/.prettierrc.json | 0 packages/{graphqwery => gqwery}/LICENSE | 0 packages/{graphqwery => gqwery}/README.md | 2 +- packages/{graphqwery => gqwery}/package.json | 2 +- packages/{graphqwery => gqwery}/src/index.ts | 0 packages/{graphqwery => gqwery}/tsconfig.json | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename packages/{graphqwery => gqwery}/.eslintrc.cjs (100%) rename packages/{graphqwery => gqwery}/.gitignore (100%) rename packages/{graphqwery => gqwery}/.prettierignore (100%) rename packages/{graphqwery => gqwery}/.prettierrc.json (100%) rename packages/{graphqwery => gqwery}/LICENSE (100%) rename packages/{graphqwery => gqwery}/README.md (89%) rename packages/{graphqwery => gqwery}/package.json (97%) rename packages/{graphqwery => gqwery}/src/index.ts (100%) rename packages/{graphqwery => gqwery}/tsconfig.json (100%) diff --git a/packages/graphqwery/.eslintrc.cjs b/packages/gqwery/.eslintrc.cjs similarity index 100% rename from packages/graphqwery/.eslintrc.cjs rename to packages/gqwery/.eslintrc.cjs diff --git a/packages/graphqwery/.gitignore b/packages/gqwery/.gitignore similarity index 100% rename from packages/graphqwery/.gitignore rename to packages/gqwery/.gitignore diff --git a/packages/graphqwery/.prettierignore b/packages/gqwery/.prettierignore similarity index 100% rename from packages/graphqwery/.prettierignore rename to packages/gqwery/.prettierignore diff --git a/packages/graphqwery/.prettierrc.json b/packages/gqwery/.prettierrc.json similarity index 100% rename from packages/graphqwery/.prettierrc.json rename to packages/gqwery/.prettierrc.json diff --git a/packages/graphqwery/LICENSE b/packages/gqwery/LICENSE similarity index 100% rename from packages/graphqwery/LICENSE rename to packages/gqwery/LICENSE diff --git a/packages/graphqwery/README.md b/packages/gqwery/README.md similarity index 89% rename from packages/graphqwery/README.md rename to packages/gqwery/README.md index f9820c68..52ab7090 100644 --- a/packages/graphqwery/README.md +++ b/packages/gqwery/README.md @@ -2,7 +2,7 @@ ## About -GraphQL helpers for [Qwery](https://github.com/nmathew98/qwery) +GraphQL-[Qwery](https://github.com/nmathew98/qwery) integration. Size: [Bundlephobia](https://bundlephobia.com/package/@b.s/graphqwery) diff --git a/packages/graphqwery/package.json b/packages/gqwery/package.json similarity index 97% rename from packages/graphqwery/package.json rename to packages/gqwery/package.json index a2211588..f82d0c04 100644 --- a/packages/graphqwery/package.json +++ b/packages/gqwery/package.json @@ -1,5 +1,5 @@ { - "name": "@b.s/graphqwery", + "name": "@b.s/gqwery", "version": "0.0.1", "type": "module", "devDependencies": { diff --git a/packages/graphqwery/src/index.ts b/packages/gqwery/src/index.ts similarity index 100% rename from packages/graphqwery/src/index.ts rename to packages/gqwery/src/index.ts diff --git a/packages/graphqwery/tsconfig.json b/packages/gqwery/tsconfig.json similarity index 100% rename from packages/graphqwery/tsconfig.json rename to packages/gqwery/tsconfig.json