@gitgov/core 1.6.0 → 1.6.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.
package/dist/src/index.js CHANGED
@@ -6,6 +6,7 @@ import * as yaml from 'js-yaml';
6
6
  import { generateKeyPair, createHash, sign, verify } from 'crypto';
7
7
  import { promisify } from 'util';
8
8
  import * as path from 'path';
9
+ import { fileURLToPath } from 'url';
9
10
  import { EventEmitter } from 'events';
10
11
 
11
12
  var __defProp = Object.defineProperty;
@@ -6528,6 +6529,8 @@ var project_adapter_exports = {};
6528
6529
  __export(project_adapter_exports, {
6529
6530
  ProjectAdapter: () => ProjectAdapter
6530
6531
  });
6532
+ var __filename = fileURLToPath(import.meta.url);
6533
+ var __dirname = path.dirname(__filename);
6531
6534
  var ProjectAdapter = class {
6532
6535
  identityAdapter;
6533
6536
  backlogAdapter;