Skip to content

Commit

Permalink
fix(js): avoid confusion between jsr pkg and monorepo pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Dec 11, 2024
1 parent 883b065 commit 49a1629
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@planetarium/account": "^5.4.1",
"@planetarium/bencodex": "^0.2.2",
"@planetarium/lib9c": "npm:@jsr/planetarium__lib9c@^0.4.0",
"@jsr/planetarium__lib9c": "^0.4.0",
"@planetarium/tx": "^5.4.1",
"graphql-request": "^6.0.0",
"graphql-tag": "^2.12.6"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { TxMetadataProvider } from "@jsr/planetarium__lib9c";
import type { Address } from "@planetarium/account";
import { encode } from "@planetarium/bencodex";
import type { TxMetadataProvider } from "@planetarium/lib9c";
import { encodeSignedTx, type signTx } from "@planetarium/tx";
import { GraphQLClient } from "graphql-request";
import { type Sdk, getSdk } from "./generated/headless/graphql-request.js";
Expand Down
6 changes: 3 additions & 3 deletions integrations/javascript/@planetarium/pnpm-lock.yaml

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

0 comments on commit 49a1629

Please sign in to comment.