Skip to content

Deprecate the @react-simplikit/mobile npm package #455

Description

@mnxmnz

As-is

  • @react-simplikit/[email protected] is the latest published version and carries no deprecation notice.
  • README.md:15 already calls the package deprecated. npm does not, so an install prints nothing.

To-be

npm deprecate @react-simplikit/mobile "Moved into react-simplikit. Run \`npx react-simplikit-codemod mobile-to-root\` to migrate, then install react-simplikit."
  • A migration section in docs/mobile/installation.md and the README note, in every locale.

Notes

  • The message points at the root entry, not a react-simplikit/mobile subpath. That subpath does not exist — packages/react-simplikit/package.json has no ./mobile export and there is no src/mobile/index.ts. An earlier draft of this message named it.
  • Applies to every published version: 0.0.0, 0.0.1, 0.0.2, 0.1.0, 0.1.1, and the canary tag.
  • Reversible with npm deprecate @react-simplikit/mobile "", but anyone who installed in between has already seen the warning.

Depends on

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions