@alwaysmeticulous/cli
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -21,21 +21,1 @@ "use strict"; | ||
exports.getProject = getProject; | ||
// export const getRecordingToken: (options: { | ||
// apiToken: string | null | undefined; | ||
// recordingToken: string | null | undefined; | ||
// }) => Promise<string> = async ({ | ||
// apiToken, | ||
// recordingToken: recordingToken_, | ||
// }: { | ||
// apiToken: string | null | undefined; | ||
// recordingToken: string | null | undefined; | ||
// }) => { | ||
// if (recordingToken_) { | ||
// return recordingToken_; | ||
// } | ||
// const client = createClient({ apiToken }); | ||
// const project = await getProject(client); | ||
// if (!project) { | ||
// return ""; | ||
// } | ||
// return project.recordingToken || ""; | ||
// }; |
{ | ||
"name": "@alwaysmeticulous/cli", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "The Meticulous CLI", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
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
64726
940