APIDevTools / json-schema-ref-parser

Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers
https://apitools.dev/json-schema-ref-parser
MIT License
952 stars 227 forks source link

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

Closed WinjayYu closed 1 year ago

WinjayYu commented 1 year ago

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.

philsturgeon commented 1 year ago

v9.1.0 has appeared by magic and gummed up the works as semantic release now cannot release its own v9.1.0 which would have the changes. Trying to figure out wtf is to be done here but I do not want to be spending any time on this project anymore after begging for help for over a year.

image

Ideas on the back of a postcard.

sesam commented 1 year ago

Likely gummed up due to the node version mess discussed in #298

philsturgeon commented 1 year ago

@sesam semantic release has been weird and broken since before that change, but everything seems to be ticking along fine now thanks to new maintain @jonluca fixing it up. Use 9.1.2.