@transloadit/analyze-step
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -35,3 +35,3 @@ type Condition = [value: string, operator: string, value: string]; | ||
}; | ||
declare function humanize(step: Step, robots: Robots, extrameta?: ExtraMeta): string; | ||
export = humanize; | ||
declare const _default: (step: Step, robots: Robots, extrameta?: ExtraMeta) => string; | ||
export = _default; |
@@ -226,3 +226,3 @@ "use strict"; | ||
} | ||
function humanize(step, robots, extrameta = {}) { | ||
module.exports = function humanize(step, robots, extrameta = {}) { | ||
let str = ``; | ||
@@ -353,4 +353,3 @@ const robot = robots[step.robot]; | ||
return str; | ||
} | ||
module.exports = humanize; | ||
}; | ||
//# sourceMappingURL=analyzeStep.js.map |
{ | ||
"name": "@transloadit/analyze-step", | ||
"license": "AGPL-3.0-only", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"version": "0.3.1", | ||
"repository": { | ||
@@ -12,7 +9,5 @@ "type": "git", | ||
}, | ||
"license": "AGPL-3.0-only", | ||
"main": "dist/analyzeStep.js", | ||
"types": "dist/analyzeStep.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"directories": { | ||
@@ -22,9 +17,12 @@ "lib": "dist", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"tsc": "tsc --build --clean && tsc --build", | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"tsc": "tsc --build --clean && tsc --build" | ||
}, | ||
"dependencies": { | ||
"@transloadit/format-duration-ms": "^0.3.0", | ||
"@transloadit/prettier-bytes": "^0.3.0", | ||
"@transloadit/format-duration-ms": "^0.3.1", | ||
"@transloadit/prettier-bytes": "^0.3.1", | ||
"inflection": "^3.0.0", | ||
@@ -34,8 +32,10 @@ "jsonpath-plus": "^7.2.0", | ||
}, | ||
"version": "0.3.0", | ||
"gitHead": "df8101d46064782dd743550aac74ab6afdb6b82c", | ||
"devDependencies": { | ||
"@types/jsonpath": "^0.2.4", | ||
"@types/lodash": "^4.14.202" | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "48eed6c692a65c1aa29d6bf8f62aa4d246476fb3" | ||
} |
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
64276
388