yank-note-registry 1.0.339 → 1.0.341

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,6 +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.1" },
24
25
  { "id": "@yank-note/extension-luckysheet", "version": "1.1.4" },
25
26
  { "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
26
27
  { "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
package/index.json CHANGED
@@ -985,6 +985,53 @@
985
985
  "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.2/CHANGELOG.md",
986
986
  "origin": "official"
987
987
  },
988
+ {
989
+ "name": "@yank-note/extension-code-line-highlighting",
990
+ "version": "1.0.1",
991
+ "displayName": "Code Line Highlighting",
992
+ "displayName_ZH-CN": "代码行高亮",
993
+ "description": "Focus on specific code lines.",
994
+ "description_ZH-CN": "聚焦特定的代码行。",
995
+ "keywords": [],
996
+ "author": {
997
+ "name": "Yank Note"
998
+ },
999
+ "license": "AGPL-3.0",
1000
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-code-line-highlighting",
1001
+ "repository": {
1002
+ "type": "git",
1003
+ "url": "git+https://github.com/purocean/yank-note-extension.git"
1004
+ },
1005
+ "main": "./dist/index.js",
1006
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.1/icon.svg",
1007
+ "engines": {
1008
+ "node": ">=18.20.2",
1009
+ "yank-note": "^3.66.0"
1010
+ },
1011
+ "requirements": {
1012
+ "terminal": true
1013
+ },
1014
+ "bugs": {
1015
+ "url": "https://github.com/purocean/yank-note-extension/issues"
1016
+ },
1017
+ "dist": {
1018
+ "integrity": "sha512-gMhokq6CoX6ex1DQPtUeevTimG1/Knb2q4/vnlHraKOQnriGaNrasVkgA+jY6rE7Lr+JJmwF6yhBs0wHQhiXGw==",
1019
+ "shasum": "46ac94120959ce7fd7af03e6af93dcd0ac70a098",
1020
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-code-line-highlighting/-/extension-code-line-highlighting-1.0.1.tgz",
1021
+ "fileCount": 7,
1022
+ "unpackedSize": 42480
1023
+ },
1024
+ "directories": {},
1025
+ "maintainers": [
1026
+ {
1027
+ "name": "purocean",
1028
+ "email": "purocean@outlook.com"
1029
+ }
1030
+ ],
1031
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.1/README.md",
1032
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-line-highlighting/1.0.1/CHANGELOG.md",
1033
+ "origin": "official"
1034
+ },
988
1035
  {
989
1036
  "name": "@yank-note/extension-luckysheet",
990
1037
  "version": "1.1.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.339",
3
+ "version": "1.0.341",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",