pax-beehive/dsh-plugin-hub--packages-registry0

@dsh-plugin-hub/registry

Version resolution and profile planning for DSH Hub

AI 분석

用于解析 DSH 插件版本和规划安装依赖。适合需要构建自定义 DSH 部署工具或对插件依赖进行确定性求解的系统集成任务。

패키지
@dsh-plugin-hub/registry
버전
0.1.1
최근 업데이트
2026. 8. 22.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

@dsh-plugin-hub/registry

Deterministic version resolution and Profile planning for DSH Plugin Hub.

Install

npm install @dsh-plugin-hub/registry

What it does

  • Resolves exact Plugin versions from semver selectors and dist-tags
  • Excludes withdrawn versions
  • Preserves an author-confirmed Profile sequence
  • Validates before and after ordering constraints
  • Detects duplicate bundles, ordering cycles, and entry ID conflicts
  • Produces exact install specs and integrity metadata
import {
  resolvePluginVersion,
  resolveProfile,
  validateProfileBundleOrder,
} from "@dsh-plugin-hub/registry";

This package performs local deterministic computation. It does not host npm packages or make Registry network requests. The shared data contracts live in @dsh-plugin-hub/schemas.

Browse public DSH plugins and Profiles at dshpluginhub.ai.

This is an independent community project and is not affiliated with or endorsed by DeepSeek.