@dnax/core 0.3.8 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -177,7 +177,7 @@ class useRest {
177
177
 
178
178
  result.docs = await this.#tenant.database.db
179
179
  ?.collection(collection)
180
- .aggregate(pipeline, {
180
+ .aggregate(toBson(pipeline), {
181
181
  allowDiskUse: true,
182
182
  })
183
183
  .toArray();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {