@react-native-community/cli-tools
Advanced tools
Comparing version 13.5.1 to 13.5.2
@@ -20,3 +20,4 @@ export { default as logger } from './logger'; | ||
export { default as runSudo } from './runSudo'; | ||
export { default as unixifyPaths } from './unixifyPaths'; | ||
export * from './errors'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -26,3 +26,4 @@ "use strict"; | ||
cacheManager: true, | ||
runSudo: true | ||
runSudo: true, | ||
unixifyPaths: true | ||
}; | ||
@@ -138,2 +139,8 @@ Object.defineProperty(exports, "Loader", { | ||
}); | ||
Object.defineProperty(exports, "unixifyPaths", { | ||
enumerable: true, | ||
get: function () { | ||
return _unixifyPaths.default; | ||
} | ||
}); | ||
exports.version = void 0; | ||
@@ -183,2 +190,3 @@ var _logger = _interopRequireDefault(require("./logger")); | ||
var _runSudo = _interopRequireDefault(require("./runSudo")); | ||
var _unixifyPaths = _interopRequireDefault(require("./unixifyPaths")); | ||
var _errors = require("./errors"); | ||
@@ -185,0 +193,0 @@ Object.keys(_errors).forEach(function (key) { |
{ | ||
"name": "@react-native-community/cli-tools", | ||
"version": "13.5.1", | ||
"version": "13.5.2", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@react-native-community/cli-types": "13.5.1", | ||
"@react-native-community/cli-types": "13.5.2", | ||
"@types/lodash": "^4.14.149", | ||
@@ -41,3 +41,3 @@ "@types/mime": "^2.0.1", | ||
}, | ||
"gitHead": "f9d8a74b76995ad92d5a0fa78f09a0b8dc44fbfe" | ||
"gitHead": "2602f83860f7f834b38d1a51bcafbae3e89bb40b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
198660
116
2224
168
5
9
2
57