mongochangestream
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -0,1 +1,5 @@ | ||
# 0.12.0 | ||
* Fix `Document` type. | ||
# 0.11.0 | ||
@@ -2,0 +6,0 @@ |
import _ from 'lodash/fp.js'; | ||
import { Collection, ObjectId } from 'mongodb'; | ||
import { Collection, Document, ObjectId } from 'mongodb'; | ||
import { SyncOptions, ProcessRecord, ProcessRecords, ScanOptions } from './types.js'; | ||
@@ -4,0 +4,0 @@ import type { default as Redis } from 'ioredis'; |
{ | ||
"name": "mongochangestream", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Sync MongoDB collections via change streams into any database.", | ||
@@ -5,0 +5,0 @@ "author": "GovSpend", |
import _ from 'lodash/fp.js' | ||
import { ChangeStreamInsertDocument, Collection, ObjectId } from 'mongodb' | ||
import { | ||
ChangeStreamInsertDocument, | ||
Collection, | ||
Document, | ||
ObjectId, | ||
} from 'mongodb' | ||
import changeStreamToIterator from './changeStreamToIterator.js' | ||
@@ -4,0 +9,0 @@ import { |
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
24498
515