@kithinji/pod 1.0.7 → 1.0.8

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/main.js CHANGED
@@ -2890,7 +2890,8 @@ function stylePlugin(store) {
2890
2890
  *, *::before, *::after {
2891
2891
  box-sizing: inherit;
2892
2892
  }
2893
- ${cssOutput}
2893
+
2894
+ ${cssOutput}
2894
2895
  `
2895
2896
  );
2896
2897
  });
@@ -4502,7 +4503,7 @@ function printNextSteps(projectName, env, services) {
4502
4503
 
4503
4504
  // src/main.ts
4504
4505
  var program = new Command();
4505
- program.name("pod").description("Pod cli tool").version("1.0.7");
4506
+ program.name("pod").description("Pod cli tool").version("1.0.8");
4506
4507
  program.command("new <name>").description("Start a new Pod Project").action(async (name) => {
4507
4508
  await addNew(name);
4508
4509
  const appDir = path13.resolve(process.cwd(), name);