@chronoter/main 0.1.7 → 0.1.9

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/cli.js CHANGED
@@ -1028,7 +1028,7 @@ var createViteConfig = (config, options = {}) => {
1028
1028
  if (!allowedFiles.includes(fileName)) {
1029
1029
  return next();
1030
1030
  }
1031
- const clientFilePath = resolve(__dirname2, "client", fileName);
1031
+ const clientFilePath = resolve(__dirname2, "server/client", fileName);
1032
1032
  if (!existsSync(clientFilePath)) {
1033
1033
  return next();
1034
1034
  }
@@ -1649,7 +1649,7 @@ var runVersionCheck = async (packageName, currentVersion) => {
1649
1649
 
1650
1650
  // src/cli/index.ts
1651
1651
  var PACKAGE_NAME = "chronoter";
1652
- var CURRENT_VERSION = "0.1.7";
1652
+ var CURRENT_VERSION = "0.1.9";
1653
1653
  var createCliProgram = () => {
1654
1654
  const program = new Command();
1655
1655
  program.name("chronoter").description("Chronoter - MDX-based documentation site generator").version(CURRENT_VERSION);
package/dist/index.js CHANGED
@@ -1023,7 +1023,7 @@ var createViteConfig = (config, options = {}) => {
1023
1023
  if (!allowedFiles.includes(fileName)) {
1024
1024
  return next();
1025
1025
  }
1026
- const clientFilePath = resolve(__dirname2, "client", fileName);
1026
+ const clientFilePath = resolve(__dirname2, "server/client", fileName);
1027
1027
  if (!existsSync(clientFilePath)) {
1028
1028
  return next();
1029
1029
  }