Commit a8a31b0 1 parent 9065dfc commit a8a31b0 Copy full SHA for a8a31b0
File tree 6 files changed +28
-26
lines changed
6 files changed +28
-26
lines changed Original file line number Diff line number Diff line change 28
28
"mocha" : " ^9.2.2" ,
29
29
"shx" : " ^0.3.4" ,
30
30
"typescript" : " ^5.4.3" ,
31
- "yakumo" : " ^1.0.0-beta.15 " ,
31
+ "yakumo" : " ^1.0.0-beta.16 " ,
32
32
"yakumo-esbuild" : " ^1.0.0-beta.6" ,
33
33
"yakumo-mocha" : " ^1.0.0-beta.2" ,
34
- "yakumo-tsc" : " ^1.0.0-beta.3 " ,
34
+ "yakumo-tsc" : " ^1.0.0-beta.4 " ,
35
35
"yml-register" : " ^1.2.5"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @satorijs/plugin-chat" ,
3
3
"description" : " Show plugin dependency graph for Cordis" ,
4
- "version" : " 0.1.1 " ,
4
+ "version" : " 0.1.3 " ,
5
5
"type" : " module" ,
6
6
"main" : " lib/index.js" ,
7
7
"files" : [
40
40
}
41
41
},
42
42
"peerDependencies" : {
43
- "@cordisjs/plugin-webui" : " ^0.1.4 " ,
44
- "@satorijs/core" : " ^4.1.0 " ,
43
+ "@cordisjs/plugin-webui" : " ^0.1.7 " ,
44
+ "@satorijs/core" : " ^4.1.1 " ,
45
45
"@satorijs/plugin-database" : " ^0.1.1"
46
46
},
47
47
"devDependencies" : {
48
- "@cordisjs/client" : " ^0.1.4 " ,
49
- "@cordisjs/plugin-http" : " ^0.5.1 " ,
50
- "@cordisjs/plugin-webui" : " ^0.1.4 " ,
48
+ "@cordisjs/client" : " ^0.1.7 " ,
49
+ "@cordisjs/plugin-http" : " ^0.5.3 " ,
50
+ "@cordisjs/plugin-webui" : " ^0.1.7 " ,
51
51
"@satorijs/adapter-satori" : " ^1.3.0" ,
52
- "@satorijs/core" : " ^4.1.0 " ,
52
+ "@satorijs/core" : " ^4.1.1 " ,
53
53
"@satorijs/plugin-database" : " ^0.1.1" ,
54
- "@satorijs/plugin-server" : " ^2.6.3 "
54
+ "@satorijs/plugin-server" : " ^2.6.5 "
55
55
},
56
56
"dependencies" : {
57
57
"cosmokit" : " ^1.6.2" ,
Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ export const Config: Schema<Config> = Schema.object({})
17
17
18
18
export function apply ( ctx : Context ) {
19
19
ctx . webui . addEntry ( {
20
- dev : import . meta. resolve ( '../client/index.ts' ) ,
20
+ base : import . meta. url ,
21
+ dev : '../client/index.ts' ,
21
22
prod : [
22
- import . meta . resolve ( '../dist/index.js' ) ,
23
- import . meta . resolve ( '../dist/style.css' ) ,
23
+ '../dist/index.js' ,
24
+ '../dist/style.css' ,
24
25
] ,
25
26
} , ( ) => ( {
26
27
serverUrl : ctx . satori . server . url ,
Original file line number Diff line number Diff line change 38
38
}
39
39
},
40
40
"devDependencies" : {
41
- "@satorijs/plugin-server" : " ^2.6.3 " ,
42
- "minato" : " ^3.3 .0"
41
+ "@satorijs/plugin-server" : " ^2.6.5 " ,
42
+ "minato" : " ^3.4 .0"
43
43
},
44
44
"peerDependencies" : {
45
- "@satorijs/core" : " ^4.1.0 " ,
46
- "minato" : " ^3.3 .0"
45
+ "@satorijs/core" : " ^4.1.1 " ,
46
+ "minato" : " ^3.4 .0"
47
47
},
48
48
"dependencies" : {
49
49
"cosmokit" : " ^1.6.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @satorijs/plugin-status" ,
3
3
"description" : " Show login status for Satori" ,
4
- "version" : " 0.1.3 " ,
4
+ "version" : " 0.1.5 " ,
5
5
"type" : " module" ,
6
6
"main" : " lib/index.js" ,
7
7
"files" : [
40
40
}
41
41
},
42
42
"peerDependencies" : {
43
- "@cordisjs/plugin-webui" : " ^0.1.4 " ,
44
- "@satorijs/core" : " ^4.1.0 "
43
+ "@cordisjs/plugin-webui" : " ^0.1.7 " ,
44
+ "@satorijs/core" : " ^4.1.1 "
45
45
},
46
46
"devDependencies" : {
47
- "@cordisjs/client" : " ^0.1.4 " ,
48
- "@cordisjs/plugin-manager" : " ^0.1.1 " ,
49
- "@satorijs/plugin-server" : " ^2.6.3 "
47
+ "@cordisjs/client" : " ^0.1.7 " ,
48
+ "@cordisjs/plugin-manager" : " ^0.3.0 " ,
49
+ "@satorijs/plugin-server" : " ^2.6.5 "
50
50
},
51
51
"dependencies" : {
52
52
"cosmokit" : " ^1.6.2"
Original file line number Diff line number Diff line change @@ -65,10 +65,11 @@ export const Config: Schema<Config> = Schema.object({})
65
65
66
66
export function apply ( ctx : Context ) {
67
67
const entry = ctx . webui . addEntry ( {
68
- dev : import . meta. resolve ( '../client/index.ts' ) ,
68
+ base : import . meta. url ,
69
+ dev : '../client/index.ts' ,
69
70
prod : [
70
- import . meta . resolve ( '../dist/index.js' ) ,
71
- import . meta . resolve ( '../dist/style.css' ) ,
71
+ '../dist/index.js' ,
72
+ '../dist/style.css' ,
72
73
] ,
73
74
} , ( ) => {
74
75
const bots : Dict < Data . Bot > = { }
You can’t perform that action at this time.
0 commit comments