yank-note-registry 1.0.145 → 1.0.147
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 +3 -3
- package/index.json +25 -25
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"official": [
|
|
3
3
|
{ "id": "@yank-note/extension-mermaid", "version": "1.5.4" },
|
|
4
|
-
{ "id": "@yank-note/extension-drawio", "version": "1.
|
|
4
|
+
{ "id": "@yank-note/extension-drawio", "version": "1.5.0" },
|
|
5
5
|
{ "id": "@yank-note/extension-echarts", "version": "1.4.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.5.1" },
|
|
7
7
|
{ "id": "@yank-note/extension-markmap", "version": "1.5.1" },
|
|
8
8
|
{ "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
|
|
9
|
-
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.
|
|
9
|
+
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.0" },
|
|
10
10
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.1.2" },
|
|
12
12
|
{ "id": "@yank-note/extension-git-push", "version": "1.1.7" },
|
|
13
13
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.1.0" },
|
|
14
|
-
{ "id": "@yank-note/extension-luckysheet", "version": "1.0
|
|
14
|
+
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.0" },
|
|
15
15
|
{ "id": "@yank-note/extension-openai", "version": "1.5.0" },
|
|
16
16
|
{ "id": "@yank-note/extension-milkdown", "version": "1.1.1" },
|
|
17
17
|
{ "id": "@yank-note/extension-editor-themes", "version": "1.1.0" }
|
package/index.json
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "@yank-note/extension-drawio",
|
|
49
|
-
"version": "1.
|
|
49
|
+
"version": "1.5.0",
|
|
50
50
|
"displayName": "Drawio",
|
|
51
51
|
"description": "Drawio integration",
|
|
52
52
|
"displayName_ZH-CN": "Drawio",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
},
|
|
64
64
|
"main": "./dist/index.js",
|
|
65
65
|
"style": "./dist/style.css",
|
|
66
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.
|
|
67
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.
|
|
68
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.
|
|
66
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.5.0/icon.svg",
|
|
67
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.5.0/README.md",
|
|
68
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.5.0/CHANGELOG.md",
|
|
69
69
|
"engines": {
|
|
70
70
|
"node": ">=14.6.0",
|
|
71
71
|
"yank-note": "^3.29.0"
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
75
75
|
},
|
|
76
76
|
"dist": {
|
|
77
|
-
"integrity": "sha512-
|
|
78
|
-
"shasum": "
|
|
79
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-1.
|
|
77
|
+
"integrity": "sha512-2IiQCKCsSFcD8Gc4hIlPoT5qW7C57cxGjcU1f5c56KhGTYj8OoM6S6+o4F7lcs97PyGA2qYCyzN7YMSq3Ofszg==",
|
|
78
|
+
"shasum": "42044a0a09e89e79c2f21e8b49536fe79a00ac8d",
|
|
79
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-1.5.0.tgz",
|
|
80
80
|
"fileCount": 2905,
|
|
81
|
-
"unpackedSize":
|
|
81
|
+
"unpackedSize": 155358994
|
|
82
82
|
},
|
|
83
83
|
"directories": {},
|
|
84
84
|
"maintainers": [
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"name": "@yank-note/extension-markdown-prettier",
|
|
282
|
-
"version": "1.
|
|
282
|
+
"version": "1.4.0",
|
|
283
283
|
"displayName": "Markdown Prettier",
|
|
284
284
|
"description": "Markdown Formatter for Yank Note",
|
|
285
285
|
"displayName_ZH-CN": "Markdown Prettier",
|
|
@@ -295,10 +295,10 @@
|
|
|
295
295
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
296
296
|
},
|
|
297
297
|
"main": "./dist/index.js",
|
|
298
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.
|
|
298
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.4.0/icon.png",
|
|
299
299
|
"engines": {
|
|
300
300
|
"node": ">=14.6.0",
|
|
301
|
-
"yank-note": "^3.
|
|
301
|
+
"yank-note": "^3.55.0"
|
|
302
302
|
},
|
|
303
303
|
"requirements": {
|
|
304
304
|
"premium": true
|
|
@@ -307,11 +307,11 @@
|
|
|
307
307
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
308
308
|
},
|
|
309
309
|
"dist": {
|
|
310
|
-
"integrity": "sha512-
|
|
311
|
-
"shasum": "
|
|
312
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-markdown-prettier/-/extension-markdown-prettier-1.
|
|
310
|
+
"integrity": "sha512-ad2IMuwwHOP5H33/Su8b/dx3W3dRdpjnv/VOX0ab0+rsxv4babG5rJ6Vyj78zu07OHy2O2Q8hhQXYdVMu9abiA==",
|
|
311
|
+
"shasum": "347ff29cc90028dfd9d8e1c8e21cac2af22be1fe",
|
|
312
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-markdown-prettier/-/extension-markdown-prettier-1.4.0.tgz",
|
|
313
313
|
"fileCount": 6,
|
|
314
|
-
"unpackedSize":
|
|
314
|
+
"unpackedSize": 646957
|
|
315
315
|
},
|
|
316
316
|
"directories": {},
|
|
317
317
|
"maintainers": [
|
|
@@ -320,8 +320,8 @@
|
|
|
320
320
|
"email": "purocean@outlook.com"
|
|
321
321
|
}
|
|
322
322
|
],
|
|
323
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.
|
|
324
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.
|
|
323
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.4.0/README.md",
|
|
324
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.4.0/CHANGELOG.md",
|
|
325
325
|
"origin": "official"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
},
|
|
516
516
|
{
|
|
517
517
|
"name": "@yank-note/extension-luckysheet",
|
|
518
|
-
"version": "1.0
|
|
518
|
+
"version": "1.1.0",
|
|
519
519
|
"displayName": "Luckysheet",
|
|
520
520
|
"description": "Luckysheet table integration",
|
|
521
521
|
"displayName_ZH-CN": "Luckysheet",
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
},
|
|
533
533
|
"main": "./dist/index.js",
|
|
534
534
|
"style": "./dist/style.css",
|
|
535
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.0
|
|
535
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.1.0/icon.png",
|
|
536
536
|
"engines": {
|
|
537
537
|
"node": ">=14.6.0",
|
|
538
538
|
"yank-note": "^3.29.0"
|
|
@@ -541,11 +541,11 @@
|
|
|
541
541
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
542
542
|
},
|
|
543
543
|
"dist": {
|
|
544
|
-
"integrity": "sha512-
|
|
545
|
-
"shasum": "
|
|
546
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-luckysheet/-/extension-luckysheet-1.0.
|
|
544
|
+
"integrity": "sha512-Xuttqw4vJQXp5vRgpAN99PDDxaeV1EOYlybQMpiwMHDPZT+aQFN2DvkUEre0n4/xRwvnTc3f4zxQCJ5FxsdKag==",
|
|
545
|
+
"shasum": "3d81665da9cf008cd5ecc3dc66b8ab3bbe67e411",
|
|
546
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-luckysheet/-/extension-luckysheet-1.1.0.tgz",
|
|
547
547
|
"fileCount": 53,
|
|
548
|
-
"unpackedSize":
|
|
548
|
+
"unpackedSize": 6595333
|
|
549
549
|
},
|
|
550
550
|
"directories": {},
|
|
551
551
|
"maintainers": [
|
|
@@ -554,8 +554,8 @@
|
|
|
554
554
|
"email": "purocean@outlook.com"
|
|
555
555
|
}
|
|
556
556
|
],
|
|
557
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.0
|
|
558
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.0
|
|
557
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.1.0/README.md",
|
|
558
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-luckysheet/1.1.0/CHANGELOG.md",
|
|
559
559
|
"origin": "official"
|
|
560
560
|
},
|
|
561
561
|
{
|