@frontegg/client
Advanced tools
Comparing version 1.2.12 to 1.2.13
@@ -1,2 +0,2 @@ | ||
export * from './EventsClient'; | ||
export * from './types'; | ||
export * from './events'; |
@@ -6,3 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./EventsClient")); | ||
__export(require("./types")); | ||
__export(require("./events")); | ||
//# sourceMappingURL=index.js.map |
@@ -1,9 +0,4 @@ | ||
export * from './WebpushProperties.interface'; | ||
export * from './BellProperties.interface'; | ||
export * from './AuditProperties.interface'; | ||
export * from './TriggerOptions.interface'; | ||
export * from './BellAction.interface'; | ||
export * from './ChannelsConfiguration.interface'; | ||
export * from './WebhookBody.type'; | ||
export * from './Channels.type'; | ||
export * from './SlackProperties.interface'; | ||
export * from './channel-configuration'; | ||
export * from './errors'; | ||
export * from './event-types'; | ||
export * from './status-types'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./errors")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@frontegg/client", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"description": "Frontegg Javascript Library for backend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
230113
102
3406