@dnax/core 0.58.0 → 0.58.1

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.
@@ -162,7 +162,7 @@ class useRest {
162
162
  > => {
163
163
  return new Promise(async (resolve, reject) => {
164
164
  try {
165
- params?.$match = {
165
+ params.$match = {
166
166
  ...(params?.$match || {}),
167
167
  collection: collection,
168
168
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.58.0",
3
+ "version": "0.58.1",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {