yank-note-registry 1.0.71 → 1.0.72
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 +1 -1
- package/index.json +8 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.0.3" },
|
|
7
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.3.2" },
|
|
8
8
|
{ "id": "@yank-note/extension-markmap", "version": "1.1.1" },
|
|
9
|
-
{ "id": "@yank-note/extension-code-runner", "version": "1.0.
|
|
9
|
+
{ "id": "@yank-note/extension-code-runner", "version": "1.0.1" },
|
|
10
10
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.1.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-git-push", "version": "1.1.7" },
|
|
12
12
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.0.5" },
|
package/index.json
CHANGED
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"name": "@yank-note/extension-code-runner",
|
|
280
|
-
"version": "1.0.
|
|
280
|
+
"version": "1.0.1",
|
|
281
281
|
"displayName": "Code Runner",
|
|
282
282
|
"displayName_ZH-CN": "Code Runner",
|
|
283
283
|
"description": "Run code for multiple languages: BASH/SH, PHP, Python, Node.js.",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
294
294
|
},
|
|
295
295
|
"main": "./dist/index.js",
|
|
296
|
-
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.0.
|
|
296
|
+
"icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.0.1/icon.png?__t=1660387116966",
|
|
297
297
|
"engines": {
|
|
298
298
|
"node": ">=14.6.0",
|
|
299
299
|
"yank-note": "^3.34.0"
|
|
@@ -305,11 +305,11 @@
|
|
|
305
305
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
306
306
|
},
|
|
307
307
|
"dist": {
|
|
308
|
-
"integrity": "sha512-
|
|
309
|
-
"shasum": "
|
|
310
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-runner/-/extension-code-runner-1.0.
|
|
308
|
+
"integrity": "sha512-unGD27+AwzHtOd+Ti1iMQjPcvQiHjpuY33WYIhbmFDQRErIPBwoci24E0qfeTlLSaI+PlQAOIiIQs/a/DcjXKg==",
|
|
309
|
+
"shasum": "3f731375ed7f70f8ccf5808f3cca70772200b72d",
|
|
310
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-runner/-/extension-code-runner-1.0.1.tgz",
|
|
311
311
|
"fileCount": 6,
|
|
312
|
-
"unpackedSize":
|
|
312
|
+
"unpackedSize": 52038
|
|
313
313
|
},
|
|
314
314
|
"directories": {},
|
|
315
315
|
"maintainers": [
|
|
@@ -318,8 +318,8 @@
|
|
|
318
318
|
"email": "purocean@outlook.com"
|
|
319
319
|
}
|
|
320
320
|
],
|
|
321
|
-
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.0.
|
|
322
|
-
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.0.
|
|
321
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.0.1/README.md?__t=1660387117587",
|
|
322
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-code-runner@1.0.1/CHANGELOG.md?__t=1660387117967",
|
|
323
323
|
"origin": "official"
|
|
324
324
|
},
|
|
325
325
|
{
|