@qr-styled/node 1.0.0 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qr-styled/node",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A professional Node.js QR code generator library with advanced styling options including gradients, rounded modules, logo support, specialized QR types (vCard, WiFi, Email, SMS, Geo), SVG export, and eye customization",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -59,12 +59,12 @@
59
59
  },
60
60
  "repository": {
61
61
  "type": "git",
62
- "url": "https://github.com/Luisma92/qr-generator-styled.git"
62
+ "url": "https://github.com/Luisma92/qr-styled.git"
63
63
  },
64
64
  "bugs": {
65
- "url": "https://github.com/Luisma92/qr-generator-styled/issues"
65
+ "url": "https://github.com/Luisma92/qr-styled/issues"
66
66
  },
67
- "homepage": "https://github.com/Luisma92/qr-generator-styled#readme",
67
+ "homepage": "https://github.com/Luisma92/qr-styled#readme",
68
68
  "dependencies": {
69
69
  "canvas": "^3.2.0",
70
70
  "chalk": "^5.6.2",