yank-note-registry 1.0.44 → 1.0.48

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
@@ -2,7 +2,9 @@
2
2
 
3
3
  这里是 Yank Note 扩展的注册中心,如果你想要将自己的扩展注册添加到 Yank Note 扩展集中,请参考下面的步骤:
4
4
 
5
- 1. 将扩展发布到 NPM 仓库中
5
+ 1. 将扩展发布到 NPM 仓库中,需要注意:
6
+ 1. 包名需要以`yank-note-extension-` 开头
7
+ 2. `README.md` 中不要嵌入本地图片,需要使用网络图片,否则不能正确展示
6
8
  2. Fork 本项目
7
9
  3. 编辑 `extension.json`,将自己的扩展添加到 `$.registry` 中
8
10
  4. 创建一个新的 Pull Request, 并将相关说明附带上
package/extensions.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "official": [
3
3
  { "id": "@yank-note/extension-mermaid", "version": "1.0.0" },
4
- { "id": "@yank-note/extension-drawio", "version": "1.0.2" },
4
+ { "id": "@yank-note/extension-drawio", "version": "1.0.3" },
5
5
  { "id": "@yank-note/extension-echarts", "version": "1.0.0" },
6
6
  { "id": "@yank-note/extension-luckysheet", "version": "1.0.3" },
7
7
  { "id": "@yank-note/extension-openai", "version": "1.0.4" },
@@ -9,6 +9,5 @@
9
9
  { "id": "@yank-note/extension-git-push", "version": "1.1.7" },
10
10
  { "id": "@yank-note/extension-sublime-merge", "version": "1.0.5" }
11
11
  ],
12
- "registry": [
13
- ]
12
+ "registry": []
14
13
  }
package/index.json CHANGED
@@ -46,7 +46,7 @@
46
46
  },
47
47
  {
48
48
  "name": "@yank-note/extension-drawio",
49
- "version": "1.0.2",
49
+ "version": "1.0.3",
50
50
  "displayName": "Drawio",
51
51
  "description": "Drawio integration",
52
52
  "displayName_ZH-CN": "Drawio",
@@ -63,9 +63,9 @@
63
63
  },
64
64
  "main": "./dist/index.js",
65
65
  "style": "./dist/style.css",
66
- "icon": "https://fastly.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/icon.svg?__t=1652779079118",
67
- "readmeUrl": "https://fastly.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/README.md?__t=1652779079118",
68
- "changelogUrl": "https://fastly.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/CHANGELOG.md?__t=1652779079118",
66
+ "icon": "https://fastly.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/icon.svg?__t=1652779490469",
67
+ "readmeUrl": "https://fastly.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/README.md?__t=1652779490814",
68
+ "changelogUrl": "https://fastly.jsdelivr.net/gh/purocean/yank-note-extension/packages/extension-drawio/CHANGELOG.md?__t=1652779491043",
69
69
  "engines": {
70
70
  "node": ">=14.6.0",
71
71
  "yank-note": "^3.29.0"
@@ -74,11 +74,11 @@
74
74
  "url": "https://github.com/purocean/yank-note-extension/issues"
75
75
  },
76
76
  "dist": {
77
- "integrity": "sha512-00wEO8SrKwoPg6St4HAtsZFO2fHjrmC1f53waKOiabcEy2iKllpPuKrowz7x2/pqhLAJInuqWICdIq91P1/6Dg==",
78
- "shasum": "ce2536a34e764254c82d5bd26ca93919f0983584",
79
- "tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-1.0.2.tgz",
77
+ "integrity": "sha512-Bf2cxq6UR3OwAQzeJWo8Tf3UInrXzoStFnMnZPnBv5m/przNTWwFvYsVBMMoxhlUKA5cYncCrvTok/m8gJ+hRg==",
78
+ "shasum": "cf00010ad2da64442ad043b478ee1a189a535fce",
79
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-1.0.3.tgz",
80
80
  "fileCount": 3453,
81
- "unpackedSize": 136254478
81
+ "unpackedSize": 136254748
82
82
  },
83
83
  "directories": {},
84
84
  "maintainers": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.44",
3
+ "version": "1.0.48",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",