@bbitgmbh/bbit.banking-utils
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -12,2 +12,4 @@ export interface IBbitQRBill { | ||
language: BbitQRBillLanguage; | ||
createAsA4?: boolean; | ||
preventLineRendering?: boolean; | ||
} | ||
@@ -14,0 +16,0 @@ export interface IBbitQRBillAddress { |
{ | ||
"name": "@bbitgmbh/bbit.banking-utils", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -10,3 +10,4 @@ "types": "dist/index.d.js", | ||
"lint": "eslint \"src/**/*.ts\"", | ||
"build": "tsc" | ||
"build": "tsc", | ||
"yalc": "yarn build && yalc push" | ||
}, | ||
@@ -13,0 +14,0 @@ "devDependencies": { |
31866
638