@dnax/core 0.77.7 → 0.77.8

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.
@@ -683,7 +683,7 @@ class useRest {
683
683
  options?: Omit<optionCb, "withMeta" | "elementAt"> & {
684
684
  disableReadOnlyFields?: string[];
685
685
  }
686
- ): Promise<object[]> {
686
+ ): Promise<any[]> {
687
687
  return new Promise(async (resolve, reject) => {
688
688
  try {
689
689
  let sharedData = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.77.7",
3
+ "version": "0.77.8",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {},