Skip to content

Commit 5ec4ef4

Browse files
committed
chore: update @l1m/core dependency to version 0.1.5 and rename variable in server.ts
1 parent 9775584 commit 5ec4ef4

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

api/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/server.js",
55
"private": true,
66
"dependencies": {
7-
"@l1m/core": "^0.1.3",
7+
"@l1m/core": "^0.1.5",
88
"@ts-rest/fastify": "^3.52.0",
99
"@types/ioredis": "^4.28.10",
1010
"fastify": "^4.26.1",
@@ -37,4 +37,4 @@
3737
"docker:build": "docker build -t l1m .",
3838
"docker:publish": "docker tag l1m inferable/l1m:latest && docker push inferable/l1m:latest"
3939
}
40-
}
40+
}

api/src/server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const router = s.router(apiContract, {
137137
input,
138138
type,
139139
schema,
140-
instruction: instructions, // TODO: rename to instructions after migration
140+
instructions,
141141
maxAttempts: maxAttempts ? parseInt(maxAttempts) : undefined,
142142
provider: {
143143
url: providerUrl,

core/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@l1m/core",
3-
"version": "0.1.3",
3+
"version": "0.1.5",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"dependencies": {
@@ -33,4 +33,4 @@
3333
"watch": "tsc -w",
3434
"format": "prettier --write \"**/*.{ts,js,json,md,html,css}\""
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)