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

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,11 @@
1
1
  # @lynx-js/qrcode-rsbuild-plugin
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Support NPM provenance. ([#30](https://github.com/lynx-family/lynx-stack/pull/30))
8
+
3
9
  ## 0.3.3
4
10
 
5
11
  ### 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>
package/package.json CHANGED
@@ -1,12 +1,17 @@
1
1
  {
2
2
  "name": "@lynx-js/qrcode-rsbuild-plugin",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "A rsbuild plugin for printing QRCode in terminal",
5
5
  "keywords": [
6
6
  "rsbuild",
7
7
  "Lynx",
8
8
  "ReactLynx"
9
9
  ],
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/lynx-family/lynx-stack.git",
13
+ "directory": "packages/rspeedy/plugin-qrcode"
14
+ },
10
15
  "license": "Apache-2.0",
11
16
  "author": {
12
17
  "name": "Qingyu Wang",
@@ -44,10 +49,10 @@
44
49
  "qrcode-terminal": "^0.12.0"
45
50
  },
46
51
  "devDependencies": {
47
- "@microsoft/api-extractor": "7.51.0",
48
- "@rsbuild/core": "1.2.11",
52
+ "@microsoft/api-extractor": "7.51.1",
53
+ "@rsbuild/core": "1.2.15",
49
54
  "@types/qrcode-terminal": "^0.12.2",
50
- "@lynx-js/rspeedy": "0.8.2"
55
+ "@lynx-js/rspeedy": "0.8.3"
51
56
  },
52
57
  "engines": {
53
58
  "node": ">=18"