@sunny-base-web/effects 0.8.70 → 0.8.73

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/index.mjs CHANGED
@@ -1440,7 +1440,7 @@ class ww {
1440
1440
  },
1441
1441
  responseReturn: "raw",
1442
1442
  // 默认超时时间
1443
- timeout: 1e4
1443
+ timeout: 3e4
1444
1444
  }, { ...n } = t, o = Mx(n, A);
1445
1445
  o.paramsSerializer = jv(
1446
1446
  o.paramsSerializer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunny-base-web/effects",
3
- "version": "0.8.70",
3
+ "version": "0.8.73",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist"
@@ -33,11 +33,11 @@
33
33
  "vxe-table": "^4.17.49",
34
34
  "xe-utils": "3.9.1",
35
35
  "zod": "^4.3.6",
36
- "@sunny-base-web/icons": "^0.8.70",
37
- "@sunny-base-web/locales": "^0.8.70",
38
- "@sunny-base-web/ui": "^0.8.70",
39
- "@sunny-base-web/stores": "^0.8.70",
40
- "@sunny-base-web/utils": "^0.8.70"
36
+ "@sunny-base-web/ui": "^0.8.73",
37
+ "@sunny-base-web/icons": "^0.8.73",
38
+ "@sunny-base-web/utils": "^0.8.73",
39
+ "@sunny-base-web/locales": "^0.8.73",
40
+ "@sunny-base-web/stores": "^0.8.73"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/lodash-es": "^4.17.12",
@@ -48,10 +48,10 @@
48
48
  "typescript": "^5.7.2",
49
49
  "vite": "^7.3.1",
50
50
  "vite-plugin-dts": "^4.5.4",
51
- "@sunny-base-web/tsconfig": "0.8.70",
51
+ "@sunny-base-web/constants": "0.8.73",
52
52
  "@sunny-base-web/designer-studio": "^0.1.1",
53
- "@sunny-base-web/constants": "0.8.70",
54
- "@sunny-base-web/tailwind-config": "0.8.70"
53
+ "@sunny-base-web/tailwind-config": "0.8.73",
54
+ "@sunny-base-web/tsconfig": "0.8.73"
55
55
  },
56
56
  "publishConfig": {
57
57
  "style": "./dist/effects.css",