@octokit/request
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -1,4 +0,4 @@ | ||
const VERSION = "9.0.0"; | ||
const VERSION = "9.0.1"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "9.0.0"; | ||
export declare const VERSION = "9.0.1"; |
{ | ||
"name": "@octokit/request", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"type": "module", | ||
@@ -50,2 +50,4 @@ "publishConfig": { | ||
], | ||
"main": "dist-bundle/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"exports": { | ||
@@ -52,0 +54,0 @@ ".": { |
@@ -167,3 +167,3 @@ # request.js | ||
```js | ||
const { createAppAuth } = require("@octokit/auth-app"); | ||
import { createAppAuth } from "@octokit/auth-app"; | ||
const auth = createAppAuth({ | ||
@@ -421,3 +421,4 @@ appId: process.env.APP_ID, | ||
```js | ||
const myrequest = require("@octokit/request").defaults({ | ||
import { request } from "@octokit/request"; | ||
const myrequest = request.defaults({ | ||
baseUrl: "https://github-enterprise.acme-inc.com/api/v3", | ||
@@ -424,0 +425,0 @@ headers: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44374
580