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

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.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Build with Rslib ([#396](https://github.com/lynx-family/lynx-stack/pull/396))
8
+
9
+ ## 0.3.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Support NPM provenance. ([#30](https://github.com/lynx-family/lynx-stack/pull/30))
14
+
3
15
  ## 0.3.3
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <a href="https://lynxjs.org/rspeedy" target="blank"><img src="https://lynxjs.org/assets/rspeedy-banner.png" alt="Rspeedy Logo" /></a>
2
+ <a href="https://lynxjs.org/rspeedy" target="blank"><img src="https://lf-lynx.tiktok-cdns.com/obj/lynx-artifacts-oss-sg/lynx-website/assets/rspeedy-banner.png" alt="Rspeedy Logo" /></a>
3
3
  </p>
4
4
 
5
5
  <p>
@@ -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](/contributing.md) to make sure you have a smooth experience contributing to this project.
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
 
package/dist/113.js ADDED
@@ -0,0 +1,20 @@
1
+ export const __webpack_ids__ = [
2
+ '113'
3
+ ];
4
+ export const __webpack_modules__ = {
5
+ "./src/showQRCode.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ __webpack_require__.r(__webpack_exports__);
7
+ __webpack_require__.d(__webpack_exports__, {
8
+ default: ()=>showQRCode
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");
11
+ var picocolors__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js");
12
+ var picocolors__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(picocolors__WEBPACK_IMPORTED_MODULE_1__);
13
+ var uqr__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("../../../node_modules/.pnpm/uqr@0.1.2/node_modules/uqr/dist/index.mjs");
14
+ function showQRCode(url) {
15
+ _clack_prompts__WEBPACK_IMPORTED_MODULE_0__.log.info(picocolors__WEBPACK_IMPORTED_MODULE_1___default().green('Scan with Lynx'));
16
+ _clack_prompts__WEBPACK_IMPORTED_MODULE_0__.log.success((0, uqr__WEBPACK_IMPORTED_MODULE_2__.LL)(url));
17
+ _clack_prompts__WEBPACK_IMPORTED_MODULE_0__.log.success(url);
18
+ }
19
+ }
20
+ };