Skip to content

Commit

Permalink
Bump std/fs@1.0.4 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki authored Oct 6, 2024
1 parent bdd8437 commit 40b8f9f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
patreon: switcherapi
ko_fi: petruki
github: [petruki]
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Deno v1.46.2
- name: Setup Deno v1.46.3
uses: denoland/setup-deno@v1
with:
deno-version: v1.46.2
deno-version: v1.46.3

- name: Setup LCOV
run: sudo apt install -y lcov
Expand Down
13 changes: 12 additions & 1 deletion deno.lock

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

2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { existsSync } from 'jsr:@std/fs@1.0.2';
export { existsSync } from 'jsr:@std/fs@1.0.4';
8 changes: 4 additions & 4 deletions test/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export {
assertExists,
assertNotEquals,
assertArrayIncludes
} from 'jsr:@std/assert@1.0.3';;
} from 'jsr:@std/assert@1.0.6';;
export { assertSpyCalls, spy } from 'jsr:@std/testing@1.0.1/mock';
export {
describe,
Expand All @@ -15,7 +15,7 @@ export {
beforeEach,
beforeAll,
afterEach
} from 'jsr:@std/testing@1.0.1/bdd';
export { delay } from 'jsr:@std/async@1.0.4/delay';
export { existsSync } from 'jsr:@std/fs@1.0.2';
} from 'jsr:@std/testing@1.0.3/bdd';
export { delay } from 'jsr:@std/async@1.0.5/delay';
export { existsSync } from 'jsr:@std/fs@1.0.4';
export * as mf from 'https://deno.land/x/mock_fetch@0.3.0/mod.ts';

0 comments on commit 40b8f9f

Please sign in to comment.