swissqrbill
Advanced tools
Comparing version 4.0.0-alpha.7 to 4.0.0-alpha.8
/// <reference types="pdfkit" /> | ||
import type { Data, QRBillOptions } from "swissqrbill:shared/types"; | ||
import type { Data, QRBillOptions } from '../shared/types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * The QRBill class creates the Payment Part with the QR Code. It can be attached to any PDFKit document instance |
import { SVG } from "svg-engine"; | ||
import type { Data, SVGOptions } from "swissqrbill:shared/types"; | ||
import type { Data, SVGOptions } from '../shared/types'; | ||
export declare class SwissQRBill { | ||
@@ -4,0 +4,0 @@ protected instance: SVG; |
{ | ||
"version": "4.0.0-alpha.7", | ||
"version": "4.0.0-alpha.8", | ||
"type": "module", | ||
@@ -18,2 +18,6 @@ "name": "swissqrbill", | ||
"exports": { | ||
"./bundle": { | ||
"import": "./lib/bundle/swissqrbill.js", | ||
"require": "./lib/bundle/swissqrbill.cjs" | ||
}, | ||
"./errors": { | ||
@@ -46,3 +50,3 @@ "import": "./lib/shared/errors.js", | ||
"scripts": { | ||
"build": "rm -r ./lib && vite build --config vite.config.bundle.ts && vite build --config vite.config.ts", | ||
"build": "rm -r ./lib || true && vite build --config vite.config.ts && vite build --config vite.config.bundle.ts", | ||
"docs": "npm run docs:pdf && npm run docs:svg && npm run docs:table && npm run docs:shared", | ||
@@ -90,3 +94,3 @@ "docs:pdf": "unwritten src/pdf/swissqrbill.ts src/shared/types.ts -t tsconfig.docs.json -o docs/pdf/", | ||
"@schoero/changelog-config": "^0.0.2", | ||
"@schoero/cspell-config": "^1.6.16", | ||
"@schoero/cspell-config": "^1.6.17", | ||
"@schoero/eslint-config": "^1.41.19", | ||
@@ -97,3 +101,3 @@ "@schoero/markdownlint-config": "^1.1.7", | ||
"@schoero/vite-config": "^0.0.26", | ||
"@types/node": "^20.7.2", | ||
"@types/node": "^20.8.0", | ||
"@types/pdfkit": "^0.12.12", | ||
@@ -132,5 +136,5 @@ "@types/svg-parser": "^2.0.4", | ||
"volta": { | ||
"node": "20.7.0", | ||
"node": "20.8.0", | ||
"npm": "10.1.0" | ||
} | ||
} |
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
427074
10579