@ffflorian/gh-open 3.5.4 → 3.5.6

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.
@@ -7,8 +7,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { promises as fsAsync } from 'node:fs';
11
- import path from 'node:path';
10
+ import { promises as fsAsync } from 'fs';
11
+ import path from 'path';
12
12
  import logdown from 'logdown';
13
13
  import { GitHubClient } from './GitHubClient.js';
14
14
  export class RepositoryService {
package/dist/cjs/cli.js CHANGED
@@ -8,11 +8,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
9
  });
10
10
  };
11
- import path from 'node:path';
11
+ import path from 'path';
12
12
  import { program as commander } from 'commander';
13
13
  import { findUp } from 'find-up';
14
14
  import open from 'open';
15
- import { createRequire } from 'node:module';
15
+ import { createRequire } from 'module';
16
16
  const require = createRequire(import.meta.url);
17
17
  import { RepositoryService } from './RepositoryService.js';
18
18
  const { description, name, version } = require('../package.json');
@@ -1,5 +1,5 @@
1
- import { promises as fsAsync } from 'node:fs';
2
- import path from 'node:path';
1
+ import { promises as fsAsync } from 'fs';
2
+ import path from 'path';
3
3
  import logdown from 'logdown';
4
4
  import { GitHubClient } from './GitHubClient.js';
5
5
  export class RepositoryService {
package/dist/esm/cli.js CHANGED
@@ -1,9 +1,9 @@
1
1
  #!/usr/bin/env node
2
- import path from 'node:path';
2
+ import path from 'path';
3
3
  import { program as commander } from 'commander';
4
4
  import { findUp } from 'find-up';
5
5
  import open from 'open';
6
- import { createRequire } from 'node:module';
6
+ import { createRequire } from 'module';
7
7
  const require = createRequire(import.meta.url);
8
8
  import { RepositoryService } from './RepositoryService.js';
9
9
  const { description, name, version } = require('../package.json');
package/package.json CHANGED
@@ -51,6 +51,6 @@
51
51
  "test": "vitest run"
52
52
  },
53
53
  "type": "module",
54
- "version": "3.5.4",
55
- "gitHead": "f5f0454db2f6aeaa318671672096f4bf5692d712"
54
+ "version": "3.5.6",
55
+ "gitHead": "8b94379f8a847970418b0b30edcd80065fa3469a"
56
56
  }