ampproject / remapping

Remap sequential sourcemaps through transformations to point at the original source code
Apache License 2.0
109 stars 26 forks source link

NPM warning: incorrect UMD name #173

Closed nuintun closed 2 years ago

nuintun commented 2 years ago

企业微信截图_20220427142726

jridgewell commented 2 years ago

Hi @nuintun: I deprecated @jridgewell/set-array@1.0.0 due to it having an incorrect UMD name when generating the build. I released v1.0.1 (and now v1.1.0) which is fixed and the dependency range in @jridgewell/gen-mapping should allow the new releases to be used.

Guria commented 2 years ago

@jridgewell it seems there is no new version of @jridgewell/gen-mapping with proper range in dependencies were released. https://unpkg.com/@jridgewell/gen-mapping@0.1.0/package.json which is 0.1.0 as of for now and still has strict 1.0.0 as dependency

jridgewell commented 2 years ago

Ahhh, thank you for pointing that out! I'll release a new version of gen-mapping in a few minutes.

jridgewell commented 2 years ago

@jridgewell/gen-mapping@v0.1.1 is now released, which allows any v1 jridgewell/set-array version.