semversyphus
v3.3.4
Published
A test package for monitoring npm package update propagation
Readme
semversyphus
A minimal test package designed for monitoring npm package update propagation and testing software that detects changes to npm packages.
Purpose
This package serves as a test subject for:
- Monitoring npm registry update propagation
- Testing package version change detection systems
- Validating npm package update workflows
- Testing dependency update automation tools
Installation
npm install semversyphusUsage
The package exports a single function that returns its current version:
const getVersion = require('semversyphus');
console.log(getVersion()); // Returns the current package versionAPI
getVersion()
Returns the current version string from package.json.
Returns: string - The current package version (e.g., "1.0.0")
Made w/ a non zero amount of care by @jonchurch ✨🎲🎰🔥 ;) 🕺
