@danidoble/webserial 4.5.0-alpha.2 → 4.5.0-alpha.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/types/lib/commands/jsd/applications/licensing.d.ts +2 -1
- package/dist/types/lib/commands/jsd/applications/licensing.d.ts.map +1 -1
- package/dist/types/lib/commands/jsd/types/LicensingClient.d.ts +2 -0
- package/dist/types/lib/commands/jsd/types/LicensingClient.d.ts.map +1 -1
- package/dist/types/lib/serial/jsd.d.ts.map +1 -1
- package/package.json +8 -8
- package/dist/boardroid.cjs +0 -1
- package/dist/boardroid.js +0 -766
- package/dist/devices-BndwHuvP.cjs +0 -1
- package/dist/devices-CHc7K4eY.js +0 -67
- package/dist/hopper.cjs +0 -2
- package/dist/hopper.js +0 -254
- package/dist/jofemar.cjs +0 -1
- package/dist/jofemar.js +0 -1199
- package/dist/jsd.cjs +0 -1
- package/dist/jsd.js +0 -2510
- package/dist/kernel-As0xv_MS.cjs +0 -1
- package/dist/kernel-CFxkp4Nz.js +0 -774
- package/dist/kernel.cjs +0 -1
- package/dist/kernel.js +0 -8
- package/dist/locker.cjs +0 -1
- package/dist/locker.js +0 -155
- package/dist/pinpad.cjs +0 -19
- package/dist/pinpad.js +0 -5389
- package/dist/pinpax.cjs +0 -4
- package/dist/pinpax.js +0 -408
- package/dist/relay-DP8PLsDP.js +0 -1340
- package/dist/relay-E3NCcSjS.cjs +0 -3
- package/dist/relay.cjs +0 -1
- package/dist/relay.js +0 -42
- package/dist/webserial-core-3UL91lxi.cjs +0 -4
- package/dist/webserial-core-DSv1dX3s.js +0 -3469
- package/dist/webserial.cjs +0 -1
- package/dist/webserial.js +0 -36
package/dist/webserial.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./kernel-As0xv_MS.cjs"),r=require("./relay.cjs"),o=require("./locker.cjs"),i=require("./pinpad.cjs"),t=require("./pinpax.cjs"),n=require("./jofemar.cjs"),s=require("./boardroid.cjs"),c=require("./hopper.cjs"),a=require("./devices-BndwHuvP.cjs"),l=require("./webserial-core-3UL91lxi.cjs"),u=require("./jsd.cjs"),p=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),d={wait:e.wait,getSeconds:e.getSeconds,supportWebSerial:e.supportWebSerial},q="4.1.9";exports.Emulator=e.Emulator;exports.Kernel=e.Kernel;exports.Relay=r.Relay;exports.Locker=o.Locker;exports.PinPad=i.PinPad;exports.PinPax=t.PinPax;exports.Jofemar=n.Jofemar;exports.Boardroid=s.Boardroid;exports.Hopper=c.Hopper;exports.Devices=a.Devices;exports.Socket=l.c;exports.JSD=u.JSD;exports.utils=d;exports.version=q;exports.visionTypes=p;
|
package/dist/webserial.js
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { s as o, g as r, w as e } from "./kernel-CFxkp4Nz.js";
|
|
2
|
-
import { E as f, K as n } from "./kernel-CFxkp4Nz.js";
|
|
3
|
-
import { Relay as l } from "./relay.js";
|
|
4
|
-
import { Locker as d } from "./locker.js";
|
|
5
|
-
import { PinPad as S } from "./pinpad.js";
|
|
6
|
-
import { PinPax as y } from "./pinpax.js";
|
|
7
|
-
import { Jofemar as _ } from "./jofemar.js";
|
|
8
|
-
import { Boardroid as g } from "./boardroid.js";
|
|
9
|
-
import { Hopper as j } from "./hopper.js";
|
|
10
|
-
import { D as w } from "./devices-CHc7K4eY.js";
|
|
11
|
-
import { c as J } from "./webserial-core-DSv1dX3s.js";
|
|
12
|
-
import { JSD as O } from "./jsd.js";
|
|
13
|
-
const p = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14
|
-
__proto__: null
|
|
15
|
-
}, Symbol.toStringTag, { value: "Module" })), s = {
|
|
16
|
-
wait: e,
|
|
17
|
-
getSeconds: r,
|
|
18
|
-
supportWebSerial: o
|
|
19
|
-
}, a = "4.1.9";
|
|
20
|
-
export {
|
|
21
|
-
g as Boardroid,
|
|
22
|
-
w as Devices,
|
|
23
|
-
f as Emulator,
|
|
24
|
-
j as Hopper,
|
|
25
|
-
O as JSD,
|
|
26
|
-
_ as Jofemar,
|
|
27
|
-
n as Kernel,
|
|
28
|
-
d as Locker,
|
|
29
|
-
S as PinPad,
|
|
30
|
-
y as PinPax,
|
|
31
|
-
l as Relay,
|
|
32
|
-
J as Socket,
|
|
33
|
-
s as utils,
|
|
34
|
-
a as version,
|
|
35
|
-
p as visionTypes
|
|
36
|
-
};
|