@milaboratories/pl-middle-layer 1.37.3 → 1.37.4

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.
package/dist/index.mjs CHANGED
@@ -5109,7 +5109,7 @@ class Qt {
5109
5109
  }
5110
5110
  }).then(async (o) => {
5111
5111
  try {
5112
- const n = o.getSpec(), i = await this.concurrencyLimiter.run(async () => await o.getData([...n.keys()]));
5112
+ const n = o.getSpec(), i = await this.concurrencyLimiter.run(async () => await o.getData([...n.keys()], void 0, r));
5113
5113
  return n.map((c, a) => ({
5114
5114
  spec: c,
5115
5115
  data: i[a]
@@ -5136,9 +5136,9 @@ class Qt {
5136
5136
  async getSpec(e) {
5137
5137
  return (await this.pTables.getByKey(e).table).getSpec();
5138
5138
  }
5139
- async getData(e, t, r) {
5140
- const o = await this.pTables.getByKey(e).table;
5141
- return await this.concurrencyLimiter.run(async () => await o.getData(t, r));
5139
+ async getData(e, t, r, o) {
5140
+ const n = await this.pTables.getByKey(e).table;
5141
+ return await this.concurrencyLimiter.run(async () => await n.getData(t, r, o));
5142
5142
  }
5143
5143
  }
5144
5144
  function Be(s) {