@fox-js/foxui-pc 4.0.1-123 → 4.0.1-125

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/dist/style.esm.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 Fri Jan 24 2025 21:55:57 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Mon Apr 27 2026 00:29:46 GMT+0800 (China Standard Time)
3
3
  */
package/dist/style.js ADDED
@@ -0,0 +1,3 @@
1
+ /*!
2
+ * @fox-js/foxui-desktop v4.0.0 2026-04-25T09:45:09.437Z
3
+ */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
3
  "type": "module",
4
- "version": "4.0.1-123",
4
+ "version": "4.0.1-125",
5
5
  "description": "FoxUI PC端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",
@@ -29,9 +29,7 @@
29
29
  "access": "public"
30
30
  },
31
31
  "scripts": {
32
- "publish:next": "npm version prerelease && npm publish --tag next --no-git-checks",
33
- "publish:patch:next": "npm version patch && npm publish --tag next --no-git-checks",
34
- "publish:minor:next": "npm version minor && npm publish --tag next --no-git-checks"
32
+ "publish:v4": "npm version prerelease && npm publish --tag next-4 --no-git-checks"
35
33
  },
36
34
  "license": "",
37
35
  "repository": "",