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.