yanki 2.0.8 → 2.0.9
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/bin/cli.js +1 -1
- package/dist/standalone/index.d.ts +1 -1
- package/package.json +6 -6
|
@@ -796,7 +796,7 @@ Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for
|
|
|
796
796
|
*/
|
|
797
797
|
type PartialObjectDeep<ObjectType extends object, Options extends Required<PartialDeepOptions>> = { [KeyType in keyof ObjectType]?: _PartialDeep<ObjectType[KeyType], Options> };
|
|
798
798
|
//#endregion
|
|
799
|
-
//#region node_modules/.pnpm/yanki-connect@4.0.
|
|
799
|
+
//#region node_modules/.pnpm/yanki-connect@4.0.5/node_modules/yanki-connect/dist/index.d.ts
|
|
800
800
|
//#region src/types/deck.d.ts
|
|
801
801
|
type DeckStats = {
|
|
802
802
|
deck_id: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yanki",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "A CLI tool and TypeScript library to turn Markdown into Anki flashcards.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anki",
|
|
@@ -100,22 +100,22 @@
|
|
|
100
100
|
"unist-util-visit": "^5.1.0",
|
|
101
101
|
"untildify": "^6.0.0",
|
|
102
102
|
"yaml": "^2.9.0",
|
|
103
|
-
"yanki-connect": "^4.0.
|
|
103
|
+
"yanki-connect": "^4.0.5",
|
|
104
104
|
"yargs": "^18.0.0"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
108
|
-
"@kitschpatrol/shared-config": "^7.
|
|
108
|
+
"@kitschpatrol/shared-config": "^7.6.0",
|
|
109
109
|
"@vitest/browser-playwright": "^4.1.6",
|
|
110
110
|
"@vitest/coverage-v8": "^4.1.6",
|
|
111
111
|
"bumpp": "^11.1.0",
|
|
112
112
|
"execa": "^9.6.1",
|
|
113
113
|
"mdat-plugin-cli-help": "^3.0.0",
|
|
114
114
|
"playwright": "^1.60.0",
|
|
115
|
-
"publint": "^0.3.
|
|
115
|
+
"publint": "^0.3.21",
|
|
116
116
|
"shx": "^0.4.0",
|
|
117
117
|
"tsdown": "^0.22.0",
|
|
118
|
-
"tsx": "^4.
|
|
118
|
+
"tsx": "^4.22.0",
|
|
119
119
|
"typescript": "~5.9.3",
|
|
120
120
|
"vitest": "^4.1.6"
|
|
121
121
|
},
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"coverage": "vitest run --coverage",
|
|
135
135
|
"fix": "ksc fix",
|
|
136
136
|
"lint": "ksc lint",
|
|
137
|
-
"release": "bumpp --commit 'Release: %s' && pnpm build && NPM_AUTH_TOKEN=$(op read 'op://Personal/npm/token')
|
|
137
|
+
"release": "bumpp --commit 'Release: %s' && pnpm build && NPM_AUTH_TOKEN=$(op read 'op://Personal/npm/token') pnpm publish",
|
|
138
138
|
"test": "vitest run"
|
|
139
139
|
}
|
|
140
140
|
}
|