mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!
https://mledoze.github.io/countries/
Open Data Commons Open Database License v1.0
5.93k stars 1.26k forks source link

4.1.0 on npm #478

Closed Gerschtli closed 10 months ago

Gerschtli commented 10 months ago

Can you please release 4.1.0 on npm registry?

mledoze commented 10 months ago

The 4.1.0 version is released https://www.npmjs.com/package/world-countries/v/4.1.0

(sorry for the delay)

Gerschtli commented 10 months ago

@mledoze The package.json contains:

    "exports": {
        "import": "./index.mjs",
        "require": "./index.cjs"
    },

But these files are not included in the package, therefore it is not usable currently.

mledoze commented 10 months ago

You're right, I will fix that, hopefully today.

mledoze commented 10 months ago

Fixed in 4.1.1 version https://www.npmjs.com/package/world-countries/v/4.1.1