Skip to content

Commit

Permalink
fix(sdk): use @zcabter/jstz-client
Browse files Browse the repository at this point in the history
  • Loading branch information
zcabter committed Jan 24, 2025
1 parent 1c9a7c9 commit 393431b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 43 deletions.
52 changes: 12 additions & 40 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import * as jstz from "jstz_sdk";

// FIXME: https://linear.app/tezos/issue/JSTZ-287/publish-client-lib-to-jstz-dev-scope
// Change to import from "@jstz-dev/client" when published to scope
import { Jstz as JstzClient } from "@zcabter/client";
import JstzType from "@zcabter/client";
import { Jstz as JstzClient } from "@zcabter/jstz-client";
import JstzType from "@zcabter/jstz-client";

export type Address = string;

Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsc --outDir dist"
},
"dependencies": {
"@zcabter/client": "0.1.0-alpha.6",
"@zcabter/jstz-client": "0.1.0-alpha",
"jstz_sdk": "file:../../crates/jstz_sdk/pkg"
}
}

0 comments on commit 393431b

Please sign in to comment.