Skip to content

Commit

Permalink
update deno.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 31, 2023
1 parent 1a611b8 commit 0338031
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .fluentci/deno.lock

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

6 changes: 3 additions & 3 deletions .fluentci/deps.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export { assertEquals } from "https://deno.land/[email protected]/testing/asserts.ts";
import Client from "https://sdk.fluentci.io/z1/mod.ts";
import Client from "https://sdk.fluentci.io/v0.2.0/mod.ts";
export default Client;

export { connect, uploadContext } from "https://sdk.fluentci.io/z1/mod.ts";
export { connect, uploadContext } from "https://sdk.fluentci.io/v0.2.0/mod.ts";
export { brightGreen } from "https://deno.land/[email protected]/fmt/colors.ts";
export { withDevbox } from "https://nix.fluentci.io/zenith/src/dagger/steps.ts";
export { withDevbox } from "https://nix.fluentci.io/v0.5.2/src/dagger/steps.ts";
export { stringifyTree } from "https://esm.sh/[email protected]";
import gql from "https://esm.sh/[email protected]";
export { gql };
Expand Down

0 comments on commit 0338031

Please sign in to comment.