vslides 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -3438,6 +3438,7 @@ async function init() {
3438
3438
  }
3439
3439
  if (!slidesExist()) {
3440
3440
  writeSlides(STARTER_SLIDES);
3441
+ info("Created slides.md with starter template");
3441
3442
  }
3442
3443
  url("AUTH_URL", verifyUrl);
3443
3444
  url("PREVIEW_URL", previewUrl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vslides",
3
- "version": "1.0.0",
3
+ "version": "1.0.5",
4
4
  "description": "CLI for Vercel Slides API",
5
5
  "license": "MIT",
6
6
  "author": "Vercel",