@slidev/types 0.49.9 → 0.49.11

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +4 -0
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -289,6 +289,10 @@ interface SlidevConfig {
289
289
  * @default true
290
290
  */
291
291
  contextMenu: boolean | 'dev' | 'build' | undefined;
292
+ /**
293
+ * Enable wake lock
294
+ */
295
+ wakeLock: boolean | 'dev' | 'build';
292
296
  }
293
297
  interface FontOptions {
294
298
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.49.9",
3
+ "version": "0.49.11",
4
4
  "description": "Shared types declarations for Slidev",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",