Changes in this Release
@thesaasdevkit/observability-kit v1.0.4
- Successfully published to NPM via automated CI/CD pipeline
- View on NPM: https://www.npmjs.com/package/@thesaasdevkit/observability-kit
Automated Workflow Features ✅
- Tests: Jest test suite runs and passes on Node.js 18.x and 20.x
- Linting: ESLint code quality checks pass
- Build: Rollup creates optimized CommonJS and ES Module bundles
- Publishing: Automated NPM publishing on git tag push
- Type Definitions: Full TypeScript declaration files generated
Installation
npm install @thesaasdevkit/observability-kitUsage
const observability = require('@thesaasdevkit/observability-kit');
// Initialize observability
await observability.init({
serviceName: 'my-app',
environment: 'development'
});The complete automated CI/CD pipeline is now operational! 🚀