JSPM

  • Created
  • Published
  • Downloads 568
  • Score
    100M100P100Q33254F
  • License MIT

Deprecated monolith package split into contracts-spec, contracts-integrations, and contracts-runtime-* packages

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@contractspec/lib.contracts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @contractspec/lib.contracts

    Website: https://contractspec.io

    DEPRECATED monolith package. Exists only as a re-export shim for legacy consumers.**

    What It Provides

    • Layer: lib (deprecated)
    • Consumers: legacy code only

    Installation

    npm install @contractspec/lib.contracts

    or

    bun add @contractspec/lib.contracts

    Local Commands

    • bun run publish:pkg — bun publish --tolerate-republish --ignore-scripts --verbose
    • bun run publish:pkg:canary — bun publish:pkg --tag canary

    Recent Updates

    • Replace eslint+prettier by biomejs to optimize speed
    • Release video edition tools
    • Refactor contracts libs to split them reducing bundle size and load

    Notes

    • Do NOT add new code here. Migrate consumers to contracts-spec, contracts-integrations, or contracts-runtime-* packages instead.
    • This package exists solely for backward compatibility.