@milaboratories/pl-drivers 1.3.12 → 1.3.14
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/drivers/ls.d.ts +1 -0
- package/dist/drivers/ls.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/drivers/ls.ts +6 -0
package/dist/index.mjs
CHANGED
|
@@ -4483,6 +4483,11 @@ class He {
|
|
|
4483
4483
|
return { entries: o };
|
|
4484
4484
|
}
|
|
4485
4485
|
}
|
|
4486
|
+
async fileToImportHandle(e) {
|
|
4487
|
+
throw new Error(
|
|
4488
|
+
"Not implemented. This method must be implemented and intercepted in desktop preload script."
|
|
4489
|
+
);
|
|
4490
|
+
}
|
|
4486
4491
|
static async init(e, t, n, r, o, a) {
|
|
4487
4492
|
const i = _r(t, e);
|
|
4488
4493
|
a || (a = await un());
|