Skip to content

Publish 1.0.27 package after public type exports #27

Description

@skulidropek

Context\n\nPR #26 fixed the public type exports needed by downstream consumers, but the Release workflow failed before publishing the package to npm.\n\n## Evidence\n\n- Merged PR: https://github.com/ProverCoderAI/openapi-effect/pull/26\n- Failed Release workflow: https://github.com/ProverCoderAI/openapi-effect/actions/runs/27828780993\n- npm still reports latest published version as 1.0.22.\n- npm returns 404 for @prover-coder-ai/openapi-effect@1.0.27.\n\nFailed publish excerpt from the workflow log:\n\n\nnpm error 404 Not Found - PUT https://registry.npmjs.org/@prover-coder-ai%2fopenapi-effect - Not found\nnpm error 404 '@prover-coder-ai/openapi-effect@1.0.27' is not in this registry.\n\n\n## Downstream impact\n\nProverCoderAI/docker-git can typecheck against the PR artifact from pkg.pr.new, but cannot safely replace its local shim in the open PR until a normal npm version is available.\n\nSmoke validation against the PR artifact passed:\n\nbash\nrtk bun run --cwd packages/openapi typecheck\nrtk bun run --cwd packages/app typecheck\n\n\n## Requested fix\n\nFix npm publish permissions/configuration and publish @prover-coder-ai/openapi-effect@1.0.27 (or a newer patch version with the same public exports).\n

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions