yank-note-registry 1.0.75 → 1.0.78
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 +60 -10
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.0.3" },
|
|
7
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.3.2" },
|
|
8
8
|
{ "id": "@yank-note/extension-markmap", "version": "1.1.1" },
|
|
9
|
-
{ "id": "@yank-note/extension-code-runner", "version": "1.
|
|
9
|
+
{ "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
|
|
10
10
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.1.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-git-push", "version": "1.1.7" },
|
|
12
12
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.0.5" },
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"registry": [
|
|
16
16
|
{ "id": "yank-note-extension-theme-yanser", "version": "1.0.5" },
|
|
17
|
+
{ "id": "yank-note-extension-view-reverse-yanser", "version": "1.0.1" },
|
|
17
18
|
{ "id": "yank-note-extension-vim-mode", "version": "1.0.2" },
|
|
18
19
|
{ "id": "yank-note-extension-tool-bar", "version": "1.0.0" }
|
|
19
20
|
]
|
package/index.json
CHANGED
|
@@ -277,11 +277,11 @@
|
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"name": "@yank-note/extension-code-runner",
|
|
280
|
-
"version": "1.
|
|
280
|
+
"version": "1.2.0",
|
|
281
281
|
"displayName": "Code Runner",
|
|
282
282
|
"displayName_ZH-CN": "Code Runner",
|
|
283
|
-
"description": "Run code for multiple languages: BASH/SH, PHP, Python, Node.js.",
|
|
284
|
-
"description_ZH-CN": "执行多种语言的代码:BASH/SH, PHP, Python, Node.js
|
|
283
|
+
"description": "Run code for multiple languages: BASH/SH, PHP, Python, Node.js, BAT, Java, C and more.",
|
|
284
|
+
"description_ZH-CN": "执行多种语言的代码:BASH/SH, PHP, Python, Node.js, BAT, Java, C 和更多。",
|
|
285
285
|
"keywords": [],
|
|
286
286
|
"author": {
|
|
287
287
|
"name": "Yank Note"
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
294
294
|
},
|
|
295
295
|
"main": "./dist/index.js",
|
|
296
|
-
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.
|
|
296
|
+
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.2.0/icon.png?__t=1660539858022",
|
|
297
297
|
"engines": {
|
|
298
298
|
"node": ">=14.6.0",
|
|
299
299
|
"yank-note": "^3.34.0"
|
|
@@ -305,11 +305,11 @@
|
|
|
305
305
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
306
306
|
},
|
|
307
307
|
"dist": {
|
|
308
|
-
"integrity": "sha512-
|
|
309
|
-
"shasum": "
|
|
310
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-runner/-/extension-code-runner-1.
|
|
308
|
+
"integrity": "sha512-LpMU0KCAX9kquRSqJWLY68hDtAUOauF1fckOEhEUFrePReWf1R1t7zfMJnU1NlN8jLHw6wF9mYznDhuqdySYMQ==",
|
|
309
|
+
"shasum": "85a8e2a092d75a729c1f78b4609464e60438ecc3",
|
|
310
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-runner/-/extension-code-runner-1.2.0.tgz",
|
|
311
311
|
"fileCount": 6,
|
|
312
|
-
"unpackedSize":
|
|
312
|
+
"unpackedSize": 53642
|
|
313
313
|
},
|
|
314
314
|
"directories": {},
|
|
315
315
|
"maintainers": [
|
|
@@ -318,8 +318,8 @@
|
|
|
318
318
|
"email": "purocean@outlook.com"
|
|
319
319
|
}
|
|
320
320
|
],
|
|
321
|
-
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.
|
|
322
|
-
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.
|
|
321
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.2.0/README.md?__t=1660539859192",
|
|
322
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.2.0/CHANGELOG.md?__t=1660539859296",
|
|
323
323
|
"origin": "official"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
@@ -561,6 +561,56 @@
|
|
|
561
561
|
"changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-theme-yanser@1.0.5/CHANGELOG.md?__t=1658156337264",
|
|
562
562
|
"origin": "registry"
|
|
563
563
|
},
|
|
564
|
+
{
|
|
565
|
+
"name": "yank-note-extension-view-reverse-yanser",
|
|
566
|
+
"version": "1.0.1",
|
|
567
|
+
"displayName": " view-reverse|Yanser",
|
|
568
|
+
"description": "view-reverse extension from Yanser",
|
|
569
|
+
"displayName_ZH-CN": "预览翻转|烟舍",
|
|
570
|
+
"description_ZH-CN": "翻转预览和编辑",
|
|
571
|
+
"author": {
|
|
572
|
+
"name": "Yanser"
|
|
573
|
+
},
|
|
574
|
+
"license": "AGPL-3.0",
|
|
575
|
+
"keywords": [],
|
|
576
|
+
"homepage": "https://github.com/Yannnser/yank-note-view-reverse.git",
|
|
577
|
+
"repository": {
|
|
578
|
+
"type": "git",
|
|
579
|
+
"url": "git+https://github.com/Yannnser/yank-note-view-reverse.git"
|
|
580
|
+
},
|
|
581
|
+
"publishConfig": {
|
|
582
|
+
"access": "public",
|
|
583
|
+
"registry": "https://registry.npmjs.org/"
|
|
584
|
+
},
|
|
585
|
+
"main": "./dist/index.js",
|
|
586
|
+
"style": "./dist/style.css",
|
|
587
|
+
"icon": "https://fastly.jsdelivr.net/npm/yank-note-extension-view-reverse-yanser@1.0.1/icon.png?__t=1660576925638",
|
|
588
|
+
"engines": {
|
|
589
|
+
"node": ">=14.6.0",
|
|
590
|
+
"yank-note": "^3.32.0"
|
|
591
|
+
},
|
|
592
|
+
"gitHead": "b8d4018cd8feb24a55b8d53b5a0f3a9db193f23b",
|
|
593
|
+
"bugs": {
|
|
594
|
+
"url": "https://github.com/Yannnser/yank-note-view-reverse/issues"
|
|
595
|
+
},
|
|
596
|
+
"dist": {
|
|
597
|
+
"integrity": "sha512-nvbou2EvQYomIfwWQ7TQxB5xj6TD5BZUylXo6zbvWMmQq2tCaQa8NSJvgq9FYX/9OIGRU0o5a0rmyQMIVB/IiQ==",
|
|
598
|
+
"shasum": "40564d7b82dfabe26a3cc15651ad3a9d2bd33a20",
|
|
599
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-view-reverse-yanser/-/yank-note-extension-view-reverse-yanser-1.0.1.tgz",
|
|
600
|
+
"fileCount": 7,
|
|
601
|
+
"unpackedSize": 5512
|
|
602
|
+
},
|
|
603
|
+
"directories": {},
|
|
604
|
+
"maintainers": [
|
|
605
|
+
{
|
|
606
|
+
"name": "yanser",
|
|
607
|
+
"email": "2306974571@qq.com"
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-view-reverse-yanser@1.0.1/README.md?__t=1660576926756",
|
|
611
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-view-reverse-yanser@1.0.1/CHANGELOG.md?__t=1660576927039",
|
|
612
|
+
"origin": "registry"
|
|
613
|
+
},
|
|
564
614
|
{
|
|
565
615
|
"name": "yank-note-extension-vim-mode",
|
|
566
616
|
"version": "1.0.2",
|