Skip to content

Remove support for deprecated 'wire-service' package #3517

@nolanlawson

Description

@nolanlawson

Description

Currently an LWC component can do:

import * as wireService from 'wire-service'

Instead it should do:

import * as wireService from '@lwc/wire-service'

We support this for backwards compatibility. The actual wire-service package is deprecated and squatted by us to avoid dependency confusion attacks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions