yank-note-registry 1.0.260 → 1.0.262

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
@@ -6,7 +6,7 @@
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.3.0" },
9
+ { "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
10
10
  { "id": "@yank-note/extension-ai-copilot", "version": "1.18.0" },
11
11
  { "id": "@yank-note/extension-repl", "version": "1.3.0" },
12
12
  { "id": "@yank-note/extension-kroki", "version": "1.1.2" },
@@ -29,6 +29,6 @@
29
29
  { "id": "yank-note-extension-vim-mode", "version": "1.1.0" },
30
30
  { "id": "yank-note-extension-tool-bar", "version": "1.0.0" },
31
31
  { "id": "yank-note-extension-snippet", "version": "1.0.3" },
32
- { "id": "yank-note-extension-docsify", "version": "0.0.1" }
32
+ { "id": "yank-note-extension-docsify", "version": "0.0.2" }
33
33
  ]
34
34
  }
package/index.json CHANGED
@@ -279,7 +279,7 @@
279
279
  },
280
280
  {
281
281
  "name": "@yank-note/extension-code-runner",
282
- "version": "1.3.0",
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.3.0/icon.png",
298
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.4.0/icon.png",
299
299
  "engines": {
300
- "node": ">=14.6.0",
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-si/zeOsOj8taLJA8+ZDGyi22XiRJtcU5FMl31bPgk+4rzjofnTizZJ6tJcFueAuvlUVr5IIu98Jh/A2vJNS2vw==",
311
- "shasum": "9c2dbc8311c1b72b21bb8f4c6abd208abd2545d0",
312
- "tarball": "https://registry.npmjs.org/@yank-note/extension-code-runner/-/extension-code-runner-1.3.0.tgz",
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": 54032
314
+ "unpackedSize": 54426
315
315
  },
316
316
  "directories": {},
317
317
  "maintainers": [
@@ -320,8 +320,8 @@
320
320
  "email": "purocean@outlook.com"
321
321
  }
322
322
  ],
323
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.3.0/README.md",
324
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.3.0/CHANGELOG.md",
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
  {
@@ -1251,7 +1251,7 @@
1251
1251
  },
1252
1252
  {
1253
1253
  "name": "yank-note-extension-docsify",
1254
- "version": "0.0.1",
1254
+ "version": "0.0.2",
1255
1255
  "displayName": "Docsify",
1256
1256
  "description": "Docsify quick start",
1257
1257
  "displayName_ZH-CN": "Docsify",
@@ -1264,18 +1264,18 @@
1264
1264
  "homepage": "https://github.com/zhyipeng/yank-note-extension-docsify",
1265
1265
  "main": "./dist/index.js",
1266
1266
  "style": "./dist/style.css",
1267
- "icon": "https://registry.yank-note.com/cdn/yank-note-extension-docsify/0.0.1/icon.ico",
1267
+ "icon": "https://registry.yank-note.com/cdn/yank-note-extension-docsify/0.0.2/icon.ico",
1268
1268
  "engines": {
1269
1269
  "node": ">=14.6.0",
1270
1270
  "yank-note": ">=3.60.1"
1271
1271
  },
1272
- "gitHead": "d90c555956e3b95edc684c188a4ab725e5e49e87",
1272
+ "gitHead": "9c5d29c03d762591d7debf4f45a24a1a0beeacd4",
1273
1273
  "dist": {
1274
- "integrity": "sha512-7ivXxLeEdsIJP88jpixq7HrGxgi/CGmBNUrGxRy25RxLlP4oFymYu6RKnj6nMwcnWWYWldFpzsZiw4eKH/7FyQ==",
1275
- "shasum": "b83edfecd3a11dbb3c8e543511eaa8df9aa1e54d",
1276
- "tarball": "https://registry.npmjs.org/yank-note-extension-docsify/-/yank-note-extension-docsify-0.0.1.tgz",
1274
+ "integrity": "sha512-wPk4BPgovm9lzXKKtf1aZzVwen4HxqngcjZYUwgPQiFeG0XR1FYy/vVaeLwcoB30il33iIxRgENyIAGL3sVeeg==",
1275
+ "shasum": "4d4a55b7be9cb12373e1ac123f57f3b1c5686b0e",
1276
+ "tarball": "https://registry.npmjs.org/yank-note-extension-docsify/-/yank-note-extension-docsify-0.0.2.tgz",
1277
1277
  "fileCount": 7,
1278
- "unpackedSize": 75835
1278
+ "unpackedSize": 76694
1279
1279
  },
1280
1280
  "directories": {},
1281
1281
  "maintainers": [
@@ -1284,8 +1284,8 @@
1284
1284
  "email": "zhyipeng@outlook.com"
1285
1285
  }
1286
1286
  ],
1287
- "readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-docsify/0.0.1/README.md",
1288
- "changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-docsify/0.0.1/CHANGELOG.md",
1287
+ "readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-docsify/0.0.2/README.md",
1288
+ "changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-docsify/0.0.2/CHANGELOG.md",
1289
1289
  "origin": "registry"
1290
1290
  }
1291
1291
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.260",
3
+ "version": "1.0.262",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",