@labshare/services-auth
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -0,1 +1,8 @@ | ||
## [2.1.2](https://github.com/LabShare/services-auth/compare/v2.1.1...v2.1.2) (2018-09-12) | ||
### Bug Fixes | ||
* **pkg:** npm access should be public ([a797da8](https://github.com/LabShare/services-auth/commit/a797da8)) | ||
## [2.1.1](https://github.com/LabShare/services-auth/compare/v2.1.0...v2.1.1) (2018-08-30) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@labshare/services-auth", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "LabShare Services plugin for resource scope-based HTTP route and socket authorization", | ||
@@ -63,5 +63,5 @@ "main": "./", | ||
"publishConfig": { | ||
"access": "restricted" | ||
"access": "public" | ||
}, | ||
"peerDependencies": {} | ||
} |
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
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
25794