yank-note-registry 1.0.261 → 1.0.263
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 +2 -2
- package/index.json +17 -17
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
7
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
|
|
8
8
|
{ "id": "@yank-note/extension-markmap", "version": "1.6.0" },
|
|
9
|
-
{ "id": "@yank-note/extension-code-runner", "version": "1.
|
|
10
|
-
{ "id": "@yank-note/extension-ai-copilot", "version": "1.
|
|
9
|
+
{ "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
|
|
10
|
+
{ "id": "@yank-note/extension-ai-copilot", "version": "1.19.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-repl", "version": "1.3.0" },
|
|
12
12
|
{ "id": "@yank-note/extension-kroki", "version": "1.1.2" },
|
|
13
13
|
{ "id": "@yank-note/extension-tldraw", "version": "1.1.0" },
|
package/index.json
CHANGED
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"name": "@yank-note/extension-code-runner",
|
|
282
|
-
"version": "1.
|
|
282
|
+
"version": "1.4.0",
|
|
283
283
|
"displayName": "Code Runner",
|
|
284
284
|
"displayName_ZH-CN": "Code Runner",
|
|
285
285
|
"description": "Run code for multiple languages: BASH/SH, PHP, Python, Node.js, BAT, Java, C and more.",
|
|
@@ -295,9 +295,9 @@
|
|
|
295
295
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
296
296
|
},
|
|
297
297
|
"main": "./dist/index.js",
|
|
298
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.
|
|
298
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.4.0/icon.png",
|
|
299
299
|
"engines": {
|
|
300
|
-
"node": ">=
|
|
300
|
+
"node": ">=18.20.2",
|
|
301
301
|
"yank-note": "^3.34.0"
|
|
302
302
|
},
|
|
303
303
|
"requirements": {
|
|
@@ -307,11 +307,11 @@
|
|
|
307
307
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
308
308
|
},
|
|
309
309
|
"dist": {
|
|
310
|
-
"integrity": "sha512-
|
|
311
|
-
"shasum": "
|
|
312
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-runner/-/extension-code-runner-1.
|
|
310
|
+
"integrity": "sha512-8FAxVBXcVZJm0OAnDiUQBLApWXa66OTK1tsncGF5Ep5s9W2JUXlHBzOAMqY7fjFGRU3XoKs/0gNCyRGoC55VNA==",
|
|
311
|
+
"shasum": "a37f7d0388d1b435b4c6a8fa6c5c7bff0720bad4",
|
|
312
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-runner/-/extension-code-runner-1.4.0.tgz",
|
|
313
313
|
"fileCount": 6,
|
|
314
|
-
"unpackedSize":
|
|
314
|
+
"unpackedSize": 54426
|
|
315
315
|
},
|
|
316
316
|
"directories": {},
|
|
317
317
|
"maintainers": [
|
|
@@ -320,13 +320,13 @@
|
|
|
320
320
|
"email": "purocean@outlook.com"
|
|
321
321
|
}
|
|
322
322
|
],
|
|
323
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.
|
|
324
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.
|
|
323
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.4.0/README.md",
|
|
324
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.4.0/CHANGELOG.md",
|
|
325
325
|
"origin": "official"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
"name": "@yank-note/extension-ai-copilot",
|
|
329
|
-
"version": "1.
|
|
329
|
+
"version": "1.19.0",
|
|
330
330
|
"displayName": "AI Copilot",
|
|
331
331
|
"description": "Your AI writing assistant",
|
|
332
332
|
"displayName_ZH-CN": "AI Copilot",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
},
|
|
344
344
|
"main": "./dist/index.js",
|
|
345
345
|
"style": "./dist/style.css",
|
|
346
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.
|
|
346
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.19.0/icon.svg",
|
|
347
347
|
"engines": {
|
|
348
348
|
"node": ">=18.20.2",
|
|
349
349
|
"yank-note": "^3.65.0"
|
|
@@ -355,11 +355,11 @@
|
|
|
355
355
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
356
356
|
},
|
|
357
357
|
"dist": {
|
|
358
|
-
"integrity": "sha512-
|
|
359
|
-
"shasum": "
|
|
360
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.
|
|
358
|
+
"integrity": "sha512-falg5Xj6Fj0ZZjAPUHGEh9ZVDcx/JrDuuYbbn/7wd4Dkb6givGafaKyzwax6L8Mf7kdQoRqZC/hVLIbQQU1SpQ==",
|
|
359
|
+
"shasum": "3567621768921d24dc9dcfd1e77dda2732307db5",
|
|
360
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.19.0.tgz",
|
|
361
361
|
"fileCount": 7,
|
|
362
|
-
"unpackedSize":
|
|
362
|
+
"unpackedSize": 148676
|
|
363
363
|
},
|
|
364
364
|
"directories": {},
|
|
365
365
|
"maintainers": [
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"email": "purocean@outlook.com"
|
|
369
369
|
}
|
|
370
370
|
],
|
|
371
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.
|
|
372
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.
|
|
371
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.19.0/README.md",
|
|
372
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.19.0/CHANGELOG.md",
|
|
373
373
|
"origin": "official"
|
|
374
374
|
},
|
|
375
375
|
{
|