Releases: SmythOS/server-common
Releases · SmythOS/server-common
Release v1.0.1
🚀 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 cislowdown) - 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
- Dev forhad by @forhad-hosain in #1
- implement Postman Role by @forhad-hosain in #2
- implement Open API Role by @forhad-hosain in #4
- implement role for Chat GPT by @forhad-hosain in #5
- implement Open AI Role by @forhad-hosain in #6
- project structure improvement by @forhad-hosain in #7
- Agent Role + CORS middleware by @alaa-eddine-k in #8
- Dev merge by @alaa-eddine-k in #10
- dependencies update by @alaa-eddine-k in #11
- implement Alexa Role by @forhad-hosain in #9
- implement MCP role by @forhad-hosain in #12
- Remove deprecated authentication check for MCP role by @hamza-smythos in #13
- Dev forhad by @forhad-hosain in #14
- Dev by @forhad-hosain in #15
- fix publish.yml by @forhad-hosain in #16
- Dev merge - new release by @alaa-eddine-k in #17
- dev merge by @alaa-eddine-k in #19
- fix GitHub release by @forhad-hosain in #18
- Dev by @forhad-hosain in #20
New Contributors
- @forhad-hosain made their first contribution in #1
- @alaa-eddine-k made their first contribution in #8
- @hamza-smythos made their first contribution in #13
Full Changelog: https://github.com/SmythOS/server-common/commits/v1.0.1