@quasar/cli
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -1,4 +0,4 @@ | ||
import { existsSync } from 'node:fs' | ||
import { normalize, join, sep } from 'node:path' | ||
import { fileURLToPath } from 'node:url' | ||
@@ -32,3 +32,3 @@ const quasarConfigFilenameList = [ | ||
const cliDir = new URL('..', import.meta.url).pathname | ||
const cliDir = fileURLToPath(new URL('..', import.meta.url)) | ||
@@ -35,0 +35,0 @@ export default { |
@@ -1,2 +0,1 @@ | ||
import { readFileSync } from 'node:fs' | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
import { readFileSync } from 'node:fs' | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
console.log(` | ||
@@ -3,0 +2,0 @@ · For scaffolding an official Quasar project please use this instead: |
@@ -1,2 +0,1 @@ | ||
import { readFileSync } from 'node:fs' | ||
@@ -3,0 +2,0 @@ import { italic } from 'kolorist' |
@@ -1,2 +0,1 @@ | ||
import parseArgs from 'minimist' | ||
@@ -3,0 +2,0 @@ import { green, red } from 'kolorist' |
@@ -1,2 +0,1 @@ | ||
import parseArgs from 'minimist' | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
import parseArgs from 'minimist' | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
import { readFileSync } from 'node:fs' | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
import { createRequire } from 'node:module' | ||
@@ -3,0 +2,0 @@ import appPaths from './app-paths.js' |
@@ -1,2 +0,1 @@ | ||
import { | ||
@@ -3,0 +2,0 @@ bgGreen, green, |
@@ -1,2 +0,1 @@ | ||
import fs from 'node:fs' | ||
@@ -3,0 +2,0 @@ import { normalize, join, sep } from 'node:path' |
@@ -1,2 +0,1 @@ | ||
import crossSpawn from 'cross-spawn' | ||
@@ -3,0 +2,0 @@ import { log, warn, fatal } from './logger.js' |
{ | ||
"name": "@quasar/cli", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Quasar Framework - the Global CLI", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43458
1230