@vode-app/common (0.0.0-pre.2)
Installation
@vode-app:registry=npm install @vode-app/common@0.0.0-pre.2"@vode-app/common": "0.0.0-pre.2"About this package
Introduction
The @vode-app/common package is a shared library for Vode App, providing utilities and types that can be used across both frontend and backend projects.
Table of Contents
Quick Start
<QUICK START INSTRUCTIONS>
Documentation
<DOCUMENTATION>
DevOps
bun update
bun install
bun run clean
bun run build
bun run tests
bun run --watch scripts/dev.ts
# see publish section for publish instructions
Change Management
- Create a new branch for the change.
- Make the changes and commit.
- Bump the version in
package.json. - Add an entry for the new version in
CHANGELOG.md. - Pull request the branch.
- Ensure package artifacts are current.
- Publish.
Publish
See the following sources to configure the target registry and authentication.
⚠️ Package Scope and the authentication for the target registry must be aligned.
npmjs.org
Publish to the public npm registry.
# authenticate
npm login
# publish
bun publish --registry https://registry.npmjs.org/ --access public
Custom registry
# placeholder:
# <SCOPE_WITHOUT_AT: vode-app
# <REGISTRY_URL: https://git.chimps.quest/api/packages/vode-app/npm/
# <BUN_PUBLISH_AUTH_TOKEN: <BUN_PUBLISH_AUTH_TOKEN>
~/.bunfig.toml or bunfig.toml:
[install.scopes]
"vode-app" = { url = "https://git.chimps.quest/api/packages/vode-app/npm/", token = "$BUN_PUBLISH_AUTH_TOKEN" }
# authenticate
$env:BUN_PUBLISH_AUTH_TOKEN = "<BUN_PUBLISH_AUTH_TOKEN>"
# publish
bun publish
Dependencies
Development dependencies
| ID | Version |
|---|---|
| @types/bun | latest |
| typescript | ^6.0.3 |
Keywords
typescript
bun
library
shared
vode-app
vode
Details
Assets (1)
Versions (25)
View all
common-0.0.0-pre.2.tgz
15 KiB
0.1.0-pre.35
2026-07-05
0.1.0-pre.34
2026-07-05
0.1.0-pre.33
2026-07-05
0.1.0-pre.32
2026-07-03
0.1.0-pre.31
2026-07-03