Compare commits

...

2 commits

Author SHA1 Message Date
8392607966
test(e2e): fixed deno lockfile
Some checks failed
Docs / build (push) Failing after 25s
Tests / lint (push) Failing after 25s
Tests / test-node (node20) (push) Failing after 24s
Tests / test-node (node18) (push) Failing after 27s
Tests / test-node (node22) (push) Failing after 24s
Tests / test-bun (push) Failing after 24s
Tests / test-deno (push) Failing after 23s
Tests / test-web (chromium) (push) Failing after 39s
Tests / test-web (firefox) (push) Failing after 39s
Tests / e2e (push) Has been skipped
Tests / e2e-deno (push) Has been skipped
2025-01-15 11:52:55 +03:00
0488e0fc03
build: bumped pnpm 2025-01-15 11:52:51 +03:00
5 changed files with 6 additions and 4 deletions

View file

@ -3,8 +3,6 @@ runs:
steps: steps:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with:
version: '9.0.6'
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
shell: bash shell: bash
- name: 'TL codegen' - name: 'TL codegen'

View file

@ -1,7 +1,7 @@
{ {
"imports": { "imports": {
"@fuman/utils": "jsr:@fuman/utils@0.0.1", "@fuman/utils": "jsr:@fuman/utils@0.0.1",
"chai": "https://esm.sh/chai@5.1.2", "chai": "https://esm.sh/chai@5.1.2?pin=v135",
"node:test": "./tests/deno-shims/node-test.js", "node:test": "./tests/deno-shims/node-test.js",
"mtcute": "../packages/deno/src/index.ts", "mtcute": "../packages/deno/src/index.ts",
"mtcute/utils.js": "../packages/deno/src/utils.ts", "mtcute/utils.js": "../packages/deno/src/utils.ts",

View file

@ -152,6 +152,7 @@
"remote": { "remote": {
"https://deno.land/std@0.223.0/io/write_all.ts": "24aac2312bb21096ae3ae0b102b22c26164d3249dff96dbac130958aa736f038", "https://deno.land/std@0.223.0/io/write_all.ts": "24aac2312bb21096ae3ae0b102b22c26164d3249dff96dbac130958aa736f038",
"https://esm.sh/chai@5.1.2": "52c79876382aaf6855c55ea66e2ff88675457f4727bfde37363bb199cdda8488", "https://esm.sh/chai@5.1.2": "52c79876382aaf6855c55ea66e2ff88675457f4727bfde37363bb199cdda8488",
"https://esm.sh/chai@5.1.2?pin=v135": "52c79876382aaf6855c55ea66e2ff88675457f4727bfde37363bb199cdda8488",
"https://esm.sh/v135/chai@5.1.2/denonext/chai.mjs": "05cc6071c804cf39d4325a2c93807727623019abedca6ed1cb6534137bd4f65e" "https://esm.sh/v135/chai@5.1.2/denonext/chai.mjs": "05cc6071c804cf39d4325a2c93807727623019abedca6ed1cb6534137bd4f65e"
}, },
"workspace": { "workspace": {

View file

@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "0.19.7", "version": "0.19.7",
"private": true, "private": true,
"packageManager": "pnpm@9.0.6", "packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS", "description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",
"author": "alina sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",

View file

@ -28,5 +28,8 @@
}, },
"fuman": { "fuman": {
"jsr": "skip" "jsr": "skip"
},
"pnpm": {
"onlyBuiltDependencies": ["better-sqlite3"]
} }
} }