lwc icon indicating copy to clipboard operation
lwc copied to clipboard

Remove support for deprecated `'wire-service'` package

Open nolanlawson opened this issue 1 year ago • 0 comments

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.

nolanlawson avatar May 18 '23 17:05 nolanlawson