@lynx-js/qrcode-rsbuild-plugin 0.3.5 → 0.4.0

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @lynx-js/qrcode-rsbuild-plugin
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Support "Type to search" when switching entries and schema. ([#1115](https://github.com/lynx-family/lynx-stack/pull/1115))
8
+
9
+ ## 0.3.6
10
+
11
+ ### Patch Changes
12
+
13
+ - 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))
14
+
3
15
  ## 0.3.5
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  export const __webpack_ids__ = [
2
- '113'
2
+ "204"
3
3
  ];
4
4
  export const __webpack_modules__ = {
5
5
  "./src/showQRCode.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
@@ -7,7 +7,7 @@ export const __webpack_modules__ = {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  default: ()=>showQRCode
9
9
  });
10
- var _clack_prompts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("../../../node_modules/.pnpm/@clack+prompts@0.10.0/node_modules/@clack/prompts/dist/index.mjs");
10
+ var _clack_prompts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("../../../node_modules/.pnpm/@clack+prompts@1.0.0-alpha.1/node_modules/@clack/prompts/dist/index.mjs");
11
11
  var picocolors__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js");
12
12
  var picocolors__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(picocolors__WEBPACK_IMPORTED_MODULE_1__);
13
13
  var uqr__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("../../../node_modules/.pnpm/uqr@0.1.2/node_modules/uqr/dist/index.mjs");