@egendata/client
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -0,1 +1,8 @@ | ||
# [1.1.0](https://github.com/egendata/client/compare/v1.0.2...v1.1.0) (2020-01-10) | ||
### Features | ||
* 🎸 Now supports `domain` in config ([bf4159d](https://github.com/egendata/client/commit/bf4159d060015904cb10046cea0853f96739add4)) | ||
## [1.0.2](https://github.com/egendata/client/compare/v1.0.1...v1.0.2) (2019-12-11) | ||
@@ -2,0 +9,0 @@ |
@@ -22,2 +22,3 @@ const Joi = require('@hapi/joi') | ||
defaultPermissions: Joi.array().items(Joi.object({ | ||
domain: Joi.string().uri().optional(), | ||
area: Joi.string().required(), | ||
@@ -24,0 +25,0 @@ types: Joi.array().items( |
{ | ||
"name": "@egendata/client", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Client for Egendata Operator", | ||
@@ -54,3 +54,3 @@ "main": "lib/index.js", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.17.0", | ||
"eslint-plugin-jest": "^23.3.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
@@ -57,0 +57,0 @@ "eslint-plugin-promise": "^4.2.1", |
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
98640
2132