@maestria/omp@0.2.8
Patch Changes
-
#138
28f1520Thanks @agustinusnathaniel! - Move @maestria/shared-pi to devDependenciesReclassify the internal
@maestria/shared-pidependency fromdependenciesto
devDependenciesin both the pi and omp packages. This shared package is bundled
intodist/extension.mjsat 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-piis a private package. This is
solely a dependency classification fix — no behavioral change for end users.