解决 eps 层级提升问题,更新依赖 @cool-vue/vite-plugin@8.2.8

This commit is contained in:
icssoa
2025-08-26 18:49:05 +08:00
parent 1e8d712b89
commit 65ff959d20
4 changed files with 23 additions and 13 deletions

1
.cool/eps.json Normal file

File diff suppressed because one or more lines are too long

View File

@@ -327,6 +327,10 @@ export type UserLogin = {
export type DictKey = "brand" | "occupation";
export type BaseInterface = { comm: BaseComm };
export type DictInterface = { info: DictInfo };
export type UserInterface = {
address: UserAddress;
comm: UserComm;
@@ -334,8 +338,4 @@ export type UserInterface = {
login: UserLogin;
};
export type DictInterface = { info: DictInfo };
export type BaseInterface = { comm: BaseComm };
export type Service = { user: UserInterface; dict: DictInterface; base: BaseInterface };
export type Service = { base: BaseInterface; dict: DictInterface; user: UserInterface };

View File

@@ -1,6 +1,6 @@
{
"name": "cool-unix",
"version": "8.0.16",
"version": "8.0.17",
"license": "MIT",
"scripts": {
"build-ui": "node ./uni_modules/cool-ui/scripts/generate-types.js",
@@ -8,13 +8,14 @@
},
"dependencies": {
"hammer-touchemulator": "^0.0.2",
"vue": "^3.5.13"
"vue": "^3.5.13",
"weixin-js-sdk": "^1.6.5"
},
"devDependencies": {
"@babel/parser": "^7.27.5",
"@babel/types": "^7.27.6",
"@cool-vue/ai": "^1.1.6",
"@cool-vue/vite-plugin": "^8.2.7",
"@cool-vue/vite-plugin": "^8.2.8",
"@dcloudio/types": "^3.4.16",
"@types/node": "^24.0.15",
"@vue/compiler-sfc": "^3.5.16",

18
pnpm-lock.yaml generated
View File

@@ -14,6 +14,9 @@ importers:
vue:
specifier: ^3.5.13
version: 3.5.17
weixin-js-sdk:
specifier: ^1.6.5
version: 1.6.5
devDependencies:
'@babel/parser':
specifier: ^7.27.5
@@ -25,8 +28,8 @@ importers:
specifier: ^1.1.6
version: 1.1.6
'@cool-vue/vite-plugin':
specifier: ^8.2.7
version: 8.2.7
specifier: ^8.2.8
version: 8.2.8
'@dcloudio/types':
specifier: ^3.4.16
version: 3.4.16
@@ -85,8 +88,8 @@ packages:
resolution: {integrity: sha512-+5vEnjuMHhmOlAlozasGMaSkx2TZ5p45nOuLzx88ZVyqO0dMYXUJ5I8eVR5XV7huYCLCw7dYwfVg5B03ngsYwg==}
hasBin: true
'@cool-vue/vite-plugin@8.2.7':
resolution: {integrity: sha512-Q3mKFvvVit7EYk+lmkUJnnUuDBlfsKL4i6oxyvAlbQDg1BQnANBI50V76ur6/BV9W8Onsk/GAo6a6yhFsThOqA==}
'@cool-vue/vite-plugin@8.2.8':
resolution: {integrity: sha512-MoiNQt/9Dr8e+P39LIaCEz2Y0OvdDauK9mGseyUCEmyKFRuF5KEmTlDzr2ChW/Z7IQMvXZnj47wiAmyuEzxwLA==}
'@dcloudio/types@3.4.16':
resolution: {integrity: sha512-gJIr1OWtePTDDdjtp8Kh72S/ZGLunoSfHiUvRtXhBmAFNkDWuAKFO90hv62k3GYN/st04xUBQNtBfvhu/YHjww==}
@@ -1319,6 +1322,9 @@ packages:
wcwidth@1.0.1:
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
weixin-js-sdk@1.6.5:
resolution: {integrity: sha512-Gph1WAWB2YN/lMOFB/ymb+hbU/wYazzJgu6PMMktCy9cSCeW5wA6Zwt0dpahJbJ+RJEwtTv2x9iIu0U4enuVSQ==}
which@2.0.2:
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
engines: {node: '>= 8'}
@@ -1370,7 +1376,7 @@ snapshots:
transitivePeerDependencies:
- debug
'@cool-vue/vite-plugin@8.2.7':
'@cool-vue/vite-plugin@8.2.8':
dependencies:
'@vue/compiler-sfc': 3.5.17
axios: 1.10.0
@@ -2503,6 +2509,8 @@ snapshots:
dependencies:
defaults: 1.0.4
weixin-js-sdk@1.6.5: {}
which@2.0.2:
dependencies:
isexe: 2.0.0