@octokit/auth-oauth-app
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -109,3 +109,3 @@ "use strict"; | ||
// pkg/dist-src/version.js | ||
var VERSION = "6.0.0"; | ||
var VERSION = "6.0.1"; | ||
@@ -112,0 +112,0 @@ // pkg/dist-src/index.js |
@@ -1,4 +0,4 @@ | ||
const VERSION = "6.0.0"; | ||
const VERSION = "6.0.1"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "6.0.0"; | ||
export declare const VERSION = "6.0.1"; |
@@ -74,3 +74,3 @@ // pkg/dist-src/index.js | ||
// pkg/dist-src/version.js | ||
var VERSION = "6.0.0"; | ||
var VERSION = "6.0.1"; | ||
@@ -77,0 +77,0 @@ // pkg/dist-src/index.js |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "GitHub OAuth App authentication for JavaScript", | ||
@@ -20,6 +20,6 @@ "repository": "github:octokit/auth-oauth-app.js", | ||
"dependencies": { | ||
"@octokit/auth-oauth-device": "^4.0.0", | ||
"@octokit/auth-oauth-user": "^2.0.0", | ||
"@octokit/request": "^6.0.0", | ||
"@octokit/types": "^9.0.0", | ||
"@octokit/auth-oauth-device": "^5.0.0", | ||
"@octokit/auth-oauth-user": "^3.0.0", | ||
"@octokit/request": "^7.0.0", | ||
"@octokit/types": "^10.0.0", | ||
"@types/btoa-lite": "^1.0.0", | ||
@@ -26,0 +26,0 @@ "btoa-lite": "^1.0.0", |
@@ -46,7 +46,7 @@ # auth-oauth-app.js | ||
If you know what you are doing, load `@octokit/auth-oauth-app` directly from [cdn.skypack.dev](https://cdn.skypack.dev) | ||
If you know what you are doing, load `@octokit/auth-oauth-app` directly from [esm.sh](https://esm.sh) | ||
```html | ||
<script type="module"> | ||
import { createOAuthAppAuth } from "https://cdn.skypack.dev/@octokit/auth-oauth-app"; | ||
import { createOAuthAppAuth } from "https://esm.sh/@octokit/auth-oauth-app"; | ||
</script> | ||
@@ -188,8 +188,8 @@ ``` | ||
If you know what you are doing, load `@octokit/auth-oauth-app` and `@octokit/core` (or a compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev) | ||
If you know what you are doing, load `@octokit/auth-oauth-app` and `@octokit/core` (or a compatible module) directly from [esm.sh](https://esm.sh) | ||
```html | ||
<script type="module"> | ||
import { createOAuthAppAuth } from "https://cdn.skypack.dev/@octokit/auth-oauth-app"; | ||
import { Octokit } from "https://cdn.skypack.dev/@octokit/core"; | ||
import { createOAuthAppAuth } from "https://esm.sh/@octokit/auth-oauth-app"; | ||
import { Octokit } from "https://esm.sh/@octokit/core"; | ||
</script> | ||
@@ -196,0 +196,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
56785
+ Added@octokit/auth-oauth-device@5.0.2(transitive)
+ Added@octokit/auth-oauth-user@3.0.1(transitive)
+ Added@octokit/endpoint@8.0.1(transitive)
+ Added@octokit/oauth-authorization-url@6.0.2(transitive)
+ Added@octokit/oauth-methods@3.0.2(transitive)
+ Added@octokit/request@7.0.1(transitive)
+ Added@octokit/request-error@4.0.2(transitive)
+ Added@octokit/types@10.0.0(transitive)
- Removed@octokit/auth-oauth-device@4.0.5(transitive)
- Removed@octokit/auth-oauth-user@2.1.2(transitive)
- Removed@octokit/endpoint@7.0.6(transitive)
- Removed@octokit/oauth-authorization-url@5.0.0(transitive)
- Removed@octokit/oauth-methods@2.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/request@^7.0.0
Updated@octokit/types@^10.0.0