Skip to content

Commit

Permalink
🚀 feat(build): distribute as TypeScript files and update CI/CD
Browse files Browse the repository at this point in the history
- Remove build process and distribute source TS files directly
- Update package.json to point to source files
- Remove tsconfig.react.json
- Update README with new usage instructions
- Update devDependencies and peerDependencies
- Update CI/CD workflow to reflect new build process
- Bump version to 2.2.0

BREAKING CHANGE: The library is now distributed as TypeScript files instead of built JavaScript files. Users will need to ensure their projects can handle .ts and .tsx files.
  • Loading branch information
Arakiss committed Aug 26, 2024
1 parent 4d7d052 commit 569dded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexlog",
"version": "2.1.0",
"version": "2.2.0",
"description": "A simple and effective logging library for Next.js, compatible with server, browser, and edge environments.",
"type": "module",
"main": "./src/index.ts",
Expand Down

0 comments on commit 569dded

Please sign in to comment.