Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-10-08 14:51:10 +00:00
parent 47dd08d5fa
commit 422a2796f6
28 changed files with 130 additions and 99 deletions

View file

@ -1,4 +1,4 @@
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" />
import type { Fetch } from "./Fetch.js";
/**
* Octokit-specific request options which are ignored for the actual request, but can be used by Octokit or plugins to manipulate how the request is sent or how a response is handled

View file

@ -1 +1 @@
export declare const VERSION = "13.6.0";
export declare const VERSION = "13.6.1";

View file

@ -1,11 +1,10 @@
{
"name": "@octokit/types",
"version": "13.6.0",
"version": "13.6.1",
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^22.2.0"