supaslidev 0.3.2 → 0.3.3
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/cli/index.js +2 -2
- package/package.json +2 -2
package/dist/cli/index.js
CHANGED
|
@@ -186210,7 +186210,7 @@ var require_ts_morph = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
186210
186210
|
var import_picocolors = /* @__PURE__ */ __toESM(require_picocolors(), 1);
|
|
186211
186211
|
require_dist$2();
|
|
186212
186212
|
require_ts_morph();
|
|
186213
|
-
const CLI_VERSION = "0.3.
|
|
186213
|
+
const CLI_VERSION = "0.3.3";
|
|
186214
186214
|
const PACKAGE_NAME = "@supaslidev/cli";
|
|
186215
186215
|
const CACHE_DIR = join(tmpdir(), "supaslidev-cli");
|
|
186216
186216
|
const CACHE_FILE = join(CACHE_DIR, "version-cache.json");
|
|
@@ -186654,7 +186654,7 @@ async function create(options = {}) {
|
|
|
186654
186654
|
console.log(import_picocolors.default.cyan("Next steps:"));
|
|
186655
186655
|
console.log(` ${import_picocolors.default.dim("$")} cd ${projectName}`);
|
|
186656
186656
|
if (!runInstall) console.log(` ${import_picocolors.default.dim("$")} pnpm install`);
|
|
186657
|
-
console.log(` ${import_picocolors.default.dim("$")} pnpm dev
|
|
186657
|
+
console.log(` ${import_picocolors.default.dim("$")} pnpm dev`);
|
|
186658
186658
|
console.log("");
|
|
186659
186659
|
} catch (error) {
|
|
186660
186660
|
spinner.stop("Failed");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supaslidev",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "CLI toolkit for managing Supaslidev presentations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"slidev",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"typescript": "^6.0.0",
|
|
65
65
|
"vitest": "^4.0.0",
|
|
66
66
|
"vue-tsc": "^3.0.0",
|
|
67
|
-
"create-supaslidev": "^0.3.
|
|
67
|
+
"create-supaslidev": "^0.3.3"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"dev": "nuxt dev",
|