yank-note-registry 1.0.305 → 1.0.306

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
@@ -5,7 +5,7 @@
5
5
  { "id": "@yank-note/extension-drawio", "version": "2.5.0" },
6
6
  { "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
7
7
  { "id": "@yank-note/extension-echarts", "version": "1.5.2" },
8
- { "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
8
+ { "id": "@yank-note/extension-reveal-js", "version": "1.9.0" },
9
9
  { "id": "@yank-note/extension-markmap", "version": "1.7.1" },
10
10
  { "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
11
11
  { "id": "@yank-note/extension-repl", "version": "1.3.0" },
package/index.json CHANGED
@@ -231,7 +231,7 @@
231
231
  },
232
232
  {
233
233
  "name": "@yank-note/extension-reveal-js",
234
- "version": "1.8.0",
234
+ "version": "1.9.0",
235
235
  "displayName": "Reveal.js",
236
236
  "description": "Reveal.js integration",
237
237
  "displayName_ZH-CN": "Reveal.js",
@@ -248,9 +248,9 @@
248
248
  },
249
249
  "main": "./dist/index.js",
250
250
  "style": "./dist/style.css",
251
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.8.0/icon.svg",
251
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.9.0/icon.svg",
252
252
  "engines": {
253
- "node": ">=14.6.0",
253
+ "node": ">=18.20.2",
254
254
  "yank-note": "^3.64.1"
255
255
  },
256
256
  "requirements": {
@@ -260,11 +260,11 @@
260
260
  "url": "https://github.com/purocean/yank-note-extension/issues"
261
261
  },
262
262
  "dist": {
263
- "integrity": "sha512-kkgAjyFHVswQi9bcDR3/6KhuQSCH99e5wNdokSJ+wSzWA0kp1gWJjGkCmA5sXMz5KuYdRpzmONafEVjLepSwHA==",
264
- "shasum": "7c83c344a21e0725053b31b9a2cbf690fe1f5e0f",
265
- "tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.8.0.tgz",
263
+ "integrity": "sha512-uzJ0OAMB8toibxlrUXcJm0vvjleTsulOJN4xWASfNLHPH+YiZxOsOH308Tt455ZvAC53l1YS6g9NcMBEGsbohw==",
264
+ "shasum": "9e9109ea1f46e94a0b2b23b90f745db8aade6df9",
265
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.9.0.tgz",
266
266
  "fileCount": 67,
267
- "unpackedSize": 4425988
267
+ "unpackedSize": 4429644
268
268
  },
269
269
  "directories": {},
270
270
  "maintainers": [
@@ -273,8 +273,8 @@
273
273
  "email": "purocean@outlook.com"
274
274
  }
275
275
  ],
276
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.8.0/README.md",
277
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.8.0/CHANGELOG.md",
276
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.9.0/README.md",
277
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.9.0/CHANGELOG.md",
278
278
  "origin": "official"
279
279
  },
280
280
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.305",
3
+ "version": "1.0.306",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",