Skip to content

Commit

Permalink
add explicit version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 3, 2024
1 parent 69498ac commit ce851bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const snakeCase = _.default.snakeCase;
const camelCase = _.default.camelCase;
export { snakeCase, camelCase };

import * as env from "jsr:@tsirysndr/env-js";
import * as env from "jsr:@tsirysndr/env-js@0.1.2";
export { env };
export { exit } from "jsr:@tsirysndr/exit-js";
export { exit } from "jsr:@tsirysndr/exit-js@0.1.0";

export { ClientError, GraphQLClient } from "npm:graphql-request@6.1.0";
export {
Expand Down

0 comments on commit ce851bc

Please sign in to comment.