@magidoc/cli
Advanced tools
Comparing version 2.6.2 to 2.7.0
@@ -62,3 +62,3 @@ import { templates } from '@magidoc/plugin-starter-variables'; | ||
printSeparator(); | ||
printInfo(`Server listening on ${cyan(`http://localhost:${config.port}${String(root || '')}`)}`); | ||
printInfo(`Server listening on ${cyan(`http://127.0.0.1:${config.port}${String(root || '')}`)}`); | ||
}, 500); | ||
@@ -65,0 +65,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "2.6.2", | ||
"version": "2.7.0", | ||
"type": "module", | ||
@@ -26,5 +26,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@magidoc/plugin-starter-variables": "^2.6.2", | ||
"@magidoc/rollup-plugin-fetch-gql-schema": "^2.6.2", | ||
"@magidoc/rollup-plugin-parse-gql-schema": "^2.6.2", | ||
"@magidoc/plugin-starter-variables": "^2.7.0", | ||
"@magidoc/rollup-plugin-fetch-gql-schema": "^2.7.0", | ||
"@magidoc/rollup-plugin-parse-gql-schema": "^2.7.0", | ||
"axios": "^0.27.2", | ||
@@ -31,0 +31,0 @@ "chokidar": "^3.5.3", |
@@ -87,3 +87,3 @@ import { templates } from '@magidoc/plugin-starter-variables' | ||
`Server listening on ${cyan( | ||
`http://localhost:${config.port}${String(root || '')}`, | ||
`http://127.0.0.1:${config.port}${String(root || '')}`, | ||
)}`, | ||
@@ -90,0 +90,0 @@ ) |
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