Verdaccio - Package Updates
Pinned
Verdaccio
-
[1.47.2]
- Update Verdaccio to 5.13.2
- Full changelog
-
[1.47.3]
- Update Verdaccio to 5.13.3
- Full changelog
-
-
[1.48.0]
- Update Verdaccio to 5.14.0
- Full changelog
-
-
[1.49.0]
- Update Verdaccio to 5.15.1
- Full changelog
- implement abbreviated manifest (#3343) (966139f) by @juanpicado
-
[1.49.1]
- Update Verdaccio to 5.15.2
- Full changelog
- get header by quality priority value
-
[1.49.2]
- Update Verdaccio to 5.15.3
- Full changelog
- remove stringify with space responses
-
-
[1.49.3]
- Update Verdaccio to 5.15.4
- Full changelog
- deps: update dependency @verdaccio/ui-theme to v6.0.0-6-next.48 (#3404) (be5c9f9) by @mbtools
-
-
[1.50.0]
- Update Verdaccio to 5.16.3
- Full changelog
-
-
[1.51.0]
- Update Verdaccio to 5.17.0
- Full changelog
- Upgrade to React 18 + react dependencies
- highlight readme source code (#3506) (8715a5c)
-
[1.52.0]
- Update Verdaccio to 5.18.0
- Full changelog
- export module types (TypeScript types) (#3508) (0a0b772)
- add hasInstallScript calculation (#3509) (0b49566) solves #3366
-
-
[1.53.0]
- Update Verdaccio to 5.19.0
- Full changelog
-
-
[1.53.1]
- Update Verdaccio to 5.19.1
- Full changelog
-
-
[1.54.0]
- Update Verdaccio to 5.20.1
- Full changelog
-
-
[1.55.0]
- Update Verdaccio to 5.21.1
- Full changelog
-
-
[1.55.1]
- Update Verdaccio to 5.21.2
- Full changelog
- avoid setting body for GET requests (#3643) (e4573c7), closes #3601 #3601 by @melodyVoid
- update dependencies (#3649) ([ed80a25] (https://github.com/verdaccio/verdaccio/commit/ed80a25c08bf2971169b8ccfec96e404d019f2b1 )) fix #3612 @juanpicado
-
-
[1.56.0]
- Update Verdaccio to 5.22.0
- Full changelog
- improved configuration parsing and token signature (#3658) (e50d4d9)
- the next major will include an enhancedLegacySignature property to be able get rid of [DEP0106] DeprecationWarning: crypto.createDecipher is deprecated. and improve legacy token signature.
- Logger level configuration was being ignored (#3658) (e50d4d9) regresion at v5.20.0
-
[1.56.1]
- Update Verdaccio to 5.22.1
- Full changelog
- #3666 experiments config fail on startup (#3668) (f6c22d3) by @juanpicado
-
-
[1.57.0]
- Update Verdaccio to 5.23.0
- Full changelog
-
[1.57.1]
- Update Verdaccio to 5.23.1
- Full changelog
- package.json main field (#3700) (5d83c52) kudos to @pieh
-
-
[1.57.2]
- Update Verdaccio to 5.23.2
- Full changelog
- deps: update dependency @verdaccio/config to v6.0.0-6-next.67 (#3716) (8e79e5f)
- ui package search (#3713) (1029d7a) solves https://github.com/verdaccio/verdaccio/issues/3709 by @jzhangdev