Marketplace móvil para negocios locales mexicanos. Estructura inicial: - apps/backend (NestJS API) - apps/frontend (React Web) - apps/mobile (Expo/React Native) - apps/mcp-server (Claude MCP Server) - apps/whatsapp-service (WhatsApp Business API) - database/ (PostgreSQL DDL) - docs/ (Documentación) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
592 B
592 B
changelog
1.0.1
- Handle overflow cases (#9)
1.0.0
- Rewrite in TypeScript, include definitions in package (#6)
0.2.3
- Add LICENSE to npm package
0.2.2
- Expose
pkg.module, notjsnext:main
0.2.1
- Performance boost - vlq no longer checks that you've passed a number or an array into
vlq.encode(), making it significantly faster
0.2.0
- Author as ES6 module, accessible to ES6-aware systems via the
jsnext:mainfield inpackage.json
0.1.0
- First release