From 3df43f4d014e90651933de13cc368fdb72279ded Mon Sep 17 00:00:00 2001 From: Nadeesha Cabral Date: Wed, 11 Dec 2024 16:00:14 +1100 Subject: [PATCH] chore: Rename trpc to trpc-adapter across project files --- connectors/{trpc => trpc-adapter}/.gitignore | 0 connectors/{trpc => trpc-adapter}/.npmignore | 0 connectors/{trpc => trpc-adapter}/README.md | 3 ++- connectors/{trpc => trpc-adapter}/eslint.config.mjs | 0 connectors/{trpc => trpc-adapter}/eslintrc.json | 0 connectors/{trpc => trpc-adapter}/jest.config.js | 0 connectors/{trpc => trpc-adapter}/package-lock.json | 0 connectors/{trpc => trpc-adapter}/package.json | 0 connectors/{trpc => trpc-adapter}/src/index.ts | 0 connectors/{trpc => trpc-adapter}/src/test.ts | 0 connectors/{trpc => trpc-adapter}/tsconfig.json | 0 11 files changed, 2 insertions(+), 1 deletion(-) rename connectors/{trpc => trpc-adapter}/.gitignore (100%) rename connectors/{trpc => trpc-adapter}/.npmignore (100%) rename connectors/{trpc => trpc-adapter}/README.md (94%) rename connectors/{trpc => trpc-adapter}/eslint.config.mjs (100%) rename connectors/{trpc => trpc-adapter}/eslintrc.json (100%) rename connectors/{trpc => trpc-adapter}/jest.config.js (100%) rename connectors/{trpc => trpc-adapter}/package-lock.json (100%) rename connectors/{trpc => trpc-adapter}/package.json (100%) rename connectors/{trpc => trpc-adapter}/src/index.ts (100%) rename connectors/{trpc => trpc-adapter}/src/test.ts (100%) rename connectors/{trpc => trpc-adapter}/tsconfig.json (100%) diff --git a/connectors/trpc/.gitignore b/connectors/trpc-adapter/.gitignore similarity index 100% rename from connectors/trpc/.gitignore rename to connectors/trpc-adapter/.gitignore diff --git a/connectors/trpc/.npmignore b/connectors/trpc-adapter/.npmignore similarity index 100% rename from connectors/trpc/.npmignore rename to connectors/trpc-adapter/.npmignore diff --git a/connectors/trpc/README.md b/connectors/trpc-adapter/README.md similarity index 94% rename from connectors/trpc/README.md rename to connectors/trpc-adapter/README.md index 1d23a57f..8363f6c5 100644 --- a/connectors/trpc/README.md +++ b/connectors/trpc-adapter/README.md @@ -4,7 +4,8 @@ # tRPC Adapter for Inferable -![npm version](https://badge.fury.io/js/@inferable/trpc-adapter.svg) +![NPM Version](https://img.shields.io/npm/v/%40inferable%2Ftrpc-adapter?color=32CD32) +[![Documentation](https://img.shields.io/badge/docs-inferable.ai-brightgreen)](https://docs.inferable.ai/) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) The Inferable tRPC Adapter allows you to expose your existing tRPC router endpoints as Inferable functions. This enables AI agents to interact with your tRPC API while preserving all your existing middleware and type safety. diff --git a/connectors/trpc/eslint.config.mjs b/connectors/trpc-adapter/eslint.config.mjs similarity index 100% rename from connectors/trpc/eslint.config.mjs rename to connectors/trpc-adapter/eslint.config.mjs diff --git a/connectors/trpc/eslintrc.json b/connectors/trpc-adapter/eslintrc.json similarity index 100% rename from connectors/trpc/eslintrc.json rename to connectors/trpc-adapter/eslintrc.json diff --git a/connectors/trpc/jest.config.js b/connectors/trpc-adapter/jest.config.js similarity index 100% rename from connectors/trpc/jest.config.js rename to connectors/trpc-adapter/jest.config.js diff --git a/connectors/trpc/package-lock.json b/connectors/trpc-adapter/package-lock.json similarity index 100% rename from connectors/trpc/package-lock.json rename to connectors/trpc-adapter/package-lock.json diff --git a/connectors/trpc/package.json b/connectors/trpc-adapter/package.json similarity index 100% rename from connectors/trpc/package.json rename to connectors/trpc-adapter/package.json diff --git a/connectors/trpc/src/index.ts b/connectors/trpc-adapter/src/index.ts similarity index 100% rename from connectors/trpc/src/index.ts rename to connectors/trpc-adapter/src/index.ts diff --git a/connectors/trpc/src/test.ts b/connectors/trpc-adapter/src/test.ts similarity index 100% rename from connectors/trpc/src/test.ts rename to connectors/trpc-adapter/src/test.ts diff --git a/connectors/trpc/tsconfig.json b/connectors/trpc-adapter/tsconfig.json similarity index 100% rename from connectors/trpc/tsconfig.json rename to connectors/trpc-adapter/tsconfig.json