@octokit/endpoint
Advanced tools
Comparing version 6.0.12 to 7.0.0
@@ -369,3 +369,3 @@ 'use strict'; | ||
const VERSION = "6.0.12"; | ||
const VERSION = "7.0.0"; | ||
@@ -372,0 +372,0 @@ const userAgent = `octokit-endpoint.js/${VERSION} ${universalUserAgent.getUserAgent()}`; // DEFAULTS has all properties set that EndpointOptions has, except url. |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "6.0.12"; | ||
export const VERSION = "7.0.0"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "6.0.12"; | ||
export declare const VERSION = "7.0.0"; |
@@ -360,3 +360,3 @@ import { isPlainObject } from 'is-plain-object'; | ||
const VERSION = "6.0.12"; | ||
const VERSION = "7.0.0"; | ||
@@ -363,0 +363,0 @@ const userAgent = `octokit-endpoint.js/${VERSION} ${getUserAgent()}`; |
{ | ||
"name": "@octokit/endpoint", | ||
"description": "Turns REST API endpoints into generic request options", | ||
"version": "6.0.12", | ||
"version": "7.0.0", | ||
"license": "MIT", | ||
@@ -29,6 +29,6 @@ "files": [ | ||
"@pika/plugin-ts-standard-pkg": "^0.9.0", | ||
"@types/jest": "^26.0.0", | ||
"@types/jest": "^27.0.0", | ||
"jest": "^27.0.0", | ||
"prettier": "2.3.1", | ||
"semantic-release": "^17.0.0", | ||
"prettier": "2.7.1", | ||
"semantic-release": "^19.0.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
@@ -38,2 +38,5 @@ "ts-jest": "^27.0.0-next.12", | ||
}, | ||
"engines": { | ||
"node": ">= 14" | ||
}, | ||
"publishConfig": { | ||
@@ -40,0 +43,0 @@ "access": "public" |
@@ -6,3 +6,3 @@ # endpoint.js | ||
[![@latest](https://img.shields.io/npm/v/@octokit/endpoint.svg)](https://www.npmjs.com/package/@octokit/endpoint) | ||
![Build Status](https://github.com/octokit/endpoint.js/workflows/Test/badge.svg) | ||
[![Build Status](https://github.com/octokit/endpoint.js/workflows/Test/badge.svg)](https://github.com/octokit/endpoint.js/actions/workflows/test.yml?query=branch%3Amaster) | ||
@@ -9,0 +9,0 @@ `@octokit/endpoint` combines [GitHub REST API routes](https://developer.github.com/v3/) with your parameters and turns them into generic request options that can be used in any request library. |
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
116086