ai / size-limit

Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit.
MIT License
6.56k stars 1.82k forks source link

Missing size-limit 6.0.2 in npm ? #260

Closed belgattitude closed 3 years ago

belgattitude commented 3 years ago

@size-limit/file is at 6.0.2 but peerDeps of size-limit 6.0.2 seems not on npm (yet) ?

Might be something on its way, but worth to see if the publishing has failed somewhere.

ai commented 3 years ago

npm now has some cache problems

belgattitude commented 3 years ago

@ai still at 6.0.1 https://www.npmjs.com/package/size-limit. Either a very long cache issue, either it's not published.

ai commented 3 years ago

Nope. npm denies me to push it right now:

npm ERR! 403 403 Forbidden - PUT https://registry.npmjs.org/size-limit - You cannot publish over the previously published versions: 6.0.2.
belgattitude commented 3 years ago

Weird, from brussels:

yarn add size-limit@6.0.2
➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: size-limit@npm:6.0.2: No candidates found

While

yarn add @size-limit/file@6.0.2
# all okay except peerdep
➤ YN0002:  doesn't provide size-limit (pbd182), requested by @size-limit/file
# peerdep on 6.0.2 can't be resolved

Npm weirdness :smile: , I'll try later... But it seems things went rogue yesterday.

idem with npm i -g size-limit@6.0.2. and I don't have a specific proxy afaik.

ai commented 3 years ago

I released 6.0.3. It could refresh npm cache.