@chronoter/main 0.1.8 → 0.1.10
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 +1 -1
- package/dist/server/client/main.js +17904 -385
- package/package.json +1 -1
- package/README.npm.md +0 -3
package/dist/cli.js
CHANGED
|
@@ -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.
|
|
1652
|
+
var CURRENT_VERSION = "0.1.10";
|
|
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);
|