test(e2e): fixed deno lockfile
All checks were successful
Tests / test-deno (push) Successful in 1m38s
Tests / test-bun (push) Successful in 1m51s
Tests / test-node (node22) (push) Successful in 1m59s
Tests / test-node (node20) (push) Successful in 2m7s
Tests / test-node (node18) (push) Successful in 2m9s
Tests / test-web (chromium) (push) Successful in 2m3s
Tests / test-web (firefox) (push) Successful in 1m23s
Docs / build (push) Successful in 6m22s
Tests / lint (push) Successful in 6m56s
Tests / e2e-deno (push) Successful in 52s
Tests / e2e (push) Successful in 47s
All checks were successful
Tests / test-deno (push) Successful in 1m38s
Tests / test-bun (push) Successful in 1m51s
Tests / test-node (node22) (push) Successful in 1m59s
Tests / test-node (node20) (push) Successful in 2m7s
Tests / test-node (node18) (push) Successful in 2m9s
Tests / test-web (chromium) (push) Successful in 2m3s
Tests / test-web (firefox) (push) Successful in 1m23s
Docs / build (push) Successful in 6m22s
Tests / lint (push) Successful in 6m56s
Tests / e2e-deno (push) Successful in 52s
Tests / e2e (push) Successful in 47s
This commit is contained in:
parent
02c770646a
commit
9f3ef993c0
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue