lc-review 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -100966,7 +100966,7 @@ const review = async (logFile, n, premium = false) => {
|
|
|
100966
100966
|
|
|
100967
100967
|
//#endregion
|
|
100968
100968
|
//#region package.json
|
|
100969
|
-
var version = "0.0.
|
|
100969
|
+
var version = "0.0.10";
|
|
100970
100970
|
|
|
100971
100971
|
//#endregion
|
|
100972
100972
|
//#region src/index.ts
|
|
@@ -101066,7 +101066,7 @@ Debug commands:
|
|
|
101066
101066
|
`);
|
|
101067
101067
|
}
|
|
101068
101068
|
async function showProblemInfo(problemNumber) {
|
|
101069
|
-
const problem = ALL_PROBLEMS.find((p) => p.
|
|
101069
|
+
const problem = ALL_PROBLEMS.find((p) => p.questionFrontendId === problemNumber);
|
|
101070
101070
|
if (!problem) {
|
|
101071
101071
|
console.log(`Problem ${problemNumber} not found.`);
|
|
101072
101072
|
return;
|