Skip to content

@maestria/omp@0.2.8

Choose a tag to compare

@github-actions github-actions released this 28 Jul 18:56
f0ced38

Patch Changes

  • #138 28f1520 Thanks @agustinusnathaniel! - Move @maestria/shared-pi to devDependencies

    Reclassify the internal @maestria/shared-pi dependency from dependencies to
    devDependencies in both the pi and omp packages. This shared package is bundled
    into dist/extension.mjs at build time and is never published to npm.

    Why this matters: Without this fix, users updating pi or omp encounter npm
    install failures because @maestria/shared-pi is a private package. This is
    solely a dependency classification fix — no behavioral change for end users.