@octokit/action
Advanced tools
Comparing version 6.0.6 to 6.0.7
@@ -34,3 +34,3 @@ "use strict"; | ||
// pkg/dist-src/version.js | ||
var VERSION = "6.0.6"; | ||
var VERSION = "6.0.7"; | ||
@@ -37,0 +37,0 @@ // pkg/dist-src/index.js |
@@ -5,3 +5,3 @@ import { Octokit as Core } from "@octokit/core"; | ||
import { legacyRestEndpointMethods } from "@octokit/plugin-rest-endpoint-methods"; | ||
import { VERSION } from "./version"; | ||
import { VERSION } from "./version.js"; | ||
import { fetch as undiciFetch, ProxyAgent } from "undici"; | ||
@@ -8,0 +8,0 @@ const DEFAULTS = { |
@@ -1,4 +0,4 @@ | ||
const VERSION = "6.0.6"; | ||
const VERSION = "6.0.7"; | ||
export { | ||
VERSION | ||
}; |
@@ -6,5 +6,5 @@ import { Octokit as Core } from "@octokit/core"; | ||
export declare const customFetch: (url: string, opts: any) => Promise<import("undici").Response>; | ||
export declare const Octokit: typeof Core & import("@octokit/core/dist-types/types").Constructor<{ | ||
export declare const Octokit: typeof Core & import("@octokit/core/dist-types/types.js").Constructor<{ | ||
paginate: import("@octokit/plugin-paginate-rest").PaginateInterface; | ||
} & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types").RestEndpointMethods & import("@octokit/plugin-rest-endpoint-methods/dist-types/types").Api>; | ||
} & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.js").RestEndpointMethods & import("@octokit/plugin-rest-endpoint-methods/dist-types/types.js").Api>; | ||
export type Octokit = InstanceType<typeof Octokit>; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "6.0.6"; | ||
export declare const VERSION = "6.0.7"; |
@@ -8,3 +8,3 @@ // pkg/dist-src/index.js | ||
// pkg/dist-src/version.js | ||
var VERSION = "6.0.6"; | ||
var VERSION = "6.0.7"; | ||
@@ -11,0 +11,0 @@ // pkg/dist-src/index.js |
{ | ||
"name": "@octokit/action", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"publishConfig": { | ||
@@ -24,3 +24,3 @@ "access": "public" | ||
"@octokit/types": "^12.0.0", | ||
"undici": "^5.0.0" | ||
"undici": "^6.0.0" | ||
}, | ||
@@ -30,3 +30,3 @@ "devDependencies": { | ||
"@types/jest": "^29.0.0", | ||
"@types/node": "^18.0.0", | ||
"@types/node": "^20.0.0", | ||
"esbuild": "^0.19.0", | ||
@@ -36,3 +36,3 @@ "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", | ||
"jest": "^29.0.0", | ||
"prettier": "3.0.3", | ||
"prettier": "3.1.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
@@ -39,0 +39,0 @@ "ts-jest": "^29.0.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
18057
+ Addedundici@6.21.0(transitive)
- Removed@fastify/busboy@2.1.1(transitive)
- Removedundici@5.28.4(transitive)
Updatedundici@^6.0.0