verdaccio-memory
Advanced tools
Comparing version 11.0.0-6-next.34 to 11.0.0-6-next.35
# Change Log | ||
## 11.0.0-6-next.35 | ||
### Patch Changes | ||
- @verdaccio/core@6.0.0-6-next.68 | ||
## 11.0.0-6-next.34 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "verdaccio-memory", | ||
"version": "11.0.0-6-next.34", | ||
"version": "11.0.0-6-next.35", | ||
"description": "Storage implementation in memory", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@verdaccio/core": "6.0.0-6-next.67", | ||
"@verdaccio/core": "6.0.0-6-next.68", | ||
"memory-fs": "0.5.0", | ||
@@ -42,4 +42,4 @@ "debug": "4.3.4", | ||
"@verdaccio/types": "11.0.0-6-next.25", | ||
"@verdaccio/config": "6.0.0-6-next.67", | ||
"@verdaccio/logger": "6.0.0-6-next.35" | ||
"@verdaccio/config": "6.0.0-6-next.68", | ||
"@verdaccio/logger": "6.0.0-6-next.36" | ||
}, | ||
@@ -58,4 +58,3 @@ "funding": { | ||
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest" | ||
}, | ||
"readme": "# verdaccio-memory\n\n[![CircleCI](https://circleci.com/gh/verdaccio/verdaccio-memory.svg?style=svg)](https://circleci.com/gh/ayusharma/verdaccio-memory)\n[![codecov](https://codecov.io/gh/verdaccio/verdaccio-memory/branch/master/graph/badge.svg)](https://codecov.io/gh/verdaccio/verdaccio-memory)\n[![verdaccio (latest)](https://img.shields.io/npm/v/verdaccio-memory/latest.svg)](https://www.npmjs.com/package/verdaccio-memory)\n[![Known Vulnerabilities](https://snyk.io/test/github/verdaccio/verdaccio-memory/badge.svg?targetFile=package.json)](https://snyk.io/test/github/verdaccio/verdaccio-memory?targetFile=package.json)\n[![backers](https://opencollective.com/verdaccio/tiers/backer/badge.svg?label=Backer&color=brightgreen)](https://opencollective.com/verdaccio)\n[![discord](https://img.shields.io/discord/388674437219745793.svg)](http://chat.verdaccio.org/)\n![MIT](https://img.shields.io/github/license/mashape/apistatus.svg)\n[![node](https://img.shields.io/node/v/verdaccio-memory/latest.svg)](https://www.npmjs.com/package/verdaccio-memory)\n\nA memory based **storage plugin**.\n\n```\n npm install --global verdaccio-memory\n```\n\n### Requirements\n\n> `verdaccio@3.0.0` or `verdaccio@4.x`\n\n```\nnpm install -g verdaccio\n```\n\nComplete configuration example:\n\n```yaml\nstore:\n memory:\n limit: 1000\n```\n\nin `config.yaml`\n\nIf `store:` is present `storage:` fallback is being ignored.\n\n```yaml\nstorage: /Users/user/.local/share/verdaccio/storage\nauth:\n htpasswd:\n file: ./htpasswd\nstore:\n memory:\n limit: 1000\n```\n\n## Disclaimer\n\nThis plugin should not be use for production environments. It might be useful for testing or such places as CI where data does not need to be persisted.\n\n## License\n\n[MIT](http://www.opensource.org/licenses/mit-license.php)\n" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
80876
+ Added@verdaccio/core@6.0.0-6-next.68(transitive)
- Removed@verdaccio/core@6.0.0-6-next.67(transitive)