@callstack/reassure-cli
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -9,4 +9,4 @@ #!/usr/bin/env node | ||
var _measure = require("./commands/measure"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } | ||
void (0, _yargs.default)((0, _helpers.hideBin)(process.argv)).command(_measure.command).command(_init.command).command(_checkStability.command).help().demandCommand(1, 'Please specify a command').recommendCommands().strict().parse(); | ||
//# sourceMappingURL=bin.js.map |
@@ -12,3 +12,3 @@ "use strict"; | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } | ||
async function getGitBranch() { | ||
@@ -15,0 +15,0 @@ try { |
{ | ||
"name": "@callstack/reassure-cli", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Performance testing companion for React and React Native", | ||
@@ -49,14 +49,14 @@ "main": "lib/commonjs/index.js", | ||
"dependencies": { | ||
"@callstack/reassure-compare": "1.0.0", | ||
"@callstack/reassure-logger": "1.0.0", | ||
"@callstack/reassure-compare": "1.1.0", | ||
"@callstack/reassure-logger": "1.1.0", | ||
"chalk": "4.1.2", | ||
"simple-git": "^3.24.0", | ||
"simple-git": "^3.25.0", | ||
"yargs": "^17.7.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.5", | ||
"@babel/plugin-transform-flow-strip-types": "^7.24.1", | ||
"@babel/preset-env": "^7.24.5", | ||
"@babel/preset-typescript": "^7.24.1", | ||
"@babel/runtime": "^7.24.5", | ||
"@babel/core": "^7.25.2", | ||
"@babel/plugin-transform-flow-strip-types": "^7.25.2", | ||
"@babel/preset-env": "^7.25.2", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@babel/runtime": "^7.25.0", | ||
"@relmify/jest-serializer-strip-ansi": "^1.0.2", | ||
@@ -70,4 +70,4 @@ "@types/jest": "^29.5.12", | ||
"prettier": "^2.8.8", | ||
"react-native-builder-bob": "^0.23.2", | ||
"typescript": "^5.4.5" | ||
"react-native-builder-bob": "^0.24.0", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -74,0 +74,0 @@ "react-native-builder-bob": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
78419
+ Added@callstack/reassure-compare@1.1.0(transitive)
+ Added@callstack/reassure-logger@1.1.0(transitive)
- Removed@callstack/reassure-compare@1.0.0(transitive)
- Removed@callstack/reassure-logger@1.0.0(transitive)
Updatedsimple-git@^3.25.0