Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
CourtHive committed Oct 17, 2024
2 parents a64fdf5 + c7376d9 commit 3fb2ec7
Show file tree
Hide file tree
Showing 8 changed files with 1,269 additions and 1,350 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.18.0
pnpm 9.12.1
pnpm 9.12.2
8 changes: 8 additions & 0 deletions documentation/docs/governors/draws-governor.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,14 @@ engine.resetDrawDefinition({ drawId });

---

## resetQualifyingStructure

```js
engine.resetQualifyingStructure({ structureId, drawId });
```

--

## resetVoluntaryConsolationStructure

```js
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,30 +120,30 @@
"@nestjs/class-transformer": "0.4.0",
"@nestjs/class-validator": "0.13.4",
"@nestjs/cli": "10.4.5",
"@nestjs/common": "10.4.4",
"@nestjs/common": "10.4.5",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.4.4",
"@nestjs/core": "10.4.5",
"@nestjs/jwt": "10.2.0",
"@nestjs/platform-express": "10.4.4",
"@nestjs/schematics": "10.1.4",
"@nestjs/platform-express": "10.4.5",
"@nestjs/schematics": "10.2.0",
"@nestjs/swagger": "7.4.2",
"@nestjs/testing": "10.4.4",
"@nestjs/testing": "10.4.5",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.0",
"@rollup/plugin-typescript": "12.1.1",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.35",
"@swc/core": "1.7.36",
"@types/express": "5.0.0",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.2",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@vitest/coverage-v8": "2.1.3",
"@vitest/ui": "2.1.3",
"agadoo": "^3.0.0",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
Expand Down Expand Up @@ -180,12 +180,12 @@
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"tslib": "2.7.0",
"tslib": "2.8.0",
"typescript": "5.6.3",
"variable-diff": "2.0.2",
"vite": "5.4.8",
"vite": "5.4.9",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.1.2"
"vitest": "2.1.3"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",
Expand Down
Loading

0 comments on commit 3fb2ec7

Please sign in to comment.