yank-note-registry 1.0.291 → 1.0.293

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/README.md CHANGED
@@ -1,14 +1,16 @@
1
1
  # Yank Note Extension Registry
2
2
 
3
- 这里是 Yank Note 扩展的注册中心,如果你想要将自己的扩展注册添加到 Yank Note 扩展集中,请参考下面的步骤:
3
+ English | [简体中文](./README_ZH-CN.md)
4
4
 
5
- 1. 将扩展发布到 NPM 仓库中,需要注意:
6
- 1. 包名需要以`yank-note-extension-` 开头
7
- 2. `README.md` 中不要嵌入本地图片,需要使用网络图片,否则不能正确展示
8
- 2. Fork 本项目
9
- 3. 编辑 `extension.json`,将自己的扩展添加到 `$.registry` 中
10
- 4. 创建一个新的 Pull Request, 并将相关说明附带上
5
+ This is the registration center for Yank Note extensions. If you want to register your own extension to the Yank Note extension collection, please follow the steps below:
11
6
 
12
- 等到 Pull Request 合并后,用户就可以在 Yank Note 中看到你的扩展了。
7
+ 1. Publish the extension to the NPM repository, noting the following:
8
+ 1. The package name must start with `yank-note-extension-`
9
+ 2. Do not embed local images in `README.md`; use online images instead, otherwise, they will not be displayed correctly
10
+ 2. Fork this project
11
+ 3. Edit `extension.json`, adding your extension to `$.registry`
12
+ 4. Create a new Pull Request, and attach the relevant description
13
13
 
14
- 如果要更新扩展,需要重复上述步骤。
14
+ After the Pull Request is merged, users will be able to see your extension in Yank Note.
15
+
16
+ If you need to update the extension, repeat the above steps.
@@ -0,0 +1,16 @@
1
+ # Yank Note Extension Registry
2
+
3
+ [English](./README.md) | 简体中文
4
+
5
+ 这里是 Yank Note 扩展的注册中心,如果你想要将自己的扩展注册添加到 Yank Note 扩展集中,请参考下面的步骤:
6
+
7
+ 1. 将扩展发布到 NPM 仓库中,需要注意:
8
+ 1. 包名需要以`yank-note-extension-` 开头
9
+ 2. `README.md` 中不要嵌入本地图片,需要使用网络图片,否则不能正确展示
10
+ 2. Fork 本项目
11
+ 3. 编辑 `extension.json`,将自己的扩展添加到 `$.registry` 中
12
+ 4. 创建一个新的 Pull Request, 并将相关说明附带上
13
+
14
+ 等到 Pull Request 合并后,用户就可以在 Yank Note 中看到你的扩展了。
15
+
16
+ 如果要更新扩展,需要重复上述步骤。
package/extensions.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "official": [
3
- { "id": "@yank-note/extension-ai-copilot", "version": "1.24.1" },
3
+ { "id": "@yank-note/extension-ai-copilot", "version": "1.25.1" },
4
4
  { "id": "@yank-note/extension-mermaid", "version": "1.9.0" },
5
5
  { "id": "@yank-note/extension-drawio", "version": "2.5.0" },
6
6
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
@@ -17,7 +17,7 @@
17
17
  { "id": "@yank-note/extension-popup-preview", "version": "1.2.3" },
18
18
  { "id": "@yank-note/extension-git-push", "version": "1.4.0" },
19
19
  { "id": "@yank-note/extension-sublime-merge", "version": "1.5.0" },
20
- { "id": "@yank-note/extension-renumber", "version": "1.0.1" },
20
+ { "id": "@yank-note/extension-renumber", "version": "1.0.2" },
21
21
  { "id": "@yank-note/extension-luckysheet", "version": "1.1.4" },
22
22
  { "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
23
23
  { "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
package/index.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "@yank-note/extension-ai-copilot",
4
- "version": "1.24.1",
4
+ "version": "1.25.1",
5
5
  "displayName": "AI Copilot",
6
6
  "description": "Your AI writing assistant",
7
7
  "displayName_ZH-CN": "AI Copilot",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "main": "./dist/index.js",
20
20
  "style": "./dist/style.css",
21
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.1/icon.svg",
21
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.25.1/icon.svg",
22
22
  "engines": {
23
23
  "node": ">=18.20.2",
24
24
  "yank-note": "^3.65.0"
@@ -30,11 +30,11 @@
30
30
  "url": "https://github.com/purocean/yank-note-extension/issues"
31
31
  },
32
32
  "dist": {
33
- "integrity": "sha512-EUjE7WrVbHjFRWagXKxdM6VRTN0d1/p+5vPWBvYCNB0WZ3TVWFXUrRAtSDlDa/RSKvwmrTtWqomqVUc3aqf9Gw==",
34
- "shasum": "17bf967c8e6929fae3e20868e95b919df12299ea",
35
- "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.24.1.tgz",
33
+ "integrity": "sha512-L0ApsJgNDHfjhX+lMBHon0EEdPasetv7xLmnLjmuuSWZ+pBiXPVxf61UY1o3Z+ps7uEuf9n/JKQLgun9DnuNtg==",
34
+ "shasum": "8e27958cb58b1801fef504494e354cb4e11e654e",
35
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.25.1.tgz",
36
36
  "fileCount": 7,
37
- "unpackedSize": 197042
37
+ "unpackedSize": 202708
38
38
  },
39
39
  "directories": {},
40
40
  "maintainers": [
@@ -43,8 +43,8 @@
43
43
  "email": "purocean@outlook.com"
44
44
  }
45
45
  ],
46
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.1/README.md",
47
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.1/CHANGELOG.md",
46
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.25.1/README.md",
47
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.25.1/CHANGELOG.md",
48
48
  "origin": "official"
49
49
  },
50
50
  {
@@ -784,7 +784,7 @@
784
784
  },
785
785
  {
786
786
  "name": "@yank-note/extension-renumber",
787
- "version": "1.0.1",
787
+ "version": "1.0.2",
788
788
  "displayName": "Renumber",
789
789
  "displayName_ZH-CN": "自动编号",
790
790
  "description": "Automatically renumber the list items in the note.",
@@ -800,10 +800,10 @@
800
800
  "url": "git+https://github.com/purocean/yank-note-extension.git"
801
801
  },
802
802
  "main": "./dist/index.js",
803
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.1/icon.svg",
803
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.2/icon.svg",
804
804
  "style": "./dist/style.css",
805
805
  "engines": {
806
- "node": ">=14.6.0",
806
+ "node": ">=18.20.2",
807
807
  "yank-note": "^3.66.0"
808
808
  },
809
809
  "requirements": {
@@ -813,11 +813,11 @@
813
813
  "url": "https://github.com/purocean/yank-note-extension/issues"
814
814
  },
815
815
  "dist": {
816
- "integrity": "sha512-wZkgfRkln+fZHQfCYTSJJJqJdcNgETtDdtBqCw2gLvUZb7wy8WLdT5GS01GPgw6z/YPB03nZ4ywuEi/4WR68wQ==",
817
- "shasum": "2d8bba994cd6299bcd4636fe6380c0c61af2196a",
818
- "tarball": "https://registry.npmjs.org/@yank-note/extension-renumber/-/extension-renumber-1.0.1.tgz",
816
+ "integrity": "sha512-2a2hZ/Xa3+1Ot9WvnORyuNsfrXADb77TA8cAc3hk1lVeIqiTN35/w6Be2phYk3IZz1qn1MCXKGXnoZCqUNWYkQ==",
817
+ "shasum": "3fe8e578c1d039441ed0409d5db5ae19abac2469",
818
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-renumber/-/extension-renumber-1.0.2.tgz",
819
819
  "fileCount": 7,
820
- "unpackedSize": 44085
820
+ "unpackedSize": 44274
821
821
  },
822
822
  "directories": {},
823
823
  "maintainers": [
@@ -826,8 +826,8 @@
826
826
  "email": "purocean@outlook.com"
827
827
  }
828
828
  ],
829
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.1/README.md",
830
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.1/CHANGELOG.md",
829
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.2/README.md",
830
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.2/CHANGELOG.md",
831
831
  "origin": "official"
832
832
  },
833
833
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.291",
3
+ "version": "1.0.293",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",