@sprucelabs/babel-plugin-schema
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -39,7 +39,7 @@ #!/usr/bin/env node | ||
if (results.totalMappedPaths === 0) { | ||
console.log(chalk_1.default.green.bold('Done! Nothing to map. Maybe mapping was already done? Try building your code again.')); | ||
console.log(chalk_1.default.green.bold('Done! No paths to map. Maybe mapping was already done? Try building your code again.')); | ||
} | ||
else { | ||
console.log(chalk_1.default.green.bold(`Done! Mapped ${results.totalMappedPaths} across ${results.totalFilesWithMappedPaths} files.`)); | ||
console.log(chalk_1.default.green.bold(`Done! Mapped ${results.totalMappedPaths} paths across ${results.totalFilesWithMappedPaths} files.`)); | ||
} | ||
//# sourceMappingURL=resolve-path-aliases.js.map |
@@ -0,1 +1,3 @@ | ||
## [3.1.2](https://github.com/sprucelabsai/babel-plugin-schema/compare/v3.1.1...v3.1.2) (2020-10-20) | ||
## [3.1.1](https://github.com/sprucelabsai/babel-plugin-schema/compare/v3.1.0...v3.1.1) (2020-10-12) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "@sprucelabs/babel-plugin-schema", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Builds @sprucelabs/schema and generates static paths to #spruce directories.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -52,3 +52,3 @@ #!/usr/bin/env node | ||
chalk.green.bold( | ||
'Done! Nothing to map. Maybe mapping was already done? Try building your code again.' | ||
'Done! No paths to map. Maybe mapping was already done? Try building your code again.' | ||
) | ||
@@ -59,5 +59,5 @@ ) | ||
chalk.green.bold( | ||
`Done! Mapped ${results.totalMappedPaths} across ${results.totalFilesWithMappedPaths} files.` | ||
`Done! Mapped ${results.totalMappedPaths} paths across ${results.totalFilesWithMappedPaths} files.` | ||
) | ||
) | ||
} |
Sorry, the diff of this file is not supported yet
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
132801