Skip to content

Publish SDK v0.2.5 and CLI v0.2.3 to npm - Blocked by expired token #35

@wonderwomancode

Description

@wonderwomancode

Summary

The billing system implementation is complete but npm publishing is blocked due to an expired/revoked npm token.

Priority: High
Status: Blocked - NPM token expired

Tasks

NPM Account Recovery

  • Recover access to npm account with @alternatefutures scope
  • Generate new Automation token for CI/CD

SDK Publishing (package-cloud-sdk)

  • Update NPM_TOKEN secret in GitHub repo settings
  • Trigger publish workflow for v0.2.5:
    gh workflow run "📦 Publish to npm" -f tag=v0.2.5
  • Verify package published: npm view @alternatefutures/sdk@0.2.5

CLI Publishing (package-cloud-cli)

  • Update NPM_TOKEN secret in GitHub repo settings
  • Re-run publish workflow:
    gh run rerun 20116188676
  • Verify package published: npm view @alternatefutures/cli@0.2.3

What Was Completed

SDK (v0.2.5)

CLI (v0.2.3)


Notes

  • The @alternatefutures/cli package exists on npm (v0.2.1 is current)
  • The @alternatefutures/sdk package exists on npm (v0.2.3 is current)
  • All tests pass for both packages
  • Builds succeed with proper env vars

See .github/issues/NPM_PUBLISH_BLOCKED.md for reference.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions