@juit/librebarcode 2.0.5 → 2.0.7

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.
Files changed (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +5 -5
package/dist/index.cjs CHANGED
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  FNC1: () => import_code128.FNC1,
24
24
  FNC2: () => import_code128.FNC2,
25
25
  FNC3: () => import_code128.FNC3,
@@ -28,7 +28,7 @@ __export(src_exports, {
28
28
  code128: () => import_code128.code128,
29
29
  ean: () => import_ean.ean
30
30
  });
31
- module.exports = __toCommonJS(src_exports);
31
+ module.exports = __toCommonJS(index_exports);
32
32
  var import_code128 = require("./code128.cjs");
33
33
  var import_ean = require("./ean.cjs");
34
34
  // Annotate the CommonJS export names for ESM import in node:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juit/librebarcode",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "Encoders and fonts for EAN13 and Code128",
5
5
  "author": "Team Juit <developers@juit.com>",
6
6
  "license": "Apache-2.0",
@@ -47,14 +47,14 @@
47
47
  "transpile": "plug transpile"
48
48
  },
49
49
  "devDependencies": {
50
- "@plugjs/build": "^0.6.20",
51
- "@plugjs/eslint-plugin": "^0.3.2",
50
+ "@plugjs/build": "^0.6.22",
51
+ "@plugjs/eslint-plugin": "^0.3.4",
52
52
  "@quasar/vite-plugin": "^1.8.1",
53
53
  "@vitejs/plugin-vue": "^5.2.1",
54
54
  "eslint-plugin-vue": "^9.32.0",
55
- "quasar": "^2.17.4",
55
+ "quasar": "^2.17.5",
56
56
  "sass-embedded": "^1.83.0",
57
- "vite": "^6.0.3"
57
+ "vite": "^6.0.6"
58
58
  },
59
59
  "directories": {
60
60
  "test": "test"