create-vuetify0 0.1.1 → 0.1.2

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.
@@ -293,7 +293,7 @@ var T = h((e, t) => {
293
293
  let [r, i] = t[0].replace(/#! ?/, ``).split(` `), a = r.split(`/`).pop();
294
294
  return a === `env` ? i : i ? `${a} ${i}` : a;
295
295
  };
296
- }), P$1 = h((e, t) => {
296
+ }), P = h((e, t) => {
297
297
  let n = v(`fs`), r = N();
298
298
  function i(e) {
299
299
  let t = Buffer.alloc(150), i;
@@ -304,7 +304,7 @@ var T = h((e, t) => {
304
304
  }
305
305
  t.exports = i;
306
306
  }), F = h((e, t) => {
307
- let n = v(`path`), r = A(), i = j(), a = P$1(), o = process.platform === `win32`, s = /\.(?:com|exe)$/i, L = /node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;
307
+ let n = v(`path`), r = A(), i = j(), a = P(), o = process.platform === `win32`, s = /\.(?:com|exe)$/i, L = /node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;
308
308
  function J(e) {
309
309
  e.file = r(e);
310
310
  let t = e.file && a(e.file);
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import { i as resolve$1, n as dirname$1, r as dist_exports, t as basename$1 } from "./nypm-DFp9HL5N.mjs";
2
+ import { i as resolve$1, n as dirname$1, r as dist_exports, t as basename$1 } from "./nypm-Dqycz6Ud.mjs";
3
3
 
4
4
  export { dist_exports as t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify0",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Create a new Vuetify project",
5
5
  "type": "module",
6
6
  "files": [
@@ -36,12 +36,19 @@
36
36
  "nypm": "^0.6.5",
37
37
  "pathe": "^2.0.3",
38
38
  "tsdown": "^0.20.3",
39
- "@vuetify/cli-shared": "0.1.1"
39
+ "@vuetify/cli-shared": "0.1.2"
40
40
  },
41
41
  "exports": {
42
42
  ".": "./dist/index.mjs",
43
43
  "./package.json": "./package.json"
44
44
  },
45
+ "dependencies": {
46
+ "magicast": "^0.5.2",
47
+ "package-manager-detector": "^1.6.0",
48
+ "pkg-types": "^2.3.0",
49
+ "tinyexec": "^1.0.2",
50
+ "validate-npm-package-name": "^7.0.2"
51
+ },
45
52
  "scripts": {
46
53
  "build": "tsdown"
47
54
  }