@octokit/core
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -47,3 +47,3 @@ 'use strict'; | ||
const VERSION = "3.3.1"; | ||
const VERSION = "3.3.2"; | ||
@@ -50,0 +50,0 @@ class Octokit { |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "3.3.1"; | ||
export const VERSION = "3.3.2"; |
@@ -39,3 +39,2 @@ import { HookCollection } from "before-after-hook"; | ||
auth: (...args: unknown[]) => Promise<unknown>; | ||
[key: string]: any; | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.3.1"; | ||
export declare const VERSION = "3.3.2"; |
@@ -7,3 +7,3 @@ import { getUserAgent } from 'universal-user-agent'; | ||
const VERSION = "3.3.1"; | ||
const VERSION = "3.3.2"; | ||
@@ -10,0 +10,0 @@ class Octokit { |
{ | ||
"name": "@octokit/core", | ||
"description": "Extendable client for GitHub's REST & GraphQL APIs", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -301,4 +301,6 @@ # core.js | ||
To use a different authentication strategy, set `options.authStrategy`. A set of officially supported authentication strategies can be retrieved from [`@octokit/auth`](https://github.com/octokit/auth-app.js#readme). Example | ||
To use a different authentication strategy, set `options.authStrategy`. A list of authentication strategies is available at [octokit/authentication-strategies.js](https://github.com/octokit/authentication-strategies.js/#readme). | ||
Example | ||
```js | ||
@@ -305,0 +307,0 @@ import { Octokit } from "@octokit/core"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
441
52102
480