@octokit/core
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -33,3 +33,3 @@ "use strict"; | ||
// pkg/dist-src/version.js | ||
var VERSION = "5.0.0"; | ||
var VERSION = "5.0.1"; | ||
@@ -36,0 +36,0 @@ // pkg/dist-src/index.js |
@@ -1,4 +0,4 @@ | ||
const VERSION = "5.0.0"; | ||
const VERSION = "5.0.1"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "5.0.0"; | ||
export declare const VERSION = "5.0.1"; |
@@ -9,3 +9,3 @@ // pkg/dist-src/index.js | ||
// pkg/dist-src/version.js | ||
var VERSION = "5.0.0"; | ||
var VERSION = "5.0.1"; | ||
@@ -12,0 +12,0 @@ // pkg/dist-src/index.js |
{ | ||
"name": "@octokit/core", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"publishConfig": { | ||
@@ -23,3 +23,3 @@ "access": "public" | ||
"@octokit/request-error": "^5.0.0", | ||
"@octokit/types": "^11.0.0", | ||
"@octokit/types": "^12.0.0", | ||
"before-after-hook": "^2.2.0", | ||
@@ -37,3 +37,3 @@ "universal-user-agent": "^6.0.0" | ||
"@types/node": "^18.0.0", | ||
"esbuild": "^0.18.0", | ||
"esbuild": "^0.19.0", | ||
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", | ||
@@ -44,8 +44,9 @@ "glob": "^10.2.5", | ||
"lolex": "^6.0.0", | ||
"prettier": "3.0.0", | ||
"prettier": "3.0.3", | ||
"proxy": "^2.0.0", | ||
"semantic-release": "^21.0.0", | ||
"semantic-release": "^22.0.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
"ts-jest": "^29.0.0", | ||
"typescript": "^5.0.0" | ||
"typescript": "^5.0.0", | ||
"undici": "5.25.2" | ||
}, | ||
@@ -52,0 +53,0 @@ "engines": { |
@@ -385,3 +385,3 @@ # core.js | ||
In order to extend `octokit`'s API, the plugin must return an object with the new methods. | ||
In order to extend `octokit`'s API, the plugin must return an object with the new methods. Please refrain from adding methods directly to the `octokit` instance, especialy if you depend on keys that do not exist in `@octokit/core`, such as `octokit.rest`. | ||
@@ -388,0 +388,0 @@ ```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
44459
21
+ Added@octokit/openapi-types@20.0.0(transitive)
+ Added@octokit/types@12.6.0(transitive)
- Removed@octokit/openapi-types@18.1.1(transitive)
- Removed@octokit/types@11.1.0(transitive)
Updated@octokit/types@^12.0.0