Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit e16b53c

Browse files
chore: bump cpp version to 0.5.0-27 (#976)
1 parent c64574a commit e16b53c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cortex-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"class-transformer": "^0.5.1",
5555
"class-validator": "^0.14.1",
5656
"cli-progress": "^3.12.0",
57-
"cortex-cpp": "0.4.34",
57+
"cortex-cpp": "0.5.0-27",
5858
"cpu-instructions": "^0.0.11",
5959
"decompress": "^4.2.1",
6060
"hyllama": "^0.2.2",

cortex-js/src/utils/cortex-cpp.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ import * as cortexCPP from 'cortex-cpp';
33
const port = process.env.CORTEX_CPP_PORT
44
? parseInt(process.env.CORTEX_CPP_PORT)
55
: 3929;
6-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
7-
// @ts-expect-error
86
cortexCPP.start(port);

0 commit comments

Comments
 (0)