@luxkit/cli 1.1.42 → 1.1.43

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,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.43
4
+
5
+ - Fixed language switcher links in README pointing to npm 404 — now uses GitHub absolute URLs
6
+
3
7
  ## 1.1.42
4
8
 
5
9
  - Added `CHANGELOG.md` to published npm package
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-6.0-3178C6.svg)](https://www.typescriptlang.org/)
11
11
  [![ESM Only](https://img.shields.io/badge/ESM-only-F7DF1E.svg)](https://nodejs.org/api/esm.html)
12
12
 
13
- **English** | [中文](./README_ZH.md)
13
+ **English** | [中文](https://github.com/TTT1231/lux/blob/main/README_ZH.md)
14
14
 
15
15
  </div>
16
16
 
@@ -239,4 +239,4 @@ Bug reports, feature suggestions, and code contributions are welcome!
239
239
 
240
240
  <br />
241
241
 
242
- <p align="right"><a href="./README_Zh.md">切换到中文 →</a></p>
242
+ <p align="right"><a href="https://github.com/TTT1231/lux/blob/main/README_ZH.md">切换到中文 →</a></p>
package/README_ZH.md CHANGED
@@ -10,7 +10,7 @@
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-6.0-3178C6.svg)](https://www.typescriptlang.org/)
11
11
  [![ESM Only](https://img.shields.io/badge/ESM-only-F7DF1E.svg)](https://nodejs.org/api/esm.html)
12
12
 
13
- [English](./README.md) | **中文**
13
+ [English](https://github.com/TTT1231/lux/blob/main/README.md) | **中文**
14
14
 
15
15
  </div>
16
16
 
@@ -239,4 +239,4 @@ npm uninstall -g @luxkit/cli
239
239
 
240
240
  <br />
241
241
 
242
- <p align="right"><a href="./README.md">← Switch to English</a></p>
242
+ <p align="right"><a href="https://github.com/TTT1231/lux/blob/main/README.md">← Switch to English</a></p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxkit/cli",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "description": "One-click project formatting & VSCode config CLI",
5
5
  "type": "module",
6
6
  "bin": {