Comparing version 3.0.1 to 4.0.0
@@ -34,3 +34,3 @@ "use strict"; | ||
arrayBuffer() { | ||
throw new Error(); | ||
throw new Error("`arrayBuffer` not implemented"); | ||
} | ||
@@ -37,0 +37,0 @@ blob() { |
{ | ||
"name": "got-fetch", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
@@ -29,3 +29,4 @@ "description": "A fetch-compatible interface to the got HTTP client", | ||
"pretest:watch": "$npm_execpath run build:test", | ||
"test:watch": "concurrently '$npm_execpath run build:test:watch' 'jest --watchAll'" | ||
"test:watch": "concurrently '$npm_execpath run build:test:watch' 'jest --watchAll'", | ||
"release": "semantic-release" | ||
}, | ||
@@ -36,2 +37,7 @@ "dependencies": { | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/commit-analyzer": "^9.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/npm": "^8.0.2", | ||
"@semantic-release/release-notes-generator": "^10.0.2", | ||
"@types/jest": "^25.2.1", | ||
@@ -47,2 +53,3 @@ "@types/nock": "^11.1.0", | ||
"nock": "^12.0.3", | ||
"semantic-release": "^18.0.0", | ||
"typescript": "^3.8.3" | ||
@@ -54,4 +61,4 @@ }, | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=14.0.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
20134
18
361
17