@lynx-js/qrcode-rsbuild-plugin 0.3.4 → 0.3.6
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/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/dist/167.js +1483 -0
- package/dist/204.js +20 -0
- package/dist/640.js +939 -0
- package/dist/index.js +266 -0
- package/dist/shortcuts.js +221 -0
- package/dist/showQRCode.d.ts +1 -0
- package/package.json +18 -18
- package/lib/generateDevUrls.js +0 -28
- package/lib/index.js +0 -71
- package/lib/shortcuts.js +0 -102
- package/lib/showQRCode.d.ts +0 -1
- package/lib/showQRCode.js +0 -17
- /package/{lib → dist}/generateDevUrls.d.ts +0 -0
- /package/{lib → dist}/index.d.ts +0 -0
- /package/{lib → dist}/shortcuts.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @lynx-js/qrcode-rsbuild-plugin
|
|
2
2
|
|
|
3
|
+
## 0.3.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix the issue where QR code fails to print after initial compilation errors are fixed. ([#610](https://github.com/lynx-family/lynx-stack/pull/610))
|
|
8
|
+
|
|
9
|
+
## 0.3.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Build with Rslib ([#396](https://github.com/lynx-family/lynx-stack/pull/396))
|
|
14
|
+
|
|
3
15
|
## 0.3.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -86,7 +86,7 @@ Visit [Lynx Website](https://lynxjs.org/api/rspeedy/qrcode-rsbuild-plugin.plugin
|
|
|
86
86
|
|
|
87
87
|
## Contributing
|
|
88
88
|
|
|
89
|
-
Contributions to Rspeedy are welcome and highly appreciated. However, before you jump right into it, we would like you to review our [Contribution Guidelines](/
|
|
89
|
+
Contributions to Rspeedy are welcome and highly appreciated. However, before you jump right into it, we would like you to review our [Contribution Guidelines](/CONTRIBUTING.md) to make sure you have a smooth experience contributing to this project.
|
|
90
90
|
|
|
91
91
|
## License
|
|
92
92
|
|