Skip to content

Plugin is declared incompatible with strophejs 2.x #5

@tari

Description

@tari

strophejs 2.0.0 was just released, which increments the major version but doesn't appear to contain any API changes that would break this plugin. Since this currently declares a peer dependency on strophe.js ^1, dependency resolution does not permit upgrade of strophe.js.

I think the most reasonable solution is to update the peer dependency to be ^1.2.12 || ^2.0.0 to accept new 2.x versions of strophe while continuing to assume that post-2.x versions might break the plugin (requiring updates for any future major versions). Alternately, use >=1.2.12 to be optimistic that no future version of Strophe will break this plugin.

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