@chronoter/main 0.1.1 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1633,7 +1633,7 @@ var runVersionCheck = async (packageName, currentVersion) => {
1633
1633
  }
1634
1634
  };
1635
1635
  var PACKAGE_NAME = "chronoter";
1636
- var CURRENT_VERSION = "0.1.1";
1636
+ var CURRENT_VERSION = "0.1.3";
1637
1637
  var createCliProgram = () => {
1638
1638
  const program = new Command();
1639
1639
  program.name("chronoter").description("Chronoter - MDX-based documentation site generator").version(CURRENT_VERSION);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chronoter/main",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Chronoter - MDX-based documentation site generator with development server and HMR support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",