Comparing version 3.1.1 to 3.1.2
@@ -40,3 +40,3 @@ "use strict"; | ||
// pkg/dist-src/version.js | ||
var VERSION = "3.1.1"; | ||
var VERSION = "3.1.2"; | ||
@@ -43,0 +43,0 @@ // pkg/dist-src/octokit.js |
@@ -1,4 +0,4 @@ | ||
const VERSION = "3.1.1"; | ||
const VERSION = "3.1.2"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "3.1.1"; | ||
export declare const VERSION = "3.1.2"; |
@@ -10,3 +10,3 @@ // pkg/dist-src/octokit.js | ||
// pkg/dist-src/version.js | ||
var VERSION = "3.1.1"; | ||
var VERSION = "3.1.2"; | ||
@@ -13,0 +13,0 @@ // pkg/dist-src/octokit.js |
{ | ||
"name": "octokit", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "The all-batteries-included GitHub SDK for Browsers, Node.js, and Deno", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@octokit/app": "^14.0.0", | ||
"@octokit/app": "^14.0.2", | ||
"@octokit/core": "^5.0.0", | ||
@@ -30,3 +30,3 @@ "@octokit/oauth-app": "^6.0.0", | ||
"@types/jest": "^29.0.0", | ||
"@types/node": "^18.0.0", | ||
"@types/node": "^20.0.0", | ||
"esbuild": "^0.19.0", | ||
@@ -37,3 +37,3 @@ "fetch-mock": "npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1", | ||
"mockdate": "^3.0.5", | ||
"prettier": "3.0.3", | ||
"prettier": "3.1.0", | ||
"semantic-release": "^22.0.0", | ||
@@ -40,0 +40,0 @@ "semantic-release-plugin-update-version-in-files": "^1.1.0", |
@@ -46,3 +46,3 @@ # octokit.js | ||
- **Complete**. All features of GitHub's platform APIs are covered. | ||
- **Prescriptive**. All recommended best practises are implemented. | ||
- **Prescriptive**. All recommended best practices are implemented. | ||
- **Universal**. Works in all modern browsers, [Node.js](https://nodejs.org/), and [Deno](https://deno.land/). | ||
@@ -741,3 +741,3 @@ - **Tested**. All libraries have a 100% test coverage. | ||
}); | ||
console.log("Event distpatched for %s", repository.full_name); | ||
console.log("Event dispatched for %s", repository.full_name); | ||
} | ||
@@ -744,0 +744,0 @@ ``` |
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
62765
Updated@octokit/app@^14.0.2