Skip to content

Release v1.0.4

Latest

Choose a tag to compare

@lanemc lanemc released this 19 Jun 20:22

Changes in this Release

@thesaasdevkit/observability-kit v1.0.4

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-kit

Usage

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! 🚀