yank-note-registry 1.0.376 → 1.0.378

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
@@ -4,7 +4,7 @@
4
4
  { "id": "@yank-note/extension-mermaid", "version": "1.14.0" },
5
5
  { "id": "@yank-note/extension-sidebar-terminal", "version": "1.1.1" },
6
6
  { "id": "@yank-note/extension-review", "version": "1.0.4" },
7
- { "id": "@yank-note/extension-drawio", "version": "2.6.1" },
7
+ { "id": "@yank-note/extension-drawio", "version": "2.7.0" },
8
8
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
9
9
  { "id": "@yank-note/extension-change-gutter", "version": "1.0.2" },
10
10
  { "id": "@yank-note/extension-graph-view", "version": "1.3.2" },
@@ -42,6 +42,7 @@
42
42
  { "id": "yank-note-extension-math", "version": "0.3.3" },
43
43
  { "id": "yank-note-extension-background", "version": "1.0.3" },
44
44
  { "id": "yank-note-extension-word-statistic", "version": "0.0.5" },
45
- { "id": "yank-note-extension-directory-tree", "version": "0.0.2" }
45
+ { "id": "yank-note-extension-directory-tree", "version": "0.0.2" },
46
+ { "id": "yank-note-extension-tempmd", "version": "0.1.0" }
46
47
  ]
47
48
  }
package/index.json CHANGED
@@ -198,48 +198,48 @@
198
198
  "origin": "official"
199
199
  },
200
200
  {
201
- "name": "@yank-note/extension-drawio",
202
- "version": "2.6.1",
203
- "displayName": "Drawio",
204
- "description": "Drawio integration",
205
- "displayName_ZH-CN": "Drawio",
206
- "description_ZH-CN": "Drawio 图形集成",
207
- "author": {
208
- "name": "Yank Note"
201
+ "bugs": {
202
+ "url": "https://github.com/purocean/yank-note-extension/issues"
209
203
  },
210
- "license": "AGPL-3.0",
211
- "keywords": [],
212
- "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-drawio",
213
- "repository": {
214
- "type": "git",
215
- "url": "git+https://github.com/purocean/yank-note-extension.git"
204
+ "dist": {
205
+ "shasum": "a188256fed56cdf4e3d173df4bf4d6a9d406af55",
206
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.7.0.tgz",
207
+ "fileCount": 3419,
208
+ "integrity": "sha512-4VLUG9TbHnHWgUSr6UtilrSdwuBtnfXaAJvXQwCS+1QSnPFpQpF1N2vyuvnU5n2fMx9/7pk2Fnb5Wir20PaOUQ==",
209
+ "unpackedSize": 154173546
216
210
  },
211
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.7.0/icon.svg",
217
212
  "main": "./main/index.js",
213
+ "name": "@yank-note/extension-drawio",
218
214
  "style": "./main/style.css",
219
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.1/icon.svg",
220
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.1/README.md",
221
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.1/CHANGELOG.md",
215
+ "author": {
216
+ "name": "Yank Note"
217
+ },
222
218
  "engines": {
223
219
  "node": ">=18.20.2",
224
220
  "yank-note": "^3.66.0"
225
221
  },
226
- "bugs": {
227
- "url": "https://github.com/purocean/yank-note-extension/issues"
228
- },
229
- "dist": {
230
- "integrity": "sha512-VXum8qMacJrJntcwIMJaQyM3G7gzi0tYMSEKRLsQLAeEzpVcsnflvP1bCIWH4IDZeVmcgV71M/Oi7WqBIflIzQ==",
231
- "shasum": "2cf4edd9589c5666acb57160be834a55f700e311",
232
- "tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.6.1.tgz",
233
- "fileCount": 2877,
234
- "unpackedSize": 108483169
222
+ "license": "AGPL-3.0",
223
+ "version": "2.7.0",
224
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-drawio",
225
+ "keywords": [],
226
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.7.0/README.md",
227
+ "repository": {
228
+ "url": "git+https://github.com/purocean/yank-note-extension.git",
229
+ "type": "git"
235
230
  },
231
+ "description": "Drawio integration",
236
232
  "directories": {},
233
+ "displayName": "Drawio",
237
234
  "maintainers": [
238
235
  {
239
236
  "name": "purocean",
240
237
  "email": "purocean@outlook.com"
241
238
  }
242
239
  ],
240
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.7.0/CHANGELOG.md",
241
+ "description_ZH-CN": "Drawio 图形集成",
242
+ "displayName_ZH-CN": "Drawio",
243
243
  "origin": "official"
244
244
  },
245
245
  {
@@ -1916,5 +1916,56 @@
1916
1916
  "readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-directory-tree/0.0.2/README.md",
1917
1917
  "changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-directory-tree/0.0.2/CHANGELOG.md",
1918
1918
  "origin": "registry"
1919
+ },
1920
+ {
1921
+ "name": "yank-note-extension-tempmd",
1922
+ "version": "0.1.0",
1923
+ "displayName": "temp.md Temporary Preview",
1924
+ "description": "Publish the current Yank Note document to an unlisted, expiring temp.md preview URL.",
1925
+ "displayName_ZH-CN": "temp.md 临时预览",
1926
+ "description_ZH-CN": "将当前 Yank Note 文档发布到不公开列出、会自动过期的 temp.md 预览链接。",
1927
+ "repository": {
1928
+ "type": "git",
1929
+ "url": "git+https://github.com/huangdun/yank-note-extension-tempmd.git"
1930
+ },
1931
+ "author": {
1932
+ "name": "huangdun"
1933
+ },
1934
+ "license": "MIT",
1935
+ "keywords": [
1936
+ "yank-note",
1937
+ "yank-note-extension",
1938
+ "temp.md",
1939
+ "preview",
1940
+ "sharing"
1941
+ ],
1942
+ "homepage": "https://github.com/huangdun/yank-note-extension-tempmd#readme",
1943
+ "bugs": {
1944
+ "url": "https://github.com/huangdun/yank-note-extension-tempmd/issues"
1945
+ },
1946
+ "main": "./dist/index.js",
1947
+ "icon": "https://registry.yank-note.com/cdn/yank-note-extension-tempmd/0.1.0/icon.svg",
1948
+ "engines": {
1949
+ "node": ">=18.20.2",
1950
+ "yank-note": "^3.80.0"
1951
+ },
1952
+ "gitHead": "1dbb7a2d3e33b46dbbc355f55755b66389cb30ad",
1953
+ "dist": {
1954
+ "integrity": "sha512-OVCx4oqef9WeE0PaRvfBs9KdfJ14+3Se/6iOMX1GzgH/yzMZwnu+rvjqr6StmP6RyY1idaiaa+fNVouisQNK6Q==",
1955
+ "shasum": "071d5d013dbdf28ab06540e102128505fe88d114",
1956
+ "tarball": "https://registry.npmjs.org/yank-note-extension-tempmd/-/yank-note-extension-tempmd-0.1.0.tgz",
1957
+ "fileCount": 6,
1958
+ "unpackedSize": 15604
1959
+ },
1960
+ "directories": {},
1961
+ "maintainers": [
1962
+ {
1963
+ "name": "huangdun",
1964
+ "email": "huangdun1212@hotmail.com"
1965
+ }
1966
+ ],
1967
+ "readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-tempmd/0.1.0/README.md",
1968
+ "changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-tempmd/0.1.0/CHANGELOG.md",
1969
+ "origin": "registry"
1919
1970
  }
1920
1971
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.376",
3
+ "version": "1.0.378",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",