@milaboratories/pl-middle-layer 1.10.17 → 1.10.18
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.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/pool/driver.d.ts.map +1 -1
- package/package.json +11 -11
- package/src/pool/driver.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -3214,6 +3214,7 @@ function at(o) {
|
|
|
3214
3214
|
}
|
|
3215
3215
|
class bs {
|
|
3216
3216
|
constructor(e, t) {
|
|
3217
|
+
// @ts-expect-error Dima Bolotin
|
|
3217
3218
|
d(this, "pFrame", new ys.PFrame());
|
|
3218
3219
|
d(this, "blobIdToResource", /* @__PURE__ */ new Map());
|
|
3219
3220
|
d(this, "blobHandleComputables", /* @__PURE__ */ new Map());
|