yank-note-registry 1.0.63 → 1.0.64

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
@@ -4,7 +4,7 @@
4
4
  { "id": "@yank-note/extension-drawio", "version": "1.0.3" },
5
5
  { "id": "@yank-note/extension-echarts", "version": "1.0.0" },
6
6
  { "id": "@yank-note/extension-luckysheet", "version": "1.0.3" },
7
- { "id": "@yank-note/extension-reveal-js", "version": "1.2.1" },
7
+ { "id": "@yank-note/extension-reveal-js", "version": "1.3.0" },
8
8
  { "id": "@yank-note/extension-openai", "version": "1.0.4" },
9
9
  { "id": "@yank-note/extension-popup-preview", "version": "1.1.0" },
10
10
  { "id": "@yank-note/extension-git-push", "version": "1.1.7" },
package/index.json CHANGED
@@ -181,7 +181,7 @@
181
181
  },
182
182
  {
183
183
  "name": "@yank-note/extension-reveal-js",
184
- "version": "1.2.1",
184
+ "version": "1.3.0",
185
185
  "displayName": "Reveal.js",
186
186
  "description": "Reveal.js integration",
187
187
  "displayName_ZH-CN": "Reveal.js",
@@ -197,10 +197,11 @@
197
197
  "url": "git+https://github.com/purocean/yank-note-extension.git"
198
198
  },
199
199
  "main": "./dist/index.js",
200
- "icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-reveal-js@1.2.1/icon.svg?__t=1658712855955",
200
+ "style": "./dist/style.css",
201
+ "icon": "https://fastly.jsdelivr.net/npm/@yank-note/extension-reveal-js@1.3.0/icon.svg?__t=1658997146940",
201
202
  "engines": {
202
203
  "node": ">=14.6.0",
203
- "yank-note": "^3.32.0"
204
+ "yank-note": "^3.33.0"
204
205
  },
205
206
  "requirements": {
206
207
  "premium": true
@@ -209,11 +210,11 @@
209
210
  "url": "https://github.com/purocean/yank-note-extension/issues"
210
211
  },
211
212
  "dist": {
212
- "integrity": "sha512-BjS2s0iRcm0aL61dbJVzMm80GcqA8hoNGhnSTd+URw/E8gXnn9jruvjkuxKttM7Cir3XDhTNVTITALeI8ENxMw==",
213
- "shasum": "1f4e789f8e784406c1ee2605becf5eb78df55fc2",
214
- "tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.2.1.tgz",
215
- "fileCount": 62,
216
- "unpackedSize": 4675021
213
+ "integrity": "sha512-wJP3D2FVMQngK+9DFY6VZ5zZ5YUA1xSMOZdBlNW1HaKUes09IxPANXQ9nXk4orAJ6M3+fQIclRY4uAEwHnVfGw==",
214
+ "shasum": "61b076ab9653a21101d949e76e520c0252b7307c",
215
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-reveal-js/-/extension-reveal-js-1.3.0.tgz",
216
+ "fileCount": 63,
217
+ "unpackedSize": 4678063
217
218
  },
218
219
  "directories": {},
219
220
  "maintainers": [
@@ -222,8 +223,8 @@
222
223
  "email": "purocean@outlook.com"
223
224
  }
224
225
  ],
225
- "readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-reveal-js@1.2.1/README.md?__t=1658712858945",
226
- "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-reveal-js@1.2.1/CHANGELOG.md?__t=1658712861902",
226
+ "readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-reveal-js@1.3.0/README.md?__t=1658997147356",
227
+ "changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-reveal-js@1.3.0/CHANGELOG.md?__t=1658997151870",
227
228
  "origin": "official"
228
229
  },
229
230
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",