@osskit/fetch-enhancers
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -7,2 +7,3 @@ export * from './enhancers/withBasicAuth.js'; | ||
export * from './enhancers/withToken.js'; | ||
export * from './fetchError.js'; | ||
export * from './types.js'; |
@@ -7,3 +7,4 @@ export * from './enhancers/withBasicAuth.js'; | ||
export * from './enhancers/withToken.js'; | ||
export * from './fetchError.js'; | ||
export * from './types.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@osskit/fetch-enhancers", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"repository": { | ||
@@ -33,5 +33,5 @@ "url": "https://github.com/osskit/fetch-enhancers" | ||
"@osskit/tsconfig": "^0.0.6", | ||
"@types/async-retry": "^1.4.4", | ||
"@types/async-retry": "^1.4.5", | ||
"@types/jest": "^28.1.7", | ||
"@types/node": "^18.7.6", | ||
"@types/node": "^18.7.8", | ||
"@typescript-eslint/eslint-plugin": "^5.33.1", | ||
@@ -41,3 +41,3 @@ "@typescript-eslint/parser": "^5.33.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^26.8.3", | ||
"eslint-plugin-jest": "^26.8.5", | ||
"eslint-plugin-react": "^7.30.1", | ||
@@ -44,0 +44,0 @@ "eslint-plugin-unicorn": "^43.0.2", |
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
16195
169