@apimatic/core
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "@apimatic/core", | ||
"author": "APIMatic Ltd.", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"license": "MIT", | ||
@@ -51,3 +51,3 @@ "sideEffects": false, | ||
"jest": "^26.4.2", | ||
"jsdom": "^16.5.0", | ||
"jsdom": "^19.0.0", | ||
"jsdom-global": "^3.0.2", | ||
@@ -62,8 +62,8 @@ "lerna-alias": "3.0.3-0", | ||
"dependencies": { | ||
"@apimatic/convert-to-stream": "~0.0.2", | ||
"@apimatic/convert-to-stream": "^0.0.2", | ||
"@apimatic/core-interfaces": "^0.2.0", | ||
"@apimatic/file-wrapper": "^0.2.0", | ||
"@apimatic/http-headers": "^0.2.0", | ||
"@apimatic/file-wrapper": "^0.3.0", | ||
"@apimatic/http-headers": "^0.3.0", | ||
"@apimatic/json-bigint": "^1.2.0", | ||
"@apimatic/http-query": "^0.2.0", | ||
"@apimatic/http-query": "^0.3.0", | ||
"@apimatic/schema": "^0.7.0", | ||
@@ -70,0 +70,0 @@ "axios": "^0.21.1", |
@@ -0,0 +0,0 @@ import { HttpResponse } from '@apimatic/core-interfaces'; |
export * from '@apimatic/core-interfaces'; |
/// <reference lib="dom" /> |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import JSONBig from '@apimatic/json-bigint'; |
@@ -0,0 +0,0 @@ import { SchemaValidationError } from '../schema'; |
@@ -0,0 +0,0 @@ import { ApiResponse, HttpRequest } from '../coreInterfaces'; |
export * from '@apimatic/file-wrapper'; |
export * from '@apimatic/http-headers'; |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import flatMap from 'lodash.flatmap'; |
export * from '@apimatic/http-query'; |
@@ -0,0 +0,0 @@ import JSONBig from '@apimatic/json-bigint'; |
@@ -0,0 +0,0 @@ import { getHeader } from './httpHeaders'; |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ // tslint:disable-next-line:no-reference |
export * from '@apimatic/schema'; |
// tslint:disable-next-line:no-empty-interface | ||
interface Blob {} |
@@ -0,0 +0,0 @@ export interface XmlSerializerInterface { |
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
144325
+ Added@apimatic/http-headers@0.3.3(transitive)
+ Added@apimatic/http-query@0.3.3(transitive)
- Removed@apimatic/file-wrapper@0.2.0(transitive)
- Removed@apimatic/http-headers@0.2.0(transitive)
- Removed@apimatic/http-query@0.2.0(transitive)
Updated@apimatic/http-query@^0.3.0