yank-note-registry 1.0.158 → 1.0.159

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 CHANGED
@@ -19,7 +19,7 @@
19
19
  "registry": [
20
20
  { "id": "yank-note-extension-theme-yanser", "version": "2.0.0" },
21
21
  { "id": "yank-note-extension-view-reverse-yanser", "version": "2.3.0" },
22
- { "id": "yank-note-extension-vim-mode", "version": "1.0.7" },
22
+ { "id": "yank-note-extension-vim-mode", "version": "1.1.0" },
23
23
  { "id": "yank-note-extension-tool-bar", "version": "1.0.0" },
24
24
  { "id": "yank-note-extension-snippet", "version": "1.0.3" }
25
25
  ]
package/index.json CHANGED
@@ -814,7 +814,7 @@
814
814
  },
815
815
  {
816
816
  "name": "yank-note-extension-vim-mode",
817
- "version": "1.0.7",
817
+ "version": "1.1.0",
818
818
  "displayName": "Vim Mode",
819
819
  "description": "Vim Mode extension",
820
820
  "displayName_ZH-CN": "Vim Mode",
@@ -826,10 +826,10 @@
826
826
  "keywords": [],
827
827
  "homepage": "https://github.com/zhyipeng/yank-note-extension-vim-mode",
828
828
  "main": "./dist/index.js",
829
- "icon": "https://registry.yank-note.com/cdn/yank-note-extension-vim-mode/1.0.7/icon.png",
829
+ "icon": "https://registry.yank-note.com/cdn/yank-note-extension-vim-mode/1.1.0/icon.png",
830
830
  "engines": {
831
831
  "node": ">=14.6.0",
832
- "yank-note": "^3.35.0"
832
+ "yank-note": "^3.58.0"
833
833
  },
834
834
  "themes": [],
835
835
  "repository": {
@@ -839,13 +839,13 @@
839
839
  "bugs": {
840
840
  "url": "https://github.com/zhyipeng/yank-note-extension-vim-mode/issues"
841
841
  },
842
- "gitHead": "e8913c76ebbb0a4ed026977d4351c23e91922797",
842
+ "gitHead": "2dc2b2bc8c3ca3a94958a387e5366ea498d60dae",
843
843
  "dist": {
844
- "integrity": "sha512-7uwtVdySBGH2+pp56jtqPkdnvn8f6tZtr94+7mxIRYL/UQ3oEyX6xLhYQ2G36trgP+X/XwEa2siHM6UPYkLddw==",
845
- "shasum": "64038902afa222a5f4a6d0da548a521f64daa38f",
846
- "tarball": "https://registry.npmjs.org/yank-note-extension-vim-mode/-/yank-note-extension-vim-mode-1.0.7.tgz",
844
+ "integrity": "sha512-J1NahYumqAFlb+mJAgY4LBStCo7rrSLGsAClnOVFab25gIXFtlzA/y0pv0iX3PDXJ5/p8AY0EmrumNZMsmzE7A==",
845
+ "shasum": "4e8cf9fb8e00d445aeb987b64b069cee9fa33824",
846
+ "tarball": "https://registry.npmjs.org/yank-note-extension-vim-mode/-/yank-note-extension-vim-mode-1.1.0.tgz",
847
847
  "fileCount": 7,
848
- "unpackedSize": 122171
848
+ "unpackedSize": 125997
849
849
  },
850
850
  "directories": {},
851
851
  "maintainers": [
@@ -854,8 +854,8 @@
854
854
  "email": "zhyipeng@outlook.com"
855
855
  }
856
856
  ],
857
- "readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-vim-mode/1.0.7/README.md",
858
- "changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-vim-mode/1.0.7/CHANGELOG.md",
857
+ "readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-vim-mode/1.1.0/README.md",
858
+ "changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-vim-mode/1.1.0/CHANGELOG.md",
859
859
  "origin": "registry"
860
860
  },
861
861
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.158",
3
+ "version": "1.0.159",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",