@slidev/types 0.27.1 → 0.27.5

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/dist/index.d.ts CHANGED
@@ -80,7 +80,7 @@ interface SlidevConfig {
80
80
  */
81
81
  aspectRatio: number;
82
82
  /**
83
- * The actual width fro slides canvas.
83
+ * The actual width for slides canvas.
84
84
  * unit in px.
85
85
  *
86
86
  * @default '980'
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  throw new Error('Dynamic require of "' + x + '" is not supported');
3
3
  };
4
4
 
5
- // ../../node_modules/.pnpm/tsup@5.2.1_typescript@4.4.3/node_modules/tsup/assets/cjs_shims.js
5
+ // ../../node_modules/.pnpm/tsup@5.3.0_typescript@4.4.3/node_modules/tsup/assets/cjs_shims.js
6
6
  var importMetaUrlShim = typeof document === "undefined" ? new (__require("url")).URL("file:" + __filename).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
7
7
 
8
8
  // src/setups.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.27.1",
3
+ "version": "0.27.5",
4
4
  "description": "Shared types declerations for Slidev",
5
5
  "homepage": "https://sli.dev",
6
6
  "bugs": "https://github.com/slidevjs/slidev/issues",