Skip to content

Releases: SmythOS/server-common

Release v1.0.1

15 Dec 16:55

Choose a tag to compare

🚀 Release v1.0.1

📦 Installation

Option 1: Use release branch (auto-updates to latest release)

Add to your package.json:

{
  "dependencies": {
    "@smythos/server-common": "github:SmythOS/server-common#release"
  }
}

Option 2: Pin to specific version (recommended for production)

Add to your package.json:

{
  "dependencies": {
    "@smythos/server-common": "github:SmythOS/server-common#v1.0.1"
  }
}

Then run:

npm install
# or
pnpm install
# or
yarn install

🔧 How it works

  • Pre-built artifacts are included in the tag and release branch
  • No build required during installation - fast and efficient!
  • Works perfectly in CI/CD environments (no npm ci slowdown)
  • TypeScript types and source maps are pre-generated

📋 What's included

  • ✅ Build validated and verified
  • ✅ Pre-built JavaScript bundles
  • ✅ TypeScript type definitions
  • ✅ Source maps for debugging
  • ✅ Zero build overhead for consumers

⚡ Performance

Installing from GitHub with pre-built artifacts is:

  • 🚀 Faster - No compilation needed
  • 💾 Lighter - No devDependencies required
  • 🔒 Safer - No build scripts executed during install

Generated automatically by GitHub Actions

What's Changed

New Contributors

Full Changelog: https://github.com/SmythOS/server-common/commits/v1.0.1