@danidoble/webserial 4.4.1 → 4.4.2

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.
@@ -1,9 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./kernel-BTG8tlTU.cjs"),r=require("./relay.cjs"),o=require("./locker.cjs"),i=require("./pinpad.cjs"),t=require("./pinpax.cjs"),n=require("./jofemar.cjs"),a=require("./boardroid.cjs"),s=require("./hopper.cjs"),c=require("./webserial-core-DZDd0cSD.cjs");/**
2
- * @license Webserial
3
- * webserial
4
- *
5
- * Created by (c) Danidoble.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */const u={wait:e.wait,getSeconds:e.getSeconds,supportWebSerial:e.supportWebSerial},l="4.1.9";exports.Devices=e.Devices;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=a.Boardroid;exports.Hopper=s.Hopper;exports.Socket=c.u;exports.utils=u;exports.version=l;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./kernel-7ObJp74F.cjs"),r=require("./relay.cjs"),o=require("./locker.cjs"),i=require("./pinpad.cjs"),n=require("./pinpax.cjs"),t=require("./jofemar.cjs"),a=require("./boardroid.cjs"),s=require("./hopper.cjs"),c=require("./webserial-core-Co8HLQvu.cjs"),u={wait:e.wait,getSeconds:e.getSeconds,supportWebSerial:e.supportWebSerial},l=void 0;exports.Devices=e.Devices;exports.Emulator=e.Emulator;exports.Kernel=e.Kernel;exports.Relay=r.Relay;exports.Locker=o.Locker;exports.PinPad=i.PinPad;exports.PinPax=n.PinPax;exports.Jofemar=t.Jofemar;exports.Boardroid=a.Boardroid;exports.Hopper=s.Hopper;exports.Socket=c.c;exports.utils=u;exports.version=l;
package/dist/webserial.js CHANGED
@@ -1,27 +1,18 @@
1
- import { s as o, g as r, w as e } from "./kernel-xjzKtp5x.js";
2
- import { D as f, E as x, K as i } from "./kernel-xjzKtp5x.js";
1
+ import { s as o, g as r, w as e } from "./kernel-BZzs36vi.js";
2
+ import { D as f, E as x, K as i } from "./kernel-BZzs36vi.js";
3
3
  import { Relay as c } from "./relay.js";
4
- import { Locker as d } from "./locker.js";
4
+ import { Locker as l } from "./locker.js";
5
5
  import { PinPad as P } from "./pinpad.js";
6
6
  import { PinPax as g } from "./pinpax.js";
7
7
  import { Jofemar as v } from "./jofemar.js";
8
8
  import { Boardroid as D } from "./boardroid.js";
9
9
  import { Hopper as K } from "./hopper.js";
10
- import { u as y } from "./webserial-core-DpPvIATQ.js";
11
- /**
12
- * @license Webserial
13
- * webserial
14
- *
15
- * Created by (c) Danidoble.
16
- *
17
- * This source code is licensed under the MIT license found in the
18
- * LICENSE file in the root directory of this source tree.
19
- */
10
+ import { c as y } from "./webserial-core-Zwd9L-Y9.js";
20
11
  const a = {
21
12
  wait: e,
22
13
  getSeconds: r,
23
14
  supportWebSerial: o
24
- }, p = "4.1.9";
15
+ }, p = void 0;
25
16
  export {
26
17
  D as Boardroid,
27
18
  f as Devices,
@@ -29,7 +20,7 @@ export {
29
20
  K as Hopper,
30
21
  v as Jofemar,
31
22
  i as Kernel,
32
- d as Locker,
23
+ l as Locker,
33
24
  P as PinPad,
34
25
  g as PinPax,
35
26
  c as Relay,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danidoble/webserial",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "author": "danidoble",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,18 +13,18 @@
13
13
  "@danidoble/webserial-vending-commands": "^1.0.3",
14
14
  "@eslint/js": "^9.39.1",
15
15
  "@types/w3c-web-serial": "^1.0.8",
16
- "autoprefixer": "^10.4.21",
17
- "axios": "^1.13.1",
16
+ "autoprefixer": "^10.4.22",
17
+ "axios": "^1.13.2",
18
18
  "eslint": "^9.39.1",
19
19
  "globals": "^16.5.0",
20
20
  "jsencrypt": "^3.5.4",
21
21
  "postcss": "^8.5.6",
22
22
  "prettier": "^3.6.2",
23
23
  "typescript": "^5.9.3",
24
- "typescript-eslint": "^8.46.3",
24
+ "typescript-eslint": "^8.47.0",
25
25
  "uuid": "^13.0.0",
26
- "vite": "^7.1.12",
27
- "webserial-core": "^1.1.3"
26
+ "vite": "^7.2.2",
27
+ "webserial-core": "^1.1.4"
28
28
  },
29
29
  "exports": {
30
30
  ".": {