@getanthill/event-source
Advanced tools
Comparing version 0.14.0 to 0.14.1
@@ -109,2 +109,7 @@ import { strict as assert } from 'assert'; | ||
], | ||
[ | ||
{ [EventSourced.options.CREATED_AT_FIELD]: 1 }, | ||
{ name: 'created_at_1' }, | ||
], | ||
[{ version: 1 }, { name: 'version_1' }], | ||
], | ||
@@ -111,0 +116,0 @@ [EventSourced.options.EVENTS_COLLECTION_NAME]: Events.getRequiredIndexes(EventSourced.options.CORRELATION_FIELD, EventSourced.options.WITH_GLOBAL_VERSION), |
{ | ||
"name": "@getanthill/event-source", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "Event-sourced data store handling library", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.cjs.js", |
@@ -178,2 +178,7 @@ import { strict as assert } from 'assert'; | ||
], | ||
[ | ||
{ [EventSourced.options.CREATED_AT_FIELD]: 1 }, | ||
{ name: 'created_at_1' }, | ||
], | ||
[{ version: 1 }, { name: 'version_1' }], | ||
], | ||
@@ -180,0 +185,0 @@ [EventSourced.options.EVENTS_COLLECTION_NAME]: |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1293592
36010