Closed liborm85 closed 1 year ago
If I use npm-asset/fullcalendar--daygrid, is not package downloaded from npm as expected, but from github without distribution files.
npm-asset/fullcalendar--daygrid
I installed FullCalendar and its plugins from npm via asset-packagist.org using this composer.json file:
composer.json
{ "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
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.
v4.3.1
4.3.0
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.
Stale issue message
It is not stale!
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:And what versions has been installed:
composer show -i
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 version4.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.