Skip to content

The v9.1.0 does not contain the latest code for the main branch  #292

@WinjayYu

Description

@WinjayYu

The #280 pull quest resolved some compatibility issues and merged into the main branch two months ago. For example:

The main branch lib/util/url.js file line 3:

let isWindows = /^win/.test(globalThis.process?.platform),

However, the npm package v9.1.0 released on 16 days ago is not the same as above.

The v9.1.0 verison lib/util/url.js file line 3:

let isWindows = /^win/.test(process.platform),

So, please help to release a new version of the latest code on the main branch.

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