@akamfoad/qrcode
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -51,3 +51,3 @@ declare const ERROR_CORRECTION_LEVEL_LOW = "L"; | ||
type OptionsType$2 = OptionsType$4 & { | ||
type OptionsType$2 = OptionsType$3 & { | ||
fgColor?: string; | ||
@@ -54,0 +54,0 @@ bgColor?: string; |
{ | ||
"name": "@akamfoad/qrcode", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"license": "MIT", | ||
@@ -17,2 +17,12 @@ "description": "The library is generating QR codes as SVG, HTML5 Canvas, PNG and JPG files, or text.", | ||
], | ||
"size-limit": [ | ||
{ | ||
"path": "dist/qrcode.mjs", | ||
"limit": "6.7 kB" | ||
}, | ||
{ | ||
"path": "dist/cjs/qrcode.cjs", | ||
"limit": "6.97 kB" | ||
} | ||
], | ||
"author": "akamfoad", | ||
@@ -44,2 +54,3 @@ "files": [ | ||
"scripts": { | ||
"size": "size-limit", | ||
"start": "tsup --watch", | ||
@@ -53,18 +64,20 @@ "build": "tsup", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"eslint": "^8.49.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"@size-limit/preset-small-lib": "^11.0.0", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"eslint": "^8.54.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"husky": "^8.0.3", | ||
"jsdom": "^22.1.0", | ||
"lint-staged": "^14.0.1", | ||
"prettier": "^3.0.3", | ||
"tsup": "^7.2.0", | ||
"typedoc": "^0.25.1", | ||
"lint-staged": "^15.1.0", | ||
"prettier": "^3.1.0", | ||
"size-limit": "^11.0.0", | ||
"tsup": "^8.0.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.4" | ||
"vitest": "^0.34.6" | ||
}, | ||
"dependencies": { | ||
"@akamfoad/qr": "^0.1.4" | ||
"@akamfoad/qr": "^0.4.0" | ||
} | ||
} |
@@ -0,7 +1,7 @@ | ||
import type { QRCodeDataType } from './QRCodeRaw'; | ||
import ColorUtils from './utils/ColorUtils'; | ||
import type { | ||
ImageConfigType, | ||
OptionsType as ParentOptionsType, | ||
QRCodeDataType, | ||
} from './QRCodeRaw'; | ||
import ColorUtils from './utils/ColorUtils'; | ||
import type { ImageConfigType } from './AbstractQRCodeWithImage'; | ||
} from './AbstractQRCodeWithImage'; | ||
import AbstractQRCodeWithImage from './AbstractQRCodeWithImage'; | ||
@@ -8,0 +8,0 @@ import { loadImage } from './loader/ImageLoader'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
212581
0
14
+ Added@akamfoad/qr@0.4.0(transitive)
- Removed@akamfoad/qr@0.1.4(transitive)
Updated@akamfoad/qr@^0.4.0