conjure-client
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -1,1 +0,1 @@ | ||
export declare const IMPLEMENTATION_VERSION = "2.2.0"; | ||
export declare const IMPLEMENTATION_VERSION = "2.3.0"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IMPLEMENTATION_VERSION = '2.2.0'; | ||
exports.IMPLEMENTATION_VERSION = '2.3.0'; | ||
//# sourceMappingURL=index.js.map |
@@ -21,1 +21,2 @@ /** | ||
export * from "./errors"; | ||
export { IUserAgent } from "./userAgent"; |
{ | ||
"name": "conjure-client", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "An HTTP bridge library for use in front end applications and generated conjure code", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -1,1 +0,1 @@ | ||
export const IMPLEMENTATION_VERSION = '2.2.0'; | ||
export const IMPLEMENTATION_VERSION = '2.3.0'; |
@@ -22,1 +22,2 @@ /** | ||
export * from "./errors"; | ||
export { IUserAgent } from "./userAgent"; |
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
77566
1510