ESM-only with updated @octokit dependencies

This commit is contained in:
Lokesh Gopu
2026-01-27 15:35:32 -05:00
parent ecdfc18bf2
commit b05d26b3fa
12 changed files with 62 additions and 23 deletions
+3 -4
View File
@@ -1,8 +1,7 @@
import * as Context from './context'
import {GitHub, getOctokitOptions} from './utils'
import * as Context from './context.js'
import {GitHub, getOctokitOptions} from './utils.js'
// octokit + plugins
import {OctokitOptions, OctokitPlugin} from '@octokit/core/dist-types/types'
import type {OctokitOptions, OctokitPlugin} from '@octokit/core/types'
export const context = new Context.Context()