@lynx-js/qrcode-rsbuild-plugin 0.4.1 → 0.4.3
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/dist/472.js +940 -0
- package/dist/543.js +45 -0
- package/dist/640.js +24 -933
- package/dist/{373.js → 759.js} +669 -623
- package/dist/index.js +12 -40
- package/dist/shortcuts.js +12 -34
- package/package.json +5 -5
- package/dist/204.js +0 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @lynx-js/qrcode-rsbuild-plugin
|
|
2
2
|
|
|
3
|
+
## 0.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: print out the output chunk urls ([#1921](https://github.com/lynx-family/lynx-stack/pull/1921))
|
|
8
|
+
|
|
9
|
+
## 0.4.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Bump @clack/prompts v1.0.0-alpha.5. ([#1809](https://github.com/lynx-family/lynx-stack/pull/1809))
|
|
14
|
+
|
|
3
15
|
## 0.4.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|