@danidoble/webserial 4.5.0-beta.8 → 4.5.0
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/boardroid.js +2 -2
- package/dist/{devices-B5N__0E-.js → devices-CzEcntFZ.js} +1 -1
- package/dist/hopper.js +1 -1
- package/dist/jofemar.js +2 -2
- package/dist/jsd.js +2 -2
- package/dist/{kernel-B9Cl3HQU.js → kernel-D9C1iBu-.js} +5 -5
- package/dist/kernel.js +2 -2
- package/dist/locker.js +2 -2
- package/dist/pinpad.cjs +11 -11
- package/dist/pinpad.js +654 -576
- package/dist/pinpax.js +2 -2
- package/dist/relay.js +2 -2
- package/dist/types/lib/serial/pinpad.d.ts +5 -3
- package/dist/types/lib/serial/pinpad.d.ts.map +1 -1
- package/dist/{webserial-core-DNpHXAr2.js → webserial-core-Bn6Ker2l.js} +3 -3
- package/dist/webserial.js +8 -8
- package/package.json +4 -4
package/dist/boardroid.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { K as u } from "./kernel-
|
|
2
|
-
import { D as p } from "./devices-
|
|
1
|
+
import { K as u } from "./kernel-D9C1iBu-.js";
|
|
2
|
+
import { D as p } from "./devices-CzEcntFZ.js";
|
|
3
3
|
import { l } from "./relay-C71zVBZv.js";
|
|
4
4
|
class f extends u {
|
|
5
5
|
__coin_purse = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as a } from "./webserial-core-
|
|
1
|
+
import { s as a } from "./webserial-core-Bn6Ker2l.js";
|
|
2
2
|
class r extends a {
|
|
3
3
|
constructor() {
|
|
4
4
|
super(), r.registerType("boardroid"), r.registerType("hopper"), r.registerType("jofemar"), r.registerType("locker"), r.registerType("pinpad"), r.registerType("pinpax"), r.registerType("relay"), r.registerType("jsd");
|
package/dist/hopper.js
CHANGED
package/dist/jofemar.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { K as C, w as u, g as f } from "./kernel-
|
|
2
|
-
import { D as v } from "./devices-
|
|
1
|
+
import { K as C, w as u, g as f } from "./kernel-D9C1iBu-.js";
|
|
2
|
+
import { D as v } from "./devices-CzEcntFZ.js";
|
|
3
3
|
import { o as i } from "./relay-C71zVBZv.js";
|
|
4
4
|
class b extends C {
|
|
5
5
|
__device = {
|
package/dist/jsd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { D as o } from "./devices-
|
|
2
|
-
import { v as p } from "./webserial-core-
|
|
1
|
+
import { D as o } from "./devices-CzEcntFZ.js";
|
|
2
|
+
import { v as p } from "./webserial-core-Bn6Ker2l.js";
|
|
3
3
|
function u(d = 100) {
|
|
4
4
|
return new Promise((n) => setTimeout(() => n(), d));
|
|
5
5
|
}
|
|
@@ -765,10 +765,10 @@ class v extends p {
|
|
|
765
765
|
export {
|
|
766
766
|
e as E,
|
|
767
767
|
v as K,
|
|
768
|
-
|
|
769
|
-
|
|
768
|
+
g as a,
|
|
769
|
+
D as b,
|
|
770
770
|
M as g,
|
|
771
771
|
y as i,
|
|
772
|
-
|
|
772
|
+
w as s,
|
|
773
773
|
u as w
|
|
774
774
|
};
|
package/dist/kernel.js
CHANGED
package/dist/locker.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { K as r, w as n } from "./kernel-
|
|
2
|
-
import { D as a } from "./devices-
|
|
1
|
+
import { K as r, w as n } from "./kernel-D9C1iBu-.js";
|
|
2
|
+
import { D as a } from "./devices-CzEcntFZ.js";
|
|
3
3
|
import { u as i } from "./relay-C71zVBZv.js";
|
|
4
4
|
class p extends r {
|
|
5
5
|
#s = !1;
|