Skip to content

Commit

Permalink
chore: use real @comapeo/core
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Oct 31, 2024
1 parent aa19e12 commit 57e521e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ FROM node:${NODE_VERSION} AS build
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
WORKDIR /usr/src/app
COPY package*.json /usr/src/app/
# TODO: Remove when package is published
COPY comapeo-core-2.0.1.tgz /usr/src/app/
RUN npm ci --omit=dev

# --------------> The production image__
Expand Down
Binary file removed comapeo-core-2.0.1.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@comapeo/core": "file:comapeo-core-2.0.1.tgz",
"@comapeo/core": "^2.1.0",
"@fastify/sensible": "^5.6.0",
"@fastify/websocket": "^10.0.1",
"@mapeo/crypto": "^1.0.0-alpha.10",
Expand Down

0 comments on commit 57e521e

Please sign in to comment.