verdaccio-aws-s3-storage
Advanced tools
Comparing version 8.0.0 to 8.0.1-next.1
@@ -6,2 +6,23 @@ # Change Log | ||
## [8.0.1-next.1](https://github.com/verdaccio/monorepo/compare/v8.0.1-next.0...v8.0.1-next.1) (2019-08-29) | ||
**Note:** Version bump only for package verdaccio-aws-s3-storage | ||
## [8.0.1-next.0](https://github.com/verdaccio/monorepo/compare/v8.0.0...v8.0.1-next.0) (2019-08-29) | ||
### Bug Fixes | ||
* **package:** update aws-sdk to version 2.516.0 ([82f7117](https://github.com/verdaccio/monorepo/commit/82f7117)) | ||
* **package:** update aws-sdk to version 2.517.0 ([39183eb](https://github.com/verdaccio/monorepo/commit/39183eb)) | ||
* **package:** update aws-sdk to version 2.518.0 ([c4f18a6](https://github.com/verdaccio/monorepo/commit/c4f18a6)) | ||
# [8.0.0](https://github.com/verdaccio/verdaccio-aws-s3-storage/compare/v8.0.0-next.4...v8.0.0) (2019-08-22) | ||
@@ -8,0 +29,0 @@ |
{ | ||
"name": "verdaccio-aws-s3-storage", | ||
"version": "8.0.0", | ||
"description": "aws s3 storage implementation", | ||
"version": "8.0.1-next.1", | ||
"description": "AWS S3 storage implementation for Verdaccio", | ||
"keywords": [ | ||
"verdaccio", | ||
"aws", | ||
"plugin" | ||
"plugin", | ||
"storage", | ||
"aws" | ||
], | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"author": "Juan Picado <juanpicado19@gmail.com>", | ||
"license": "MIT", | ||
"homepage": "https://verdaccio.org", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/verdaccio/verdaccio-aws-s3-storage.git" | ||
"url": "https://github.com/verdaccio/monorepo", | ||
"directory": "plugins/aws-s3-storage" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/verdaccio/verdaccio-aws-s3-storage/issues" | ||
"url": "https://github.com/verdaccio/monorepo/issues" | ||
}, | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"coverage:publish": "codecov --root=../../ -F plugins", | ||
"test": "jest", | ||
"lint": "eslint \"**/*.{js,ts}\"", | ||
"lint:stage": "lint-staged", | ||
"type-check": "tsc --noEmit", | ||
"type-check:watch": "npm run type-check -- --watch", | ||
"build": "npm run build:types && npm run build:js", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:js": "babel src/ --out-dir lib --extensions \".ts,.tsx\"" | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib/" | ||
], | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
@@ -37,19 +33,22 @@ "dependencies": { | ||
"@verdaccio/streams": "^2.0.0", | ||
"aws-sdk": "2.515.0" | ||
"aws-sdk": "2.518.0" | ||
}, | ||
"devDependencies": { | ||
"@types/aws-sdk": "2.7.0", | ||
"@verdaccio/babel-preset": "^8.0.0", | ||
"@verdaccio/eslint-config": "^8.0.0", | ||
"@verdaccio/babel-preset": "^8.0.1-next.1", | ||
"@verdaccio/eslint-config": "^8.0.1-next.1", | ||
"@verdaccio/types": "^5.3.0", | ||
"cross-env": "5.2.0", | ||
"recursive-readdir": "2.2.2" | ||
}, | ||
"lint-staged": { | ||
"**/*.{js,ts}": [ | ||
"eslint --fix", | ||
"git add" | ||
] | ||
"scripts": { | ||
"build": "npm run build:types && npm run build:js", | ||
"build:js": "babel src/ --out-dir lib --extensions \".ts,.tsx\"", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"coverage:publish": "codecov --root=../../ -F plugins", | ||
"lint": "eslint \"**/*.{js,ts}\"", | ||
"test": "jest", | ||
"type-check": "tsc --noEmit", | ||
"type-check:watch": "npm run type-check -- --watch" | ||
}, | ||
"gitHead": "2a8ce693d280e7eebafa006f76c17aff7cecce6e" | ||
"gitHead": "fc56542469374249295edef5956c86aacc6886e8" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
35009
5
14
756
+ Addedaws-sdk@2.518.0(transitive)
- Removedaws-sdk@2.515.0(transitive)
Updatedaws-sdk@2.518.0