@scalecube/api
Advanced tools
Comparing version 0.0.2-snapshot.1560429815.59 to 0.0.2-snapshot.1561539622.3
@@ -27,7 +27,2 @@ /** | ||
path: string; | ||
/** | ||
* @property | ||
* address is <protocol>://<host>:<port>/<path> | ||
*/ | ||
fullAddress: string; | ||
} |
import * as TransportApi from './transport'; | ||
import { Address } from './common'; | ||
export { TransportApi, Address }; | ||
import * as DiscoveryApi from './discovery'; | ||
export { TransportApi, Address, DiscoveryApi }; |
@@ -11,2 +11,9 @@ 'use strict'; | ||
var index$1 = /*#__PURE__*/Object.freeze({ | ||
}); | ||
exports.DiscoveryApi = index$1; | ||
exports.TransportApi = index; |
{ | ||
"name": "@scalecube/api", | ||
"version": "0.0.2-snapshot.1560429815.59+60b9c66", | ||
"version": "0.0.2-snapshot.1561539622.3+fc8d88e", | ||
"private": false, | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"clean": "rimraf node_modules && rimraf .cache && rimraf lib", | ||
"build": "yarn build-rollup", | ||
"build": "rimraf lib && yarn build-rollup", | ||
"build-rollup": "rollup -c", | ||
@@ -31,3 +31,3 @@ "lint": "tslint '{src,tests}/**/*.{ts,tsx}' --fix", | ||
}, | ||
"gitHead": "60b9c6646efb23384ac52d569635a8f6f4bef452" | ||
"gitHead": "fc8d88e1f6f7ce45cac2cf30c17b983cf74aa4d1" | ||
} |
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
18113
16
189