hiqdev / asset-packagist

Asset Packagist
https://asset-packagist.org
BSD 3-Clause "New" or "Revised" License
247 stars 25 forks source link

Wrong version is installed #113

Closed liborm85 closed 1 year ago

liborm85 commented 4 years ago

If I use npm-asset/fullcalendar--daygrid, is not package downloaded from npm as expected, but from github without distribution files.

Details:

I installed FullCalendar and its plugins from npm via asset-packagist.org using this composer.json file:

{
  "require": {
    "npm-asset/fullcalendar--core": "^4.3",
    "npm-asset/fullcalendar--daygrid": "^4.3",
    "npm-asset/fullcalendar--timegrid": "^4.3"
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://asset-packagist.org"
    }
  ]
}

And what versions has been installed: composer show -i

npm-asset/fullcalendar--core     4.3.1
npm-asset/fullcalendar--daygrid  v4.3.1
npm-asset/fullcalendar--timegrid v4.3.1

But on npm are these latest versions: @fullcalendar/core latest version 4.3.1 @fullcalendar/daygrid latest version 4.3.0 @fullcalendar/timegrid latest version 4.3.0

On https://asset-packagist.org/package/npm-asset/fullcalendar--daygrid is version v4.3.1 available, but is downloaded from github as only sources (without builded files). Previous version 4.3.0 is correct from npm.

It is probably because fullcalendar is as monorepo and https://www.npmjs.com/package/@fullcalendar/core is released as 4.3.1 version without new version of plugins.

github-actions[bot] commented 4 years ago

Stale issue message

liborm85 commented 4 years ago

It is not stale!