@ombori/ga-thermal-printer
Advanced tools
Comparing version 1.6.0 to 1.7.6
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.7.6](https://github.com/ombori/gridapp/compare/v1.7.5...v1.7.6) (2020-07-24) | ||
### Bug Fixes | ||
* websocket ([0579fa8](https://github.com/ombori/gridapp/commit/0579fa850fda2fd565db161490151a2a0e2800b0)) | ||
# [1.6.0](https://github.com/ombori/gridapp/compare/v1.5.15...v1.6.0) (2020-07-22) | ||
@@ -8,0 +19,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
const createPrinter = () => { | ||
const socket = new WebSocket('ws://GdmAgent:8080'); | ||
const socket = new WebSocket('wss://GdmAgent:8080'); | ||
const thermalPrinter = new node_thermal_printer_1.printer({ | ||
@@ -9,0 +9,0 @@ type: node_thermal_printer_1.types.EPSON, |
{ | ||
"name": "@ombori/ga-thermal-printer", | ||
"version": "1.6.0", | ||
"version": "1.7.6", | ||
"main": "dist/index.js", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "de6570942855a8c4a5e510768ec9662d7bd51de5" | ||
"gitHead": "58910768b301b1745ed4dd9d4a97cb883d263241" | ||
} |
@@ -6,3 +6,3 @@ import { printer as ThermalPrinter, types as PrinterTypes } from 'node-thermal-printer'; | ||
const createPrinter = () => { | ||
const socket = new WebSocket('ws://GdmAgent:8080'); | ||
const socket = new WebSocket('wss://GdmAgent:8080'); | ||
const thermalPrinter = new ThermalPrinter({ | ||
@@ -9,0 +9,0 @@ type: PrinterTypes.EPSON, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20316