This website requires JavaScript.
Explore
Help
Sign In
ankhbayar
/
Assist_Design
Watch
1
Star
0
Fork
0
You've already forked Assist_Design
Code
Issues
Pull Requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
Assist_Design
/
pnpm-workspace.yaml
6 lines
65 B
YAML
Raw
Normal View
History
Unescape
Escape
Initial Customer Portal setup - production ready
2025-08-20 18:02:50 +09:00
packages
:
Update package dependencies and enhance workspace configuration - Upgraded various dependencies across the project, including NestJS packages, Prisma client, and TypeScript for improved performance and features. - Added new script commands for security audits and checks in package.json. - Enhanced pnpm workspace configuration to include only built dependencies for better management. - Refactored test cases to improve type handling and ensure compatibility with updated dependencies. - Cleaned up package.json files across applications to maintain consistency and clarity in dependency management.
2025-12-10 13:38:16 +09:00
-
apps/*
-
packages/*
Refactor authentication to use argon2 and update package dependencies - Replaced bcrypt with argon2 for password hashing and verification in the authentication workflow, enhancing security. - Updated JWT signing implementation to use the jose library for improved token management. - Removed outdated bcrypt dependencies from package.json and pnpm-lock.yaml, and added argon2 and jose. - Adjusted pnpm-workspace.yaml to reflect changes in onlyBuiltDependencies, ensuring better package management.
2025-12-11 11:38:43 +09:00
onlyBuiltDependencies
:
'[]'
Reference in New Issue
Copy Permalink