@octokit-next/endpoint
Advanced tools
Comparing version 2.4.1 to 2.5.0
@@ -5,3 +5,3 @@ import { getUserAgent } from "universal-user-agent"; | ||
const userAgent = `octokit-endpoint.js/${VERSION} ${getUserAgent()}`; | ||
const userAgent = `octokit-next-endpoint.js/${VERSION} ${getUserAgent()}`; | ||
@@ -8,0 +8,0 @@ // DEFAULTS has all properties set that EndpointOptions has, except url. |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.4.1"; | ||
export const VERSION = "2.5.0"; |
{ | ||
"name": "@octokit-next/endpoint", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"publishConfig": { | ||
@@ -30,3 +30,3 @@ "access": "public" | ||
"dependencies": { | ||
"@octokit-next/types": "2.4.1", | ||
"@octokit-next/types": "2.5.0", | ||
"is-plain-obj": "^4.0.0", | ||
@@ -33,0 +33,0 @@ "type-fest": "^3.0.0", |
@@ -9,3 +9,3 @@ import { Agent } from "node:http"; | ||
const userAgent = `octokit-endpoint.js/${VERSION} ${getUserAgent()}`; | ||
const userAgent = `octokit-next-endpoint.js/${VERSION} ${getUserAgent()}`; | ||
@@ -12,0 +12,0 @@ test("endpoint() is a function", (t) => { |
@@ -6,3 +6,3 @@ import test from "ava"; | ||
import { VERSION } from "../lib/version.js"; | ||
const userAgent = `octokit-endpoint.js/${VERSION} ${getUserAgent()}`; | ||
const userAgent = `octokit-next-endpoint.js/${VERSION} ${getUserAgent()}`; | ||
@@ -9,0 +9,0 @@ test("endpoint.merge() is a function", (t) => { |
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
55849
+ Added@octokit-next/request-error@2.8.0(transitive)
+ Added@octokit-next/types@2.5.02.8.0(transitive)
+ Addedbefore-after-hook@3.0.2(transitive)
+ Addedtype-fest@4.27.0(transitive)
- Removed@octokit-next/types@2.4.1(transitive)
Updated@octokit-next/types@2.5.0