Skip to content

Commit

Permalink
Update to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLeenheer committed Jul 8, 2024
1 parent 2bf2b7e commit 6d5aa32
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion dist/thermal-printer-encoder.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/thermal-printer-encoder.umd.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thermal-printer-encoder",
"version": "2.0.3",
"version": "2.1.0",
"description": "Create a set of commands that can be send to any receipt printer that supports ESC/POS or StarPRNT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"rollup": "^3.20.7"
},
"dependencies": {
"esc-pos-encoder": "^2.0.4",
"star-prnt-encoder": "^2.0.3"
"esc-pos-encoder": "^2.1.0",
"star-prnt-encoder": "^2.1.0"
}
}

0 comments on commit 6d5aa32

Please sign in to comment.