@skirtle/create-vue-lib 0.1.4 → 0.1.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.cjs CHANGED
@@ -5938,7 +5938,7 @@ var import_prompts = /* @__PURE__ */ __toESM(require_prompts(), 1);
5938
5938
  var import_ejs = /* @__PURE__ */ __toESM(require_ejs(), 1);
5939
5939
  var import_picocolors = require_picocolors();
5940
5940
  var name = "@skirtle/create-vue-lib";
5941
- var version = "0.1.4";
5941
+ var version = "0.1.5";
5942
5942
  //#endregion
5943
5943
  //#region src/index.ts
5944
5944
  async function prompt(options) {
@@ -20,6 +20,7 @@
20
20
  "tailwindcss": "catalog:",
21
21
  <%_ } _%>
22
22
  "typescript": "catalog:",
23
+ "vite": "^5.4.21",
23
24
  "vitepress": "catalog:",
24
25
  "vue-tsc": "catalog:"
25
26
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skirtle/create-vue-lib",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "author": "skirtle",
5
5
  "license": "MIT",
6
6
  "description": "Create a library using Vue and Vite",