Skip to content

Tags: octokit/oauth-authorization-url.js

Tags

v7.1.1

Toggle v7.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pkg): add a `default` fallback export (#368)

* fix(pkg): add a default fallback export

* docs: add note on needed config changes for TypeScript

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(security): Add provenance (#364)

* Enable provenance in package.json

* Add necessary permissions to the release workflow

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add `main` entry point (#355)

Some tools don't play well with only having the `exports` field present.

See octokit/core.js#662

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: package is now ESM (#353)

BREAKING CHANGE: package is now ESM

v7.0.0-beta.1

Toggle v7.0.0-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: package is now ESM

BREAKING CHANGE: package is now ESM

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(build): bump `@octokit/tsconfig` major version (#283)

v6.0.1

Toggle v6.0.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(build): switch to esbuild and tsc (#279)

* Initial attempt at switching to esbuild and tsc

* Remove ClientType value that's never used

* Update scripts/build.mjs

Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>

* Update src/index.ts

Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>

* Export type

* Add newline to build.mjs

* Add newline to tsconfig.json

---------

Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: stop testing against NodeJS v14, v16 (#275)

* build(package): set minimal node version in engines field to v18
BREAKING CHANGE: Drop support for NodeJS v14, v16

* ci: stop testing against NodeJS v14, v16

* ci: stop testing against NodeJS v14, v16

* ci: stop testing against NodeJS v14, v16

* ci: stop testing against NodeJS v14, v16

---------

Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
Co-authored-by: Keegan Campbell <me@kfcampbell.com>

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: stop testing against NodeJS v10, v12 (#186)

BREAKING CHANGE: Drop support for NodeJS v10, v12

v4.3.3

Toggle v4.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: encode url components (#163)