@financial-times/community-event-client
Advanced tools
Comparing version 0.1.0 to 0.2.0-alpha.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.2.0-alpha.0](https://github.com/Financial-Times/community-promo-kit/compare/@financial-times/community-event-client@0.1.0...@financial-times/community-event-client@0.2.0-alpha.0) (2023-01-30) | ||
### Features | ||
* hIVE-1080-create-event-selector-method-in-community-event-client ([1ee7018](https://github.com/Financial-Times/community-promo-kit/commit/1ee7018a7f861c03d4514de7182c4af1758e89fd)) | ||
# [0.1.0](https://github.com/Financial-Times/community-promo-kit/compare/@financial-times/community-event-client@0.1.0-alpha.1...@financial-times/community-event-client@0.1.0) (2022-10-27) | ||
@@ -8,0 +19,0 @@ |
@@ -5,2 +5,3 @@ export { Eventpromo } from "./Eventpromo"; | ||
export { ListPollerConfig } from "./list-poller/list-poller-config.model"; | ||
export { getEventsToPromote } from "./get-events-to-promote"; | ||
//# sourceMappingURL=serverside.d.ts.map |
@@ -26,6 +26,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ListPoller = exports.poller = void 0; | ||
exports.getEventsToPromote = exports.ListPoller = exports.poller = void 0; | ||
exports.poller = __importStar(require("./poller")); | ||
var list_poller_1 = require("./list-poller/list-poller"); | ||
Object.defineProperty(exports, "ListPoller", { enumerable: true, get: function () { return list_poller_1.ListPoller; } }); | ||
var get_events_to_promote_1 = require("./get-events-to-promote"); | ||
Object.defineProperty(exports, "getEventsToPromote", { enumerable: true, get: function () { return get_events_to_promote_1.getEventsToPromote; } }); | ||
//# sourceMappingURL=serverside.js.map |
{ | ||
"name": "@financial-times/community-event-client", | ||
"version": "0.1.0", | ||
"version": "0.2.0-alpha.0", | ||
"description": "A client for retrieving community-events", | ||
@@ -26,3 +26,3 @@ "main": "dist/serverside.js", | ||
}, | ||
"gitHead": "c220a8b649bf7befd0616294e58fc252aa60792e" | ||
"gitHead": "acb027be45a14d55dfc4095a29a7e4b441143702" | ||
} |
@@ -5,1 +5,2 @@ export { Eventpromo } from "./Eventpromo"; | ||
export { ListPollerConfig } from "./list-poller/list-poller-config.model"; | ||
export { getEventsToPromote } from "./get-events-to-promote"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
48763
65
903