Skip to content

Commit

Permalink
build: Bump mtcute to rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
otomir23 committed Dec 17, 2024
1 parent f76530e commit f590f64
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 83 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@mtcute:registry=https://npm.tei.su
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

# Install dependencies
RUN apk add --no-cache python3 alpine-sdk
COPY package.json pnpm-lock.yaml* ./
COPY package.json pnpm-lock.yaml* .npmrc ./
RUN pnpm fetch


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"dependencies": {
"@fluent/bundle": "^0.18.0",
"@fluent/langneg": "^0.7.0",
"@mtcute/crypto-node": "0.18.0-rc.5",
"@mtcute/dispatcher": "0.18.0-rc.5",
"@mtcute/node": "0.18.0-rc.5",
"@mtcute/crypto-node": "0.18.0-rc.6",
"@mtcute/dispatcher": "0.18.0-rc.6",
"@mtcute/node": "0.18.0-rc.6",
"@t3-oss/env-core": "^0.7.1",
"better-sqlite3": "^11.5.0",
"dotenv": "^16.3.1",
Expand Down
185 changes: 106 additions & 79 deletions pnpm-lock.yaml

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

0 comments on commit f590f64

Please sign in to comment.