@scalecube/api
Advanced tools
Comparing version 0.0.2-snapshot.1563099425.34 to 0.0.2-snapshot.1563283241.8
@@ -35,10 +35,2 @@ import { Observable } from 'rxjs'; | ||
debug?: boolean; | ||
/** | ||
* @property | ||
* register discovery logs under namespace | ||
* window[namespace] | ||
*/ | ||
logger?: { | ||
namespace: string; | ||
}; | ||
} | ||
@@ -45,0 +37,0 @@ /** |
@@ -5,2 +5,3 @@ import * as TransportApi from './transport'; | ||
import * as MicroserviceApi from './microservice'; | ||
export { TransportApi, Address, DiscoveryApi, MicroserviceApi }; | ||
import * as ClusterApi from './cluster'; | ||
export { TransportApi, Address, DiscoveryApi, MicroserviceApi, ClusterApi }; |
@@ -19,2 +19,8 @@ | ||
export { index$1 as DiscoveryApi, index$2 as MicroserviceApi, index as TransportApi }; | ||
var index$3 = /*#__PURE__*/Object.freeze({ | ||
}); | ||
export { index$3 as ClusterApi, index$1 as DiscoveryApi, index$2 as MicroserviceApi, index as TransportApi }; |
@@ -35,10 +35,2 @@ import { Observable } from 'rxjs'; | ||
debug?: boolean; | ||
/** | ||
* @property | ||
* register discovery logs under namespace | ||
* window[namespace] | ||
*/ | ||
logger?: { | ||
namespace: string; | ||
}; | ||
} | ||
@@ -45,0 +37,0 @@ /** |
@@ -5,2 +5,3 @@ import * as TransportApi from './transport'; | ||
import * as MicroserviceApi from './microservice'; | ||
export { TransportApi, Address, DiscoveryApi, MicroserviceApi }; | ||
import * as ClusterApi from './cluster'; | ||
export { TransportApi, Address, DiscoveryApi, MicroserviceApi, ClusterApi }; |
@@ -23,4 +23,11 @@ 'use strict'; | ||
var index$3 = /*#__PURE__*/Object.freeze({ | ||
}); | ||
exports.ClusterApi = index$3; | ||
exports.DiscoveryApi = index$1; | ||
exports.MicroserviceApi = index$2; | ||
exports.TransportApi = index; |
{ | ||
"name": "@scalecube/api", | ||
"version": "0.0.2-snapshot.1563099425.34+7e1f9eb", | ||
"version": "0.0.2-snapshot.1563283241.8+b0da19a", | ||
"private": false, | ||
@@ -33,3 +33,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "7e1f9ebb52933bb5c63baf7ab0ae6d6b39785f6d" | ||
"gitHead": "b0da19aa657b582cca40efff7cf08a5d95226784" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
47799
59
1139