Skip to content

Commit

Permalink
Merge pull request #3082 from moreal/bugfix/js/use-published-lib9sjs
Browse files Browse the repository at this point in the history
fix(js): use published `@planetarium/lib9c`
  • Loading branch information
moreal authored Dec 11, 2024
2 parents 487fca8 + 64e69ed commit 883b065
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 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:^",
"@planetarium/lib9c": "npm:@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"
}
}
18 changes: 16 additions & 2 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 883b065

Please sign in to comment.