open-flun 1.0.4 → 1.0.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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,5 +1,5 @@
1
1
  ISC 开源许可声明
2
2
 
3
- Copyright (c) 2027, flun <cn@flun.top>
3
+ Copyright (c) 2028, flun <cn@flun.top>
4
4
 
5
5
  该包目前仅包含一个简单的导出,无实际功能。请勿在生产环境中使用。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-flun",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "当前包为占位包,暂时不提供实际功能,待项目完成后,发布实际功能",
5
5
  "main": "index.js",
6
6
  "scripts": {