lc-review 0.0.4 → 0.0.6

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.
Files changed (2) hide show
  1. package/dist/index.mjs +5 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -100964,7 +100964,7 @@ const review = async (logFile, n, premium = false) => {
100964
100964
 
100965
100965
  //#endregion
100966
100966
  //#region package.json
100967
- var version = "0.0.4";
100967
+ var version = "0.0.6";
100968
100968
 
100969
100969
  //#endregion
100970
100970
  //#region src/index.ts
@@ -101036,6 +101036,10 @@ Commands:
101036
101036
 
101037
101037
  Prints this help message.
101038
101038
 
101039
+ lc-review version
101040
+
101041
+ Prints the version of lc-review.
101042
+
101039
101043
  lc-review next [n_items]
101040
101044
 
101041
101045
  Gets the next N items for review.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lc-review",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "LeetCode flashcards for spaced repetition learning",
5
5
  "repository": {
6
6
  "type": "git",