yank-note-registry 1.0.340 → 1.0.342

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
@@ -21,7 +21,7 @@
21
21
  { "id": "@yank-note/extension-git-push", "version": "1.4.0" },
22
22
  { "id": "@yank-note/extension-sublime-merge", "version": "1.6.0" },
23
23
  { "id": "@yank-note/extension-renumber", "version": "1.0.2" },
24
- { "id": "@yank-note/extension-code-line-highlighting", "version": "1.0.0" },
24
+ { "id": "@yank-note/extension-code-line-highlighting", "version": "1.0.2" },
25
25
  { "id": "@yank-note/extension-luckysheet", "version": "1.1.4" },
26
26
  { "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
27
27
  { "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
package/index.json CHANGED
@@ -987,7 +987,7 @@
987
987
  },
988
988
  {
989
989
  "name": "@yank-note/extension-code-line-highlighting",
990
- "version": "1.0.0",
990
+ "version": "1.0.2",
991
991
  "displayName": "Code Line Highlighting",
992
992
  "displayName_ZH-CN": "代码行高亮",
993
993
  "description": "Focus on specific code lines.",
@@ -1003,7 +1003,7 @@
1003
1003
  "url": "git+https://github.com/purocean/yank-note-extension.git"
1004
1004
  },
1005
1005
  "main": "./dist/index.js",
1006
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.0/icon.svg",
1006
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.2/icon.svg",
1007
1007
  "engines": {
1008
1008
  "node": ">=18.20.2",
1009
1009
  "yank-note": "^3.66.0"
@@ -1015,11 +1015,11 @@
1015
1015
  "url": "https://github.com/purocean/yank-note-extension/issues"
1016
1016
  },
1017
1017
  "dist": {
1018
- "integrity": "sha512-kXac/RtKqNzWli/pRPZnt5bdPJPz4WjYJwdl3oS5NVtf3adVmGi0zzYF+oVdAfT/NjC5A23Y5yTqjmY65lwOTg==",
1019
- "shasum": "3ca7277e5fe7d9ccba656e0b8ae4334455da7caf",
1020
- "tarball": "https://registry.npmjs.org/@yank-note/extension-code-line-highlighting/-/extension-code-line-highlighting-1.0.0.tgz",
1018
+ "integrity": "sha512-zmEXfkKCJWqEpjKdpo/s8w2C+QVH9iBPEAOk+mzVJxtbLMTCP0F3iUFQvq/LEANgjRNZm56fVQRc9JlxFah+3Q==",
1019
+ "shasum": "e95cd4928ee4500616272a074cf9ffc8252ac430",
1020
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-code-line-highlighting/-/extension-code-line-highlighting-1.0.2.tgz",
1021
1021
  "fileCount": 7,
1022
- "unpackedSize": 42363
1022
+ "unpackedSize": 42644
1023
1023
  },
1024
1024
  "directories": {},
1025
1025
  "maintainers": [
@@ -1028,8 +1028,8 @@
1028
1028
  "email": "purocean@outlook.com"
1029
1029
  }
1030
1030
  ],
1031
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.0/README.md",
1032
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.0/CHANGELOG.md",
1031
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.2/README.md",
1032
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.2/CHANGELOG.md",
1033
1033
  "origin": "official"
1034
1034
  },
1035
1035
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.340",
3
+ "version": "1.0.342",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",