### Description Currently an LWC component can do: ```js import * as wireService from 'wire-service' ``` Instead it should do: ```js import * as wireService from '@lwc/wire-service' ``` We support this for backwards compatibility. The actual [`wire-service` package](https://www.npmjs.com/package/wire-service) is deprecated and squatted by us to avoid dependency confusion attacks.