asset-packagist icon indicating copy to clipboard operation
asset-packagist copied to clipboard

Wrong version is installed

Open liborm85 opened this issue 4 years ago • 2 comments

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.

liborm85 avatar Nov 27 '19 14:11 liborm85

Stale issue message

github-actions[bot] avatar Jan 27 '20 00:01 github-actions[bot]

It is not stale!

liborm85 avatar Jan 27 '20 07:01 liborm85