yanki 0.8.2 → 0.8.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yanki",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A CLI tool and TypeScript library for syncing Markdown to Anki flashcards.",
|
|
6
6
|
"repository": {
|
|
@@ -51,13 +51,14 @@
|
|
|
51
51
|
"@types/hast": "^3.0.4",
|
|
52
52
|
"@types/lodash-es": "^4.17.12",
|
|
53
53
|
"@types/mdast": "^4.0.4",
|
|
54
|
-
"@types/node": "^20.14.
|
|
54
|
+
"@types/node": "^20.14.9",
|
|
55
55
|
"@types/unist": "^3.0.2",
|
|
56
56
|
"@types/yargs": "^17.0.32",
|
|
57
57
|
"chalk": "^5.3.0",
|
|
58
58
|
"globby": "^14.0.1",
|
|
59
59
|
"rehype-mathjax": "^6.0.0",
|
|
60
60
|
"rehype-parse": "^9.0.0",
|
|
61
|
+
"slash": "^5.1.0",
|
|
61
62
|
"yargs": "^17.7.2"
|
|
62
63
|
},
|
|
63
64
|
"devDependencies": {
|
|
@@ -90,6 +91,7 @@
|
|
|
90
91
|
"remark-rehype": "^11.1.0",
|
|
91
92
|
"remark-remove-comments": "^1.0.1",
|
|
92
93
|
"remark-wiki-link": "^2.0.1",
|
|
94
|
+
"rimraf": "^5.0.7",
|
|
93
95
|
"sort-keys": "^5.0.0",
|
|
94
96
|
"tsx": "^4.15.7",
|
|
95
97
|
"type-fest": "^4.20.1",
|
|
@@ -108,7 +110,7 @@
|
|
|
108
110
|
},
|
|
109
111
|
"scripts": {
|
|
110
112
|
"build": "pkgroll --clean-dist --minify",
|
|
111
|
-
"clean": "git clean -fdX &&
|
|
113
|
+
"clean": "git clean -fdX && rimraf ./pnpm-lock.yaml",
|
|
112
114
|
"coverage": "vitest run --coverage",
|
|
113
115
|
"fix": "shared-config --fix",
|
|
114
116
|
"lint": "shared-config --lint",
|