@fanoutio/connect-grip
Advanced tools
Comparing version 0.1.0-beta.4 to 0.1.0-beta.6
@@ -309,3 +309,3 @@ import * as CallableInstance from 'callable-instance'; | ||
export { ConnectGrip }; | ||
export { ConnectGrip, GripInstructAlreadyStartedException, GripInstructException, GripInstructNotAvailableException }; | ||
//# sourceMappingURL=index.es.js.map |
@@ -314,2 +314,5 @@ 'use strict'; | ||
exports.ConnectGrip = ConnectGrip; | ||
exports.GripInstructAlreadyStartedException = GripInstructAlreadyStartedException; | ||
exports.GripInstructException = GripInstructException; | ||
exports.GripInstructNotAvailableException = GripInstructNotAvailableException; | ||
//# sourceMappingURL=index.js.map |
export { default as ConnectGrip } from './ConnectGrip'; | ||
export { default as GripInstructException } from './GripInstructException'; | ||
export { default as GripInstructAlreadyStartedException } from './GripInstructAlreadyStartedException'; | ||
export { default as GripInstructNotAvailableException } from './GripInstructNotAvailableException'; | ||
export type { default as IConnectGripConfig } from './IConnectGripConfig'; | ||
export type { default as IRequestGrip } from './IRequestGrip'; | ||
export type { default as IResponseGrip } from './IResponseGrip'; | ||
export type { ConnectGripApiRequest } from './ConnectGripApiRequest'; | ||
export type { ConnectGripApiResponse } from './ConnectGripApiResponse'; |
{ | ||
"name": "@fanoutio/connect-grip", | ||
"version": "0.1.0-beta.4", | ||
"version": "0.1.0-beta.6", | ||
"author": "Fanout, Inc. <info@fanout.io>", | ||
@@ -5,0 +5,0 @@ "description": "Connect GRIP library", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
86914
26
758