yank-note-registry 1.0.347 → 1.0.348
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/extensions.json +2 -1
- package/index.json +55 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -4,13 +4,14 @@
|
|
|
4
4
|
{ "id": "@yank-note/extension-mermaid", "version": "1.11.0" },
|
|
5
5
|
{ "id": "@yank-note/extension-drawio", "version": "2.6.1" },
|
|
6
6
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
|
|
7
|
-
{ "id": "@yank-note/extension-graph-view", "version": "1.3.
|
|
7
|
+
{ "id": "@yank-note/extension-graph-view", "version": "1.3.2" },
|
|
8
8
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.9.0" },
|
|
9
9
|
{ "id": "@yank-note/extension-markmap", "version": "1.8.0" },
|
|
10
10
|
{ "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-repl", "version": "1.4.0" },
|
|
12
12
|
{ "id": "@yank-note/extension-kroki", "version": "1.2.0" },
|
|
13
13
|
{ "id": "@yank-note/extension-tldraw", "version": "1.2.0" },
|
|
14
|
+
{ "id": "@yank-note/extension-cloze", "version": "1.0.0" },
|
|
14
15
|
{ "id": "@yank-note/extension-geogebra", "version": "1.3.0" },
|
|
15
16
|
{ "id": "@yank-note/extension-spellchecker", "version": "1.0.8" },
|
|
16
17
|
{ "id": "@yank-note/extension-text-comparator", "version": "1.2.0" },
|
package/index.json
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"name": "@yank-note/extension-graph-view",
|
|
189
|
-
"version": "1.3.
|
|
189
|
+
"version": "1.3.2",
|
|
190
190
|
"displayName": "Graph View",
|
|
191
191
|
"description": "Display the repository relationship graph",
|
|
192
192
|
"displayName_ZH-CN": "Graph View",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
"main": "./dist/index.js",
|
|
205
205
|
"style": "./dist/style.css",
|
|
206
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.
|
|
206
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.2/icon.svg",
|
|
207
207
|
"engines": {
|
|
208
208
|
"node": ">=18.20.2",
|
|
209
209
|
"yank-note": "^3.78.0"
|
|
@@ -215,11 +215,11 @@
|
|
|
215
215
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
216
216
|
},
|
|
217
217
|
"dist": {
|
|
218
|
-
"integrity": "sha512-
|
|
219
|
-
"shasum": "
|
|
220
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-graph-view/-/extension-graph-view-1.3.
|
|
218
|
+
"integrity": "sha512-txO7Ls3DG3euM36ksvf75JJlNki9TSRHUVmcSWJ60S4WACHWxxr46jovxfwtwcOHjE8u01GT/1Oem6IaKhNbgw==",
|
|
219
|
+
"shasum": "bb7d8375d95279303980de6102f399d9f2c61042",
|
|
220
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-graph-view/-/extension-graph-view-1.3.2.tgz",
|
|
221
221
|
"fileCount": 8,
|
|
222
|
-
"unpackedSize":
|
|
222
|
+
"unpackedSize": 428073
|
|
223
223
|
},
|
|
224
224
|
"directories": {},
|
|
225
225
|
"maintainers": [
|
|
@@ -228,8 +228,8 @@
|
|
|
228
228
|
"email": "purocean@outlook.com"
|
|
229
229
|
}
|
|
230
230
|
],
|
|
231
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.
|
|
232
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.
|
|
231
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.2/README.md",
|
|
232
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.3.2/CHANGELOG.md",
|
|
233
233
|
"origin": "official"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
@@ -516,6 +516,53 @@
|
|
|
516
516
|
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-tldraw/1.2.0/CHANGELOG.md",
|
|
517
517
|
"origin": "official"
|
|
518
518
|
},
|
|
519
|
+
{
|
|
520
|
+
"name": "@yank-note/extension-cloze",
|
|
521
|
+
"version": "1.0.0",
|
|
522
|
+
"displayName": "Cloze",
|
|
523
|
+
"displayName_ZH-CN": "挖空",
|
|
524
|
+
"description": "A Yank Note extension that allows you to create spaced content for quizzes and learning.",
|
|
525
|
+
"description_ZH-CN": "一个 Yank Note 扩展,允许您创建用于测验和学习的挖空内容。",
|
|
526
|
+
"keywords": [],
|
|
527
|
+
"author": {
|
|
528
|
+
"name": "Yank Note"
|
|
529
|
+
},
|
|
530
|
+
"license": "AGPL-3.0",
|
|
531
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-cloze",
|
|
532
|
+
"repository": {
|
|
533
|
+
"type": "git",
|
|
534
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
535
|
+
},
|
|
536
|
+
"main": "./dist/index.js",
|
|
537
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-cloze/1.0.0/icon.svg",
|
|
538
|
+
"engines": {
|
|
539
|
+
"node": ">=18.20.2",
|
|
540
|
+
"yank-note": "^3.66.0"
|
|
541
|
+
},
|
|
542
|
+
"requirements": {
|
|
543
|
+
"premium": true
|
|
544
|
+
},
|
|
545
|
+
"bugs": {
|
|
546
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
547
|
+
},
|
|
548
|
+
"dist": {
|
|
549
|
+
"integrity": "sha512-WBilEg+Q3hnfXMzscHIrzm1KooLuzvEYm57TxGvn1H5su7v77N37Ki3uzrj8YUrzrPrl0qDMFNKV7LBBIXuoqg==",
|
|
550
|
+
"shasum": "dcc792a29129696f0d058644195b8a1fb9549d3d",
|
|
551
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-cloze/-/extension-cloze-1.0.0.tgz",
|
|
552
|
+
"fileCount": 7,
|
|
553
|
+
"unpackedSize": 43556
|
|
554
|
+
},
|
|
555
|
+
"directories": {},
|
|
556
|
+
"maintainers": [
|
|
557
|
+
{
|
|
558
|
+
"name": "purocean",
|
|
559
|
+
"email": "purocean@outlook.com"
|
|
560
|
+
}
|
|
561
|
+
],
|
|
562
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-cloze/1.0.0/README.md",
|
|
563
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-cloze/1.0.0/CHANGELOG.md",
|
|
564
|
+
"origin": "official"
|
|
565
|
+
},
|
|
519
566
|
{
|
|
520
567
|
"name": "@yank-note/extension-geogebra",
|
|
521
568
|
"version": "1.3.0",
|