yank-note-registry 1.0.369 → 1.0.370
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-drawio", "version": "2.6.1" },
|
|
7
7
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
|
|
8
8
|
{ "id": "@yank-note/extension-graph-view", "version": "1.3.2" },
|
|
9
|
-
{ "id": "@yank-note/extension-reveal-js", "version": "1.
|
|
9
|
+
{ "id": "@yank-note/extension-reveal-js", "version": "1.10.0" },
|
|
10
10
|
{ "id": "@yank-note/extension-markmap", "version": "1.8.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
|
|
12
12
|
{ "id": "@yank-note/extension-repl", "version": "1.4.0" },
|
package/index.json
CHANGED
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
"name": "@yank-note/extension-reveal-js",
|
|
290
|
-
"version": "1.
|
|
290
|
+
"version": "1.10.0",
|
|
291
291
|
"displayName": "Reveal.js",
|
|
292
292
|
"description": "Reveal.js integration",
|
|
293
293
|
"displayName_ZH-CN": "Reveal.js",
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
},
|
|
305
305
|
"main": "./dist/index.js",
|
|
306
306
|
"style": "./dist/style.css",
|
|
307
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.
|
|
307
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.10.0/icon.svg",
|
|
308
308
|
"engines": {
|
|
309
309
|
"node": ">=18.20.2",
|
|
310
310
|
"yank-note": "^3.64.1"
|
|
@@ -316,11 +316,11 @@
|
|
|
316
316
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
317
317
|
},
|
|
318
318
|
"dist": {
|
|
319
|
-
"integrity": "sha512-
|
|
320
|
-
"shasum": "
|
|
321
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.
|
|
319
|
+
"integrity": "sha512-VBls6awD1xok+eV+t1pfdP/g3WzZ3jVorEh7gpeSh/Zh8bBYZDuZUrHexpgt9wmsbsSMWr720SaREJZJ3BONaA==",
|
|
320
|
+
"shasum": "b9aad753889e7ffc8d8d8890be262b0cf76ba8b0",
|
|
321
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.10.0.tgz",
|
|
322
322
|
"fileCount": 67,
|
|
323
|
-
"unpackedSize":
|
|
323
|
+
"unpackedSize": 4441099
|
|
324
324
|
},
|
|
325
325
|
"directories": {},
|
|
326
326
|
"maintainers": [
|
|
@@ -329,8 +329,8 @@
|
|
|
329
329
|
"email": "purocean@outlook.com"
|
|
330
330
|
}
|
|
331
331
|
],
|
|
332
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.
|
|
333
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.
|
|
332
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.10.0/README.md",
|
|
333
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.10.0/CHANGELOG.md",
|
|
334
334
|
"origin": "official"
|
|
335
335
|
},
|
|
336
336
|
{
|