@juit/librebarcode 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juit/librebarcode",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Encoders and fonts for EAN13 and Code128",
5
5
  "author": "Team Juit <developers@juit.com>",
6
6
  "license": "Apache-2.0",
@@ -30,15 +30,15 @@
30
30
  "devDependencies": {
31
31
  "@plugjs/build": "^0.6.0"
32
32
  },
33
+ "directories": {
34
+ "test": "test"
35
+ },
33
36
  "files": [
34
37
  "*.md",
35
38
  "assets/",
36
39
  "dist/",
37
40
  "src/"
38
41
  ],
39
- "directories": {
40
- "test": "test"
41
- },
42
42
  "repository": {
43
43
  "type": "git",
44
44
  "url": "git+https://github.com/juitnow/juit-librebarcode.git"
package/dist/checksum.cjs DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=checksum.cjs.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
File without changes
package/dist/checksum.mjs DELETED
@@ -1 +0,0 @@
1
- //# sourceMappingURL=checksum.mjs.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
package/src/checksum.ts DELETED
File without changes