Commit bf27505 1 parent f99ea0d commit bf27505 Copy full SHA for bf27505
File tree 4 files changed +3
-16
lines changed
4 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 33
33
steps :
34
34
- name : 📚 checkout
35
35
uses : actions/checkout@v4
36
- with :
37
- fetch-depth : 0
38
36
39
37
- name : Install pnpm
40
38
uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.7 " ,
2
+ "version" : " 1.0.8 " ,
3
3
"type" : " commonjs" ,
4
4
"exports" : {
5
5
"./strapi-server" : {
68
68
}
69
69
],
70
70
"engines" : {
71
- "node" : " >=20 .x.x <=20.x.x" ,
71
+ "node" : " >=18 .x.x <=20.x.x" ,
72
72
"npm" : " >=10.0.0"
73
73
},
74
74
"repository" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import pluginId from './pluginId'
3
3
4
4
import { getFullPopulateObject , validatePopulateIgnore } from './utils/utils'
5
5
6
- interface PluginConfig {
6
+ export interface PluginConfig {
7
7
minDepth : number
8
8
maxDepth : number
9
9
skipCreatorFields : boolean
Original file line number Diff line number Diff line change 1
- interface PluginConfig {
2
- default : {
3
- minDepth : number
4
- maxDepth : number
5
- skipCreatorFields : boolean
6
- ignore : string [ ]
7
- debug : boolean
8
- allowedModels : string [ ]
9
- }
10
- }
11
-
12
1
export default {
13
2
default : {
14
3
minDepth : 5 ,
You can’t perform that action at this time.
0 commit comments