@obsidian-githubpage/cli 1.0.0 → 1.0.1

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/index.cjs +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -11417,7 +11417,7 @@ var import_node_path5 = __toESM(require("node:path"), 1);
11417
11417
  var import_picomatch = __toESM(require_picomatch2(), 1);
11418
11418
 
11419
11419
  // packages/core/src/types.ts
11420
- var ENGINE_VERSION = "1.0.0";
11420
+ var ENGINE_VERSION = "1.0.1";
11421
11421
 
11422
11422
  // packages/core/src/errors.ts
11423
11423
  var GithubPageError = class extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obsidian-githubpage/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "license": "MIT",