Skip to content

Commit

Permalink
Merge branch 'development' into feature/remove-grade-key
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-doobu authored Dec 12, 2024
2 parents 7628d5a + 8e39ec6 commit 74342ce
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 deletions.
1 change: 1 addition & 0 deletions integrations/javascript/@planetarium/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@jsr:registry=https://npm.jsr.io
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"license": "AGPL-3.0-only",
"dependencies": {
"@planetarium/account": "^5.4.1",
"@planetarium/tx": "^5.4.1",
"@planetarium/bencodex": "^0.2.2",
"@planetarium/lib9c": "workspace:^",
"@jsr/planetarium__lib9c": "^0.4.0",
"@planetarium/tx": "^5.4.1",
"graphql-request": "^6.0.0",
"graphql-tag": "^2.12.6"
},
"devDependencies": {
"@biomejs/biome": "^1.7.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@types/node": "^22.10.1",
"tsup": "^8.0.2",
"tsx": "^4.7.3",
"typescript": "^5.4.5",
"vitest": "^1.5.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.0"
"vitest": "^1.5.2"
}
}
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
20 changes: 17 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 74342ce

Please sign in to comment.