mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
1.4.0
This commit is contained in:
parent
a1843ffd34
commit
93245c0179
@ -1,4 +1,10 @@
|
|||||||
|
|
||||||
|
7 Jun 2015, version 1.4.0
|
||||||
|
|
||||||
|
- avoid sending X-Forwarded-For through proxies (issues [#19](https://github.com/rlidwka/sinopia/issues/19), [#254](https://github.com/rlidwka/sinopia/issues/254))
|
||||||
|
- fix multiple issues in search (issues [#239](https://github.com/rlidwka/sinopia/issues/239), [#253](https://github.com/rlidwka/sinopia/pull/253))
|
||||||
|
- fix "maximum stack trace exceeded" errors in auth (issue [#258](https://github.com/rlidwka/sinopia/issues/258))
|
||||||
|
|
||||||
10 May 2015, version 1.3.0
|
10 May 2015, version 1.3.0
|
||||||
|
|
||||||
- add dist-tags endpoints (issue [#211](https://github.com/rlidwka/sinopia/issues/211))
|
- add dist-tags endpoints (issue [#211](https://github.com/rlidwka/sinopia/issues/211))
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sinopia",
|
"name": "sinopia",
|
||||||
"version": "1.3.1",
|
"version": "1.4.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"JSONStream": {
|
"JSONStream": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# use "yapm install ." if you're installing this from git repository
|
# use "yapm install ." if you're installing this from git repository
|
||||||
|
|
||||||
name: sinopia
|
name: sinopia
|
||||||
version: 1.3.1
|
version: 1.4.0
|
||||||
description: Private npm repository server
|
description: Private npm repository server
|
||||||
|
|
||||||
author:
|
author:
|
||||||
|
Loading…
Reference in New Issue
Block a user