@acuris/eventstore-postgresql
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -5,4 +5,5 @@ export * from "./PgEventSource"; | ||
export declare const Features: { | ||
eventstoreRoles: import("./Feature").FeatureSpi; | ||
latestEventProjection: import("./Feature").FeatureSpi; | ||
readonly eventstoreRoles: import("./Feature").FeatureSpi; | ||
readonly latestEventProjection: import("./Feature").FeatureSpi; | ||
readonly latestCategoryEventProjection: import("./Feature").FeatureSpi; | ||
}; |
@@ -18,2 +18,3 @@ "use strict"; | ||
const latestEventProjectionFeature_1 = __importDefault(require("./latestEventProjectionFeature")); | ||
const latestCategoryEventProjectionFeature_1 = __importDefault(require("./latestCategoryEventProjectionFeature")); | ||
const eventstoreRolesFeature_1 = __importDefault(require("./eventstoreRolesFeature")); | ||
@@ -25,3 +26,4 @@ __exportStar(require("./PgEventSource"), exports); | ||
eventstoreRoles: eventstoreRolesFeature_1.default, | ||
latestEventProjection: latestEventProjectionFeature_1.default | ||
latestEventProjection: latestEventProjectionFeature_1.default, | ||
latestCategoryEventProjection: latestCategoryEventProjectionFeature_1.default | ||
}; |
{ | ||
"name": "@acuris/eventstore-postgresql", | ||
"private": false, | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Eventstore implementation storing events in Postgresql", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
59930
1419