Skip to content

Commit

Permalink
chore: release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
m7rlin committed Aug 3, 2024
1 parent f99ea0d commit bf27505
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
steps:
- name: 📚 checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.7",
"version": "1.0.8",
"type": "commonjs",
"exports": {
"./strapi-server": {
Expand Down Expand Up @@ -68,7 +68,7 @@
}
],
"engines": {
"node": ">=20.x.x <=20.x.x",
"node": ">=18.x.x <=20.x.x",
"npm": ">=10.0.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server/src/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import pluginId from './pluginId'

import { getFullPopulateObject, validatePopulateIgnore } from './utils/utils'

interface PluginConfig {
export interface PluginConfig {
minDepth: number
maxDepth: number
skipCreatorFields: boolean
Expand Down
11 changes: 0 additions & 11 deletions server/src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
interface PluginConfig {
default: {
minDepth: number
maxDepth: number
skipCreatorFields: boolean
ignore: string[]
debug: boolean
allowedModels: string[]
}
}

export default {
default: {
minDepth: 5,
Expand Down

0 comments on commit bf27505

Please sign in to comment.