yank-note-registry 1.0.166 → 1.0.167
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 +10 -10
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{ "id": "@yank-note/extension-drawio", "version": "1.8.0" },
|
|
5
5
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.1.1" },
|
|
6
6
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.0" },
|
|
7
|
-
{ "id": "@yank-note/extension-reveal-js", "version": "1.
|
|
7
|
+
{ "id": "@yank-note/extension-reveal-js", "version": "1.6.0" },
|
|
8
8
|
{ "id": "@yank-note/extension-markmap", "version": "1.5.1" },
|
|
9
9
|
{ "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
|
|
10
10
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.1" },
|
package/index.json
CHANGED
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
186
|
"name": "@yank-note/extension-reveal-js",
|
|
187
|
-
"version": "1.
|
|
187
|
+
"version": "1.6.0",
|
|
188
188
|
"displayName": "Reveal.js",
|
|
189
189
|
"description": "Reveal.js integration",
|
|
190
190
|
"displayName_ZH-CN": "Reveal.js",
|
|
@@ -201,10 +201,10 @@
|
|
|
201
201
|
},
|
|
202
202
|
"main": "./dist/index.js",
|
|
203
203
|
"style": "./dist/style.css",
|
|
204
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.
|
|
204
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.6.0/icon.svg",
|
|
205
205
|
"engines": {
|
|
206
206
|
"node": ">=14.6.0",
|
|
207
|
-
"yank-note": "^3.
|
|
207
|
+
"yank-note": "^3.63.3"
|
|
208
208
|
},
|
|
209
209
|
"requirements": {
|
|
210
210
|
"premium": true
|
|
@@ -213,11 +213,11 @@
|
|
|
213
213
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
214
214
|
},
|
|
215
215
|
"dist": {
|
|
216
|
-
"integrity": "sha512-
|
|
217
|
-
"shasum": "
|
|
218
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.
|
|
219
|
-
"fileCount":
|
|
220
|
-
"unpackedSize":
|
|
216
|
+
"integrity": "sha512-0ADaFz9gdTJCQHwAGdZvV8wzyldJzLTy2NSVyWFsxPLR7Fi88QOn9GGbcK4YsLduQhpxF5xj5K1bXN2Dn6/L2A==",
|
|
217
|
+
"shasum": "64eabcc9d85e0a2db33d3282669c29267511e852",
|
|
218
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.6.0.tgz",
|
|
219
|
+
"fileCount": 67,
|
|
220
|
+
"unpackedSize": 4423701
|
|
221
221
|
},
|
|
222
222
|
"directories": {},
|
|
223
223
|
"maintainers": [
|
|
@@ -226,8 +226,8 @@
|
|
|
226
226
|
"email": "purocean@outlook.com"
|
|
227
227
|
}
|
|
228
228
|
],
|
|
229
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.
|
|
230
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.
|
|
229
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.6.0/README.md",
|
|
230
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-reveal-js/1.6.0/CHANGELOG.md",
|
|
231
231
|
"origin": "official"
|
|
232
232
|
},
|
|
233
233
|
{
|