@apimatic/axios-client-adapter
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@apimatic/axios-client-adapter", | ||
"author": "APIMatic Ltd.", | ||
"version": "0.1.0", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
@@ -20,3 +20,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10.4.0" | ||
"node": ">=14.15.0 || >=16.0.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "scripts": { | ||
"@babel/core": "^7.10.5", | ||
"@size-limit/preset-small-lib": "^4.6.0", | ||
"@size-limit/preset-small-lib": "^7.0.8", | ||
"@types/detect-node": "^2.0.0", | ||
@@ -56,5 +56,5 @@ "@types/lodash.flatmap": "^4.5.6", | ||
"lerna-alias": "3.0.3-0", | ||
"rollup": "^2.35.1", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"size-limit": "^4.6.0", | ||
"rollup": "^2.79.0", | ||
"rollup-plugin-typescript2": "^0.31.0", | ||
"size-limit": "^7.0.8", | ||
"ts-jest": "^26.4.0", | ||
@@ -64,9 +64,9 @@ "typescript": "^4.1.2" | ||
"dependencies": { | ||
"@apimatic/convert-to-stream": "^0.0.2", | ||
"@apimatic/core-interfaces": "^0.1.0", | ||
"@apimatic/file-wrapper": "^0.1.0", | ||
"@apimatic/http-headers": "^0.1.0", | ||
"@apimatic/convert-to-stream": "^0.1.0", | ||
"@apimatic/core-interfaces": "^0.2.0", | ||
"@apimatic/file-wrapper": "^0.2.0", | ||
"@apimatic/http-headers": "^0.2.0", | ||
"@apimatic/json-bigint": "^1.2.0", | ||
"@apimatic/http-query": "^0.1.0", | ||
"@apimatic/schema": "^0.6.0", | ||
"@apimatic/http-query": "^0.2.0", | ||
"@apimatic/schema": "^0.7.0", | ||
"axios": "^0.21.1", | ||
@@ -73,0 +73,0 @@ "detect-browser": "^5.3.0", |
/// <reference lib="dom" /> |
@@ -0,0 +0,0 @@ import axios, { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'; |
@@ -0,0 +0,0 @@ // tslint:disable-next-line:no-reference |
@@ -0,0 +0,0 @@ // tslint:disable-next-line:no-empty-interface |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
0
100
27983
13
+ Added@apimatic/convert-to-stream@0.1.3(transitive)
+ Added@apimatic/core-interfaces@0.2.7(transitive)
+ Added@apimatic/file-wrapper@0.2.00.3.3(transitive)
+ Added@apimatic/http-headers@0.2.0(transitive)
+ Added@apimatic/http-query@0.2.0(transitive)
+ Added@apimatic/schema@0.7.14(transitive)
- Removed@apimatic/convert-to-stream@0.0.2(transitive)
- Removed@apimatic/core-interfaces@0.1.0(transitive)
- Removed@apimatic/file-wrapper@0.1.0(transitive)
- Removed@apimatic/http-headers@0.1.0(transitive)
- Removed@apimatic/http-query@0.1.0(transitive)
- Removed@apimatic/schema@0.6.0(transitive)
Updated@apimatic/http-query@^0.2.0
Updated@apimatic/schema@^0.7.0