Skip to content

typesVersions gets mangled in the published package #44117

@ulrichb

Description

@ulrichb

Compare

"typesVersions": {
">=3.7.0-0": {
"*": [
"ts3.7/*"
]
},
">=3.5.0-0": {
"*": [
"ts3.5/*"
]
},
">=3.2.0-0": {
"*": [
"ts3.2/*"
]
with https://unpkg.com/@types/[email protected]/package.json

Screen:
image

You see the order is reversed therefore doesn't work as the order must be high to low version. see https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-1.html#multiple-fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions