Skip to content

Commit 9d81b40

Browse files
feat: update gremllm
1 parent 64c83bb commit 9d81b40

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ COPY --from=builder /app/public ./public
5050
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
5151
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
5252

53-
# Copy gremllm native binaries
54-
COPY --from=builder --chown=nextjs:nodejs /app/node_modules/@gremllm/nextjs/binaries ./binaries
55-
5653
USER nextjs
5754

5855
EXPOSE 3000

app/api/gremllm/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { GET, runtime } from '@gremllm/nextjs/route';
1+
export { GET } from '@gremllm/nextjs/route';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@emotion/react": "^11.13.3",
1414
"@emotion/styled": "^11.13.0",
15-
"@gremllm/nextjs": "0.2.0",
15+
"@gremllm/nextjs": "0.4.0",
1616
"@next/font": "14.2.15",
1717
"@opentelemetry/api": "^1.9.0",
1818
"@opentelemetry/auto-instrumentations-node": "^0.52.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,10 @@
287287
resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz"
288288
integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==
289289

290-
"@gremllm/nextjs@0.2.0":
291-
version "0.2.0"
292-
resolved "https://registry.yarnpkg.com/@gremllm/nextjs/-/nextjs-0.2.0.tgz#d592e15c6bbc8c3461cbeb5c4ba63c196271891b"
293-
integrity sha512-47+L2iDd+xZkIEe8Y+61riuc/H88yoJe3tW5+bv45D9gF8rCxSDXmSj6u7kaWhdLnSMKFE2QccMk+AuZo5oiIA==
290+
"@gremllm/nextjs@0.4.0":
291+
version "0.4.0"
292+
resolved "https://registry.yarnpkg.com/@gremllm/nextjs/-/nextjs-0.4.0.tgz#c86cb7961ab3d81ccbf79a862f959b8fd93376ee"
293+
integrity sha512-+JnF7wmUkcisV+YjX8+3te9AOvgl1z8TfJdObbagOY1znnUX0IWL6PGDkGicPpLabuZ1mt4/KRScPgYG8KhYQg==
294294
dependencies:
295295
koffi "^2.9.0"
296296

0 commit comments

Comments
 (0)