yank-note-registry 1.0.53 → 1.0.54
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 +1 -1
- package/index.json +10 -10
- package/package.json +1 -1
package/extensions.json
CHANGED
package/index.json
CHANGED
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
},
|
|
421
421
|
{
|
|
422
422
|
"name": "yank-note-extension-vim-mode",
|
|
423
|
-
"version": "1.0.
|
|
423
|
+
"version": "1.0.1",
|
|
424
424
|
"displayName": "Vim Mode",
|
|
425
425
|
"description": "Vim Mode extension",
|
|
426
426
|
"displayName_ZH-CN": "Vim Mode",
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"keywords": [],
|
|
433
433
|
"homepage": "https://github.com/zhyipeng/yank-note-extension-vim-mode",
|
|
434
434
|
"main": "./dist/index.js",
|
|
435
|
-
"icon": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.
|
|
435
|
+
"icon": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.1/icon.png?__t=1653492085791",
|
|
436
436
|
"engines": {
|
|
437
437
|
"node": ">=14.6.0",
|
|
438
438
|
"yank-note": "^3.29.0"
|
|
@@ -445,13 +445,13 @@
|
|
|
445
445
|
"bugs": {
|
|
446
446
|
"url": "https://github.com/zhyipeng/yank-note-extension-vim-mode/issues"
|
|
447
447
|
},
|
|
448
|
-
"gitHead": "
|
|
448
|
+
"gitHead": "02e381cce8e625f7613823ec86f604efedd4b2c5",
|
|
449
449
|
"dist": {
|
|
450
|
-
"integrity": "sha512-
|
|
451
|
-
"shasum": "
|
|
452
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-vim-mode/-/yank-note-extension-vim-mode-1.0.
|
|
453
|
-
"fileCount":
|
|
454
|
-
"unpackedSize":
|
|
450
|
+
"integrity": "sha512-QVEJyWbzqCdHs3CX4ZIGg2ee+AweTkVfYvsgSkQxdc7BEKH3K0zK3KTP7lLF1/WkwpxfnasxIfLGIh+qYC1cAA==",
|
|
451
|
+
"shasum": "b29a4ef8f192b1d8316e8e7a6d018911906ff12b",
|
|
452
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-vim-mode/-/yank-note-extension-vim-mode-1.0.1.tgz",
|
|
453
|
+
"fileCount": 7,
|
|
454
|
+
"unpackedSize": 118774
|
|
455
455
|
},
|
|
456
456
|
"directories": {},
|
|
457
457
|
"maintainers": [
|
|
@@ -460,8 +460,8 @@
|
|
|
460
460
|
"email": "zhyipeng@outlook.com"
|
|
461
461
|
}
|
|
462
462
|
],
|
|
463
|
-
"readmeUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.
|
|
464
|
-
"changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.
|
|
463
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.1/README.md?__t=1653492086109",
|
|
464
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-vim-mode@1.0.1/CHANGELOG.md?__t=1653492086459",
|
|
465
465
|
"origin": "registry"
|
|
466
466
|
}
|
|
467
467
|
]
|