@octokit/core
Advanced tools
Comparing version 5.0.0-beta.2 to 5.0.0-beta.3
@@ -33,3 +33,3 @@ "use strict"; | ||
// pkg/dist-src/version.js | ||
var VERSION = "5.0.0-beta.2"; | ||
var VERSION = "5.0.0-beta.3"; | ||
@@ -36,0 +36,0 @@ // pkg/dist-src/index.js |
import { getUserAgent } from "universal-user-agent"; | ||
import { Collection } from "before-after-hook"; | ||
import { request } from "@octokit/request"; | ||
import { withCustomRequest } from "@octokit/graphql"; | ||
import { graphql, withCustomRequest } from "@octokit/graphql"; | ||
import { createTokenAuth } from "@octokit/auth-token"; | ||
@@ -6,0 +6,0 @@ import { VERSION } from "./version"; |
@@ -1,4 +0,4 @@ | ||
const VERSION = "5.0.0-beta.2"; | ||
const VERSION = "5.0.0-beta.3"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,5 +0,5 @@ | ||
import { HookCollection } from "before-after-hook"; | ||
import type { HookCollection } from "before-after-hook"; | ||
import { request } from "@octokit/request"; | ||
import { graphql } from "@octokit/graphql"; | ||
import { Constructor, Hooks, OctokitOptions, OctokitPlugin, ReturnTypeOf, UnionToIntersection } from "./types"; | ||
import type { Constructor, Hooks, OctokitOptions, OctokitPlugin, ReturnTypeOf, UnionToIntersection } from "./types"; | ||
export declare class Octokit { | ||
@@ -6,0 +6,0 @@ static VERSION: string; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "5.0.0-beta.2"; | ||
export declare const VERSION = "5.0.0-beta.3"; |
@@ -5,7 +5,7 @@ // pkg/dist-src/index.js | ||
import { request } from "@octokit/request"; | ||
import { withCustomRequest } from "@octokit/graphql"; | ||
import { graphql, withCustomRequest } from "@octokit/graphql"; | ||
import { createTokenAuth } from "@octokit/auth-token"; | ||
// pkg/dist-src/version.js | ||
var VERSION = "5.0.0-beta.2"; | ||
var VERSION = "5.0.0-beta.3"; | ||
@@ -12,0 +12,0 @@ // pkg/dist-src/index.js |
{ | ||
"name": "@octokit/core", | ||
"version": "5.0.0-beta.2", | ||
"version": "5.0.0-beta.3", | ||
"publishConfig": { | ||
@@ -19,7 +19,7 @@ "access": "public" | ||
"dependencies": { | ||
"@octokit/auth-token": "^3.0.0", | ||
"@octokit/graphql": "^5.0.0", | ||
"@octokit/request": "^6.0.0", | ||
"@octokit/auth-token": "^4.0.0", | ||
"@octokit/graphql": "^6.0.0-beta.2", | ||
"@octokit/request": "^7.0.0", | ||
"@octokit/request-error": "^4.0.1", | ||
"@octokit/types": "^9.0.0", | ||
"@octokit/types": "^10.0.0", | ||
"before-after-hook": "^2.2.0", | ||
@@ -30,3 +30,3 @@ "universal-user-agent": "^6.0.0" | ||
"@octokit/auth": "^3.0.1", | ||
"@octokit/tsconfig": "^1.0.2", | ||
"@octokit/tsconfig": "^2.0.0", | ||
"@types/fetch-mock": "^7.3.1", | ||
@@ -36,3 +36,3 @@ "@types/jest": "^29.0.0", | ||
"@types/node": "^18.0.0", | ||
"esbuild": "^0.17.19", | ||
"esbuild": "^0.18.0", | ||
"fetch-mock": "^9.0.0", | ||
@@ -39,0 +39,0 @@ "glob": "^10.2.5", |
@@ -35,7 +35,7 @@ # core.js | ||
</th><td width=100%> | ||
Load <code>@octokit/core</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a> | ||
Load <code>@octokit/core</code> directly from <a href="https://esm.sh">esm.sh</a> | ||
```html | ||
<script type="module"> | ||
import { Octokit } from "https://cdn.skypack.dev/@octokit/core"; | ||
import { Octokit } from "https://esm.sh/@octokit/core"; | ||
</script> | ||
@@ -42,0 +42,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
43787
+ Added@octokit/auth-token@4.0.0(transitive)
+ Added@octokit/endpoint@8.0.1(transitive)
+ Added@octokit/graphql@6.0.1(transitive)
+ Added@octokit/request@7.0.1(transitive)
- Removed@octokit/auth-token@3.0.4(transitive)
- Removed@octokit/endpoint@7.0.6(transitive)
- Removed@octokit/graphql@5.0.6(transitive)
- Removed@octokit/request@6.2.8(transitive)
- Removed@octokit/request-error@3.0.3(transitive)
- Removed@octokit/types@9.3.2(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)
Updated@octokit/auth-token@^4.0.0
Updated@octokit/request@^7.0.0
Updated@octokit/types@^10.0.0