Skip to content

Commit

Permalink
chore(monorepo): remove libs/kadena.js package (#1905)
Browse files Browse the repository at this point in the history
* chore(monorepo): remove `libs/kadena.js` package

* Rebase

* Fixed lint for build

---------

Co-authored-by: Randy Daal <randy@randynamic.com>
  • Loading branch information
alber70g and Randynamic authored Sep 19, 2024
1 parent 068e7d8 commit e8d39a8
Show file tree
Hide file tree
Showing 44 changed files with 1,138 additions and 2,446 deletions.
2 changes: 1 addition & 1 deletion .syncpackrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const config = {
{
label: 'Internal production packages are pinned to `workspace:*`',
packages: ['**'],
dependencies: ['kadena.js', '@kadena/*'],
dependencies: ['@kadena/*'],
dependencyTypes: ['prod'],
pinVersion: 'workspace:*',
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"version": "changeset version && pnpm run docs:changelogs && pnpm run format:pkgs && pnpm run format:md"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/cli": "^2.27.8",
"@kadena-dev/markdown": "workspace:*",
"buffer": "^5.5.0||^6.0.0",
"buffer": "^6.0.3",
"jiti": "^1.21.6",
"knip": "^2.38.1",
"knip": "^2.43.0",
"only-allow": "^1.2.1",
"prettier": "~3.2.5",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.6",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.2",
"syncpack": "^11.2.1",
"turbo": "2.0.6"
},
Expand Down
6 changes: 0 additions & 6 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,5 @@
"version": "0.0.2",
"private": true,
"path": "packages/e2e/e2e-tools"
},
{
"name": "kadena.js",
"version": "0.1.6",
"private": true,
"path": "packages/libs/kadena.js"
}
]
2 changes: 1 addition & 1 deletion packages/apps/tools/src/hooks/use-module-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ const useModuleQuery = () => {
});
};

export { QUERY_KEY, fetchModule, useModuleQuery };
export { fetchModule, QUERY_KEY, useModuleQuery };
2 changes: 1 addition & 1 deletion packages/apps/tools/src/hooks/use-modules-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ const useModulesQuery = (
});
};

export { QUERY_KEY, fetchModules, useModulesQuery };
export { fetchModules, QUERY_KEY, useModulesQuery };
2 changes: 1 addition & 1 deletion packages/libs/client/src/signing/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export { IUnsignedCommand } from '@kadena/types';
export { ISignFunction, ISingleSignFunction } from './ISignFunction';
export {
EckoStatus,
ICommonEckoFunctions,
IEckoConnectOrStatusResponse,
IEckoSignFunction,
IEckoSignSingleFunction,
} from './eckoWallet/eckoTypes';
export { ISignFunction, ISingleSignFunction } from './ISignFunction';
export { TWalletConnectChainId } from './walletconnect/walletConnectTypes';

export * from './utils/addSignatures';
Expand Down
3 changes: 0 additions & 3 deletions packages/libs/kadena.js/.eslintignore

This file was deleted.

8 changes: 0 additions & 8 deletions packages/libs/kadena.js/.eslintrc.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/libs/kadena.js/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions packages/libs/kadena.js/.prettierignore

This file was deleted.

99 changes: 0 additions & 99 deletions packages/libs/kadena.js/CHANGELOG.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/libs/kadena.js/LICENSE

This file was deleted.

Loading

0 comments on commit e8d39a8

Please sign in to comment.