@tapple.io/qr-code-generator 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -2,10 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A lightweight QR code generator with full TypeScript support. Generate QR codes as SVG, PNG, or ASCII with extensive customization options.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/qr-code-generator)
|
|
5
|
+
[](https://www.npmjs.com/package/@tapple.io/qr-code-generator)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](https://www.npmjs.com/package/qr-code-generator)
|
|
8
|
-
[](https://bundlephobia.com/package/qr-code-generator)
|
|
9
7
|
|
|
10
8
|
## Features
|
|
11
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tapple.io/qr-code-generator",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Lightweight QR code generator with ESM and CommonJS support",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"format": "prettier --write src/",
|
|
47
47
|
"format:check": "prettier --check src/",
|
|
48
48
|
"preversion": "npm run format && npm test && npm run lint",
|
|
49
|
-
"version": "npm run build && git add -A dist",
|
|
50
49
|
"postversion": "git push --follow-tags",
|
|
51
50
|
"prepublishOnly": "npm run build"
|
|
52
51
|
},
|