flun-env 3.0.6 → 3.0.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -9
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,4 @@
1
1
  # 变更日志
2
- ## [3.0.6] - 2025-12-15 16:01
3
- ### 变更:
4
- - lunjack-env包将不在继续更新,以后将升级为flun-env(用法不变,只是升级了包名);
5
- ## [3.0.5] - 2025-11-20 16:19
6
- ### 优化:
7
- - 对处理细节各项进行了深度优化;
8
- ## [3.0.4] - 2025-11-05 15:18
9
- ### 修复:
10
- - 修复创建示例文件中,注释引用包变量格式错误的问题;
2
+ ## [3.0.7] - 2025-12-15 19:42
3
+ ### 更新:
4
+ - 欢迎使用flun-env!!(用法同原包->lunjack-env,只需修改包名);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flun-env",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "A simple package to read .env environment files",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",