Skip to content

./devcheck export points to a file not in the published files allowlist #13

Description

@Shinrai

Surfaced by Copilot on PR #12.

package.json declared a ./devcheck./devcheck.mjs export, but devcheck.mjs isn't in the published files allowlist (verified via npm pack --dry-run), so import "@cldmv/holdmytask/devcheck" 404s for consumers. devcheck.mjs is an internal dev-time guard that index.mjs loads via a relative import, not the package export — nothing imports the subpath.

Fixed directly (removed the vestigial export) rather than left as a tracked issue:

@cldmv/slothlet has the same export; it'll be handled alongside CLDMV/slothlet#270. Closing.

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