@vode-app/common (0.1.0-pre.4)

Published 2026-05-22 22:04:12 +02:00 by temir in vode-app/common

Installation

@vode-app:registry=
npm install @vode-app/common@0.1.0-pre.4
"@vode-app/common": "0.1.0-pre.4"

About this package

Introduction

<INTRO TEXT>

Table of Contents

  1. Quick Start
  2. Documentation
  3. DevOps
    1. Change Management
    2. Publish

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

  1. Create a new branch for the change.
  2. Make the changes and commit.
  3. Bump the version in package.json.
  4. Add an entry for the new version in CHANGELOG.md.
  5. Pull request the branch.
  6. Ensure package artifacts are current.
  7. Publish.

Publish

Publish to a 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
npm
2026-05-22 22:04:12 +02:00
7
temir.ra
MIT
14 KiB
Assets (1)
Versions (25) View all
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