notion-github 0.1.11 → 0.1.12
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 +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
@@ -2789,7 +2789,7 @@ var {
|
|
2789
2789
|
} = import_index.default;
|
2790
2790
|
|
2791
2791
|
// package.json
|
2792
|
-
var version = "0.1.
|
2792
|
+
var version = "0.1.12";
|
2793
2793
|
|
2794
2794
|
// src/commands/create/action.ts
|
2795
2795
|
var import_rest = require("@octokit/rest");
|
@@ -2798,7 +2798,7 @@ var import_rest = require("@octokit/rest");
|
|
2798
2798
|
var import_fs = __toESM(require("fs"));
|
2799
2799
|
var import_path = __toESM(require("path"));
|
2800
2800
|
var import_os = __toESM(require("os"));
|
2801
|
-
var CONFIG_FILE = "
|
2801
|
+
var CONFIG_FILE = "ng-config.json";
|
2802
2802
|
function readConfig() {
|
2803
2803
|
console.log("=== Debug Information ===");
|
2804
2804
|
console.log("Current working directory:", process.cwd());
|