@lithia-js/core 1.0.0-canary.28 → 1.0.0-canary.29

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.mjs CHANGED
@@ -55,7 +55,7 @@ var ManifestVersionMismatchError = class extends LithiaError {
55
55
 
56
56
  // package.json
57
57
  var package_default = {
58
- version: "1.0.0-canary.28"};
58
+ version: "1.0.0-canary.29"};
59
59
 
60
60
  // src/meta.ts
61
61
  var version = package_default.version;
@@ -1941,7 +1941,7 @@ var HostSupervisor = class {
1941
1941
  openapi: this.config.openapi
1942
1942
  });
1943
1943
  const duration = performance.now() - startTime;
1944
- logger.success(`Compiled successfully in ${duration.toFixed(2)}ms.`);
1944
+ logger.success(`Built in ${duration.toFixed(2)}ms.`);
1945
1945
  return true;
1946
1946
  } catch (error) {
1947
1947
  logger.error(`Build failed: ${error.message}`);