flun-env 3.0.7 → 3.0.8

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 (3) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/LICENSE +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # 变更日志
2
- ## [3.0.7] - 2025-12-15 19:42
2
+ ## [3.0.8] - 2026-01-03 20:45
3
3
  ### 更新:
4
- - 欢迎使用flun-env!!(用法同原包->lunjack-env,只需修改包名);
4
+ - 新年许可证年份数字更新
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  ISC License
2
2
 
3
- Copyright (c) 2025, flun
3
+ Copyright (c) 2026, flun
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flun-env",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "A simple package to read .env environment files",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "author": "flun <cn@flun.top>",
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "git+https://github.com/flunGit/flun_ENV.git"
31
+ "url": "https://github.com/flunGit/flun_ENV"
32
32
  },
33
33
  "homepage": "https://www.npmjs.com/flunGit/flun-env#readme",
34
34
  "bugs": {