@octokit/plugin-paginate-rest
Advanced tools
Comparing version 2.21.2 to 2.21.3
@@ -5,3 +5,3 @@ 'use strict'; | ||
const VERSION = "2.21.2"; | ||
const VERSION = "2.21.3"; | ||
@@ -8,0 +8,0 @@ function ownKeys(object, enumerableOnly) { |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.21.2"; | ||
export const VERSION = "2.21.3"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.21.2"; | ||
export declare const VERSION = "2.21.3"; |
@@ -1,2 +0,2 @@ | ||
const VERSION = "2.21.2"; | ||
const VERSION = "2.21.3"; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@octokit/plugin-paginate-rest", | ||
"description": "Octokit plugin to paginate REST API endpoint responses", | ||
"version": "2.21.2", | ||
"version": "2.21.3", | ||
"license": "MIT", | ||
@@ -10,2 +10,6 @@ "files": [ | ||
], | ||
"source": "dist-src/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"main": "dist-node/index.js", | ||
"module": "dist-web/index.js", | ||
"pika": true, | ||
@@ -21,11 +25,11 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@octokit/types": "^6.39.0" | ||
"@octokit/types": "^6.40.0" | ||
}, | ||
"peerDependencies": { | ||
"@octokit/core": ">=4" | ||
"@octokit/core": ">=2" | ||
}, | ||
"devDependencies": { | ||
"@octokit/core": "^4.0.0", | ||
"@octokit/plugin-rest-endpoint-methods": "^5.14.0", | ||
"@pika/pack": "^0.5.0", | ||
"@octokit/plugin-rest-endpoint-methods": "^6.0.0", | ||
"@pika/pack": "^0.3.7", | ||
"@pika/plugin-build-node": "^0.9.0", | ||
@@ -48,7 +52,3 @@ "@pika/plugin-build-web": "^0.9.0", | ||
"access": "public" | ||
}, | ||
"source": "dist-src/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"main": "dist-node/index.js", | ||
"module": "dist-web/index.js" | ||
} | ||
} |
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
205560
Updated@octokit/types@^6.40.0