Praveen Thirumurugan
c6c0a9426c
Merge pull request #18 from praveentcom/dependabot/npm_and_yarn/types/node-25.0.9
...
chore(deps-dev): bump @types/node from 20.19.27 to 25.0.9
2026-03-02 12:55:06 +05:30
dependabot[bot]
748c5fc051
chore(deps): bump pg from 8.16.3 to 8.17.1
...
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg ) from 8.16.3 to 8.17.1.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.17.1/packages/pg )
---
updated-dependencies:
- dependency-name: pg
dependency-version: 8.17.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-13 06:07:34 +00:00
dependabot[bot]
eee500d8a8
chore(deps): bump next from 14.2.35 to 16.1.5
...
Bumps [next](https://github.com/vercel/next.js ) from 14.2.35 to 16.1.5.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.35...v16.1.5 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 16.1.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-31 03:49:39 +00:00
dependabot[bot]
cdecf9997e
chore(deps-dev): bump @types/node from 20.19.27 to 25.0.9
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.19.27 to 25.0.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.0.9
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-19 19:40:25 +00:00
dependabot[bot]
49b304fe67
chore(deps): bump recharts from 2.15.4 to 3.6.0
...
Bumps [recharts](https://github.com/recharts/recharts ) from 2.15.4 to 3.6.0.
- [Release notes](https://github.com/recharts/recharts/releases )
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md )
- [Commits](https://github.com/recharts/recharts/compare/v2.15.4...v3.6.0 )
---
updated-dependencies:
- dependency-name: recharts
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-29 17:30:11 +00:00
Praveen Thirumurugan
18d4c93216
feat: update configuration for OpenAI and Anthropic endpoints
...
- Created a new .env.example file with default environment variables for PORT, OPENAI_UPSTREAM_URL, ANTHROPIC_UPSTREAM_URL, and DATABASE_URL.
- Updated .npmignore to exclude all .env files except .env.example.
- Revised CONTRIBUTING.md to simplify the contribution process and provide clearer setup instructions.
- Enhanced cost.ts with detailed type definitions and improved cost calculation logic.
- Updated proxy.ts to include new environment variables and improved logging functionality.
- Modified README.md to reflect new configuration instructions and usage examples.
- Removed unnecessary dashboard files and streamlined the project structure.
2025-12-23 12:37:40 +05:30