@reactway/api-builder
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -27,3 +27,3 @@ import { StrictEventEmitter } from "strict-event-emitter-types"; | ||
export declare type QueryParams = { | ||
[key: string]: string | number | Array<string | number>; | ||
[key: string]: string | number | Array<string | number> | null | undefined; | ||
}; | ||
@@ -30,0 +30,0 @@ export declare enum HttpMethods { |
{ | ||
"name": "@reactway/api-builder", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "An easy api client builder for applications with identity.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
41551