yank-note-registry 1.0.62 → 1.0.65
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 +4 -2
- package/index.json +105 -10
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
{ "id": "@yank-note/extension-drawio", "version": "1.0.3" },
|
|
5
5
|
{ "id": "@yank-note/extension-echarts", "version": "1.0.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.0.3" },
|
|
7
|
-
{ "id": "@yank-note/extension-reveal-js", "version": "1.
|
|
7
|
+
{ "id": "@yank-note/extension-reveal-js", "version": "1.3.0" },
|
|
8
|
+
{ "id": "@yank-note/extension-markmap", "version": "1.0.1" },
|
|
8
9
|
{ "id": "@yank-note/extension-openai", "version": "1.0.4" },
|
|
9
10
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.1.0" },
|
|
10
11
|
{ "id": "@yank-note/extension-git-push", "version": "1.1.7" },
|
|
@@ -12,6 +13,7 @@
|
|
|
12
13
|
],
|
|
13
14
|
"registry": [
|
|
14
15
|
{ "id": "yank-note-extension-theme-yanser", "version": "1.0.5" },
|
|
15
|
-
{ "id": "yank-note-extension-vim-mode", "version": "1.0.2" }
|
|
16
|
+
{ "id": "yank-note-extension-vim-mode", "version": "1.0.2" },
|
|
17
|
+
{ "id": "yank-note-extension-tool-bar", "version": "1.0.0" }
|
|
16
18
|
]
|
|
17
19
|
}
|
package/index.json
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"name": "@yank-note/extension-reveal-js",
|
|
184
|
-
"version": "1.
|
|
184
|
+
"version": "1.3.0",
|
|
185
185
|
"displayName": "Reveal.js",
|
|
186
186
|
"description": "Reveal.js integration",
|
|
187
187
|
"displayName_ZH-CN": "Reveal.js",
|
|
@@ -197,10 +197,59 @@
|
|
|
197
197
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
198
198
|
},
|
|
199
199
|
"main": "./dist/index.js",
|
|
200
|
-
"
|
|
200
|
+
"style": "./dist/style.css",
|
|
201
|
+
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-reveal-js@1.3.0/icon.svg?__t=1658997146940",
|
|
202
|
+
"engines": {
|
|
203
|
+
"node": ">=14.6.0",
|
|
204
|
+
"yank-note": "^3.33.0"
|
|
205
|
+
},
|
|
206
|
+
"requirements": {
|
|
207
|
+
"premium": true
|
|
208
|
+
},
|
|
209
|
+
"bugs": {
|
|
210
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
211
|
+
},
|
|
212
|
+
"dist": {
|
|
213
|
+
"integrity": "sha512-wJP3D2FVMQngK+9DFY6VZ5zZ5YUA1xSMOZdBlNW1HaKUes09IxPANXQ9nXk4orAJ6M3+fQIclRY4uAEwHnVfGw==",
|
|
214
|
+
"shasum": "61b076ab9653a21101d949e76e520c0252b7307c",
|
|
215
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.3.0.tgz",
|
|
216
|
+
"fileCount": 63,
|
|
217
|
+
"unpackedSize": 4678063
|
|
218
|
+
},
|
|
219
|
+
"directories": {},
|
|
220
|
+
"maintainers": [
|
|
221
|
+
{
|
|
222
|
+
"name": "purocean",
|
|
223
|
+
"email": "purocean@outlook.com"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-reveal-js@1.3.0/README.md?__t=1658997147356",
|
|
227
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-reveal-js@1.3.0/CHANGELOG.md?__t=1658997151870",
|
|
228
|
+
"origin": "official"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "@yank-note/extension-markmap",
|
|
232
|
+
"version": "1.0.1",
|
|
233
|
+
"displayName": "Markmap",
|
|
234
|
+
"description": "Visualize your Markdown as mindmaps with Markmap.",
|
|
235
|
+
"displayName_ZH-CN": "Markmap",
|
|
236
|
+
"description_ZH-CN": "使用 Markmap 将您的 Markdown 可视化为思维导图。",
|
|
237
|
+
"author": {
|
|
238
|
+
"name": "Yank Note"
|
|
239
|
+
},
|
|
240
|
+
"license": "AGPL-3.0",
|
|
241
|
+
"keywords": [],
|
|
242
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-markmap",
|
|
243
|
+
"repository": {
|
|
244
|
+
"type": "git",
|
|
245
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
246
|
+
},
|
|
247
|
+
"main": "./dist/index.js",
|
|
248
|
+
"style": "./dist/style.css",
|
|
249
|
+
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.0.1/icon.png?__t=1659021661043",
|
|
201
250
|
"engines": {
|
|
202
251
|
"node": ">=14.6.0",
|
|
203
|
-
"yank-note": "^3.
|
|
252
|
+
"yank-note": "^3.33.0"
|
|
204
253
|
},
|
|
205
254
|
"requirements": {
|
|
206
255
|
"premium": true
|
|
@@ -209,11 +258,11 @@
|
|
|
209
258
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
210
259
|
},
|
|
211
260
|
"dist": {
|
|
212
|
-
"integrity": "sha512-
|
|
213
|
-
"shasum": "
|
|
214
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-
|
|
215
|
-
"fileCount":
|
|
216
|
-
"unpackedSize":
|
|
261
|
+
"integrity": "sha512-7Sb3/gpSrqs2IJZf+uYzFioXB7XOdr2jrbgc6+D0J8LMW1Yk9JxpWjaopI4qJDVPHOYgv6NWWq9NfT8meuXIFA==",
|
|
262
|
+
"shasum": "c475e243a198090c0f9753276c17452547d82eb9",
|
|
263
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.0.1.tgz",
|
|
264
|
+
"fileCount": 12,
|
|
265
|
+
"unpackedSize": 476195
|
|
217
266
|
},
|
|
218
267
|
"directories": {},
|
|
219
268
|
"maintainers": [
|
|
@@ -222,8 +271,8 @@
|
|
|
222
271
|
"email": "purocean@outlook.com"
|
|
223
272
|
}
|
|
224
273
|
],
|
|
225
|
-
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-
|
|
226
|
-
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-
|
|
274
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.0.1/README.md?__t=1659021661161",
|
|
275
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-markmap@1.0.1/CHANGELOG.md?__t=1659021661545",
|
|
227
276
|
"origin": "official"
|
|
228
277
|
},
|
|
229
278
|
{
|
|
@@ -510,5 +559,51 @@
|
|
|
510
559
|
"readmeUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.2/README.md?__t=1653558909668",
|
|
511
560
|
"changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.2/CHANGELOG.md?__t=1653558910051",
|
|
512
561
|
"origin": "registry"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "yank-note-extension-tool-bar",
|
|
565
|
+
"version": "1.0.0",
|
|
566
|
+
"displayName": "Yank Note Tool Bar",
|
|
567
|
+
"description": "Tool Bar For Yank Note",
|
|
568
|
+
"displayName_ZH-CN": "工具栏",
|
|
569
|
+
"description_ZH-CN": "yank工具栏",
|
|
570
|
+
"author": {
|
|
571
|
+
"name": "andrew_asa"
|
|
572
|
+
},
|
|
573
|
+
"license": "AGPL-3.0",
|
|
574
|
+
"keywords": [],
|
|
575
|
+
"homepage": "https://github.com/andrew-asa/yank-note-extension-tool-bar",
|
|
576
|
+
"repository": {
|
|
577
|
+
"type": "git",
|
|
578
|
+
"url": "git+ssh://git@github.com/andrew-asa/yank-note-extension-tool-bar.git"
|
|
579
|
+
},
|
|
580
|
+
"main": "./dist/index.js",
|
|
581
|
+
"icon": "https://fastly.jsdelivr.net/npm/yank-note-extension-tool-bar@1.0.0/icon.png?__t=1658886520206",
|
|
582
|
+
"engines": {
|
|
583
|
+
"node": ">=14.6.0",
|
|
584
|
+
"yank-note": "^3.30.0"
|
|
585
|
+
},
|
|
586
|
+
"requirements": {},
|
|
587
|
+
"bugs": {
|
|
588
|
+
"url": "https://github.com/andrew-asa/yank-note-extension-tool-bar/issues"
|
|
589
|
+
},
|
|
590
|
+
"gitHead": "9d3ff2a4846228022be6b24e75b735088d82e97f",
|
|
591
|
+
"dist": {
|
|
592
|
+
"integrity": "sha512-OBt3R+WaVhJvCzldqhvy61Sajzu3c1KZg4khYpWBQFPNhKnjQ8VQUhz3rbak1Rz3kfXZEowi2FswxNR7FabNYg==",
|
|
593
|
+
"shasum": "2b2a414c18675ccfae13e2767c321bea17ce3b52",
|
|
594
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-tool-bar/-/yank-note-extension-tool-bar-1.0.0.tgz",
|
|
595
|
+
"fileCount": 6,
|
|
596
|
+
"unpackedSize": 1266436
|
|
597
|
+
},
|
|
598
|
+
"directories": {},
|
|
599
|
+
"maintainers": [
|
|
600
|
+
{
|
|
601
|
+
"name": "andrew_asa",
|
|
602
|
+
"email": "asa.andrew@yahoo.com"
|
|
603
|
+
}
|
|
604
|
+
],
|
|
605
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-tool-bar@1.0.0/README.md?__t=1658886520594",
|
|
606
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-tool-bar@1.0.0/CHANGELOG.md?__t=1658886521753",
|
|
607
|
+
"origin": "registry"
|
|
513
608
|
}
|
|
514
609
|
]
|