---
title: "Scoped package, database commands, and CLI rename"
description: "Four releases complete the @blyp/core rename, repair declarations, add database scaffolding, and rename the executable to blyp."
canonical_url: "https://www.blyp.dev/docs/changelog/2026-03-16"
markdown_url: "https://www.blyp.dev/docs/changelog/2026-03-16.md"
last_updated: "2018-10-20"
x_farming_labs_generated_preamble: true
---

# Scoped package, database commands, and CLI rename
URL: /docs/changelog/2026-03-16
LLM index: /llms.txt
Description: Four releases complete the @blyp/core rename, repair declarations, add database scaffolding, and rename the executable to blyp.

## @blyp/core v0.1.04

Fixed TypeScript declaration shims for framework subpath exports, including the Elysia `createLogger` surface.

[View the release](https://github.com/Blyphq/blyp/releases/tag/v0.1.04).

## @blyp/core v0.1.2

Completed the package rename from `blyp-js` to `@blyp/core`, updated public imports and publishing metadata, and removed local-path leakage from artifacts.

[View the release](https://github.com/Blyphq/blyp/releases/tag/v0.1.2).

## @blyp/cli v0.1.3

Added guided `db:init`, `db:migrate`, and `db:generate` commands for Prisma or Drizzle with Postgres or MySQL.

[View the release](https://github.com/Blyphq/cli/releases/tag/v0.1.3).

## @blyp/cli v0.1.4

Renamed the executable from `blyphq` to `blyp` across help, documentation, Studio, and tests.

### Migration notes

Replace old `blyphq` commands with their `blyp` equivalents and use `@blyp/core` for all package imports.

[View the release](https://github.com/Blyphq/cli/releases/tag/v0.1.4).

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
