@octokit/request
Advanced tools
Comparing version 9.1.0 to 9.1.1
@@ -1,4 +0,4 @@ | ||
const VERSION = "9.1.0"; | ||
const VERSION = "9.1.1"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "9.1.0"; | ||
export declare const VERSION = "9.1.1"; |
{ | ||
"name": "@octokit/request", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"type": "module", | ||
@@ -51,3 +51,2 @@ "publishConfig": { | ||
], | ||
"main": "dist-bundle/index.js", | ||
"types": "dist-types/index.d.ts", | ||
@@ -57,3 +56,4 @@ "exports": { | ||
"types": "./dist-types/index.d.ts", | ||
"import": "./dist-bundle/index.js" | ||
"import": "./dist-bundle/index.js", | ||
"default": "./dist-bundle/index.js" | ||
} | ||
@@ -60,0 +60,0 @@ }, |
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
44578