@egendata/client
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -0,1 +1,8 @@ | ||
# [1.2.0](https://github.com/egendata/client/compare/v1.1.0...v1.2.0) (2020-01-10) | ||
### Features | ||
* 🎸 Added domain to config ([#80](https://github.com/egendata/client/issues/80)) ([5e376ab](https://github.com/egendata/client/commit/5e376abda07dcf73b310bd2e3ca877e0f64ae415)) | ||
# [1.1.0](https://github.com/egendata/client/compare/v1.0.2...v1.1.0) (2020-01-10) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@egendata/client", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Client for Egendata Operator", | ||
@@ -33,3 +33,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@egendata/messaging": "^0.4.2", | ||
"@egendata/messaging": "^0.6.2", | ||
"@hapi/joi": "^15.1.1", | ||
@@ -59,3 +59,3 @@ "axios": "^0.19.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"husky": "^3.0.8", | ||
"husky": "^4.0.6", | ||
"jest": "^24.9.0", | ||
@@ -62,0 +62,0 @@ "lint-staged": "^9.4.1", |
@@ -25,6 +25,3 @@ # @egendata/client | ||
operator: 'https://smoothoperator.work', // URL of Operator | ||
clientKeys: { | ||
publicKey: '-----BEGIN RSA PUBLIC KEY-----\nMIGJ...', | ||
privateKey: '-----BEGIN RSA PRIVATE KEY-----\nMIICX...' | ||
}, | ||
clientKey: '-----BEGIN RSA PRIVATE KEY-----\nMIICX...', | ||
jwksPath: '/jwks', // endpoint for keys in jwks format | ||
@@ -31,0 +28,0 @@ eventsPath: '/events' // endpoint for events - webhook style |
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
98839
146
+ Added@egendata/messaging@0.6.2(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
- Removed@egendata/messaging@0.4.2(transitive)
- Removedaxios@0.18.1(transitive)
- Removedis-buffer@2.0.5(transitive)
Updated@egendata/messaging@^0.6.2