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

@dsh-plugin-hub/registry

Version resolution and profile planning for DSH Hub

包名
@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.