Skip to content

Commit

Permalink
chore(client-utils): lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
javadkh2 committed Oct 16, 2023
1 parent ec7cceb commit abb2b41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ import {
setMeta,
setNetworkId,
} from '@kadena/client/fp';

import { asyncPipe } from '@kadena/client-utils/core';

import { pollStatus, preflight, submitOne } from '../util/client';
import { pollStatus, submitOne } from '../util/client';
import { inspect, safeSign } from '../util/fp-helpers';

const getTransferCommand = ({
Expand Down
6 changes: 4 additions & 2 deletions packages/libs/client-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"directory": "packages/libs/client-utils"
},
"license": "MIT",
"main": "./lib/core/index.js",
"types": "./lib/core/index.d.ts",
"exports": {
"./coin": "./lib/coin.js",
"./core": "./lib/core.js"
"./coin": "./lib/coin/index.js",
"./core": "./lib/core/index.js"
},
"files": [
"dist",
Expand Down

0 comments on commit abb2b41

Please sign in to comment.