Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move base to packages #168

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/connect-test-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: test base local
run: |
pnpm test:ci
working-directory: ./sdk/apps/base
working-directory: ./sdk/packages/base
- name: test solana local
run: |
pnpm test:ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/connect-test-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: test base production
run: |
pnpm test:production
working-directory: ./sdk/apps/base
working-directory: ./sdk/packages/base
- name: test solana production
run: |
pnpm test:production
Expand Down
4 changes: 2 additions & 2 deletions sdk/build-only-packages.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# connect base
cd ./apps/base
cd ./packages/base
pnpm build

# connect networks
cd ../../packages/solana
cd ../solana
pnpm build
cd ../sui
pnpm build
Expand Down
4 changes: 2 additions & 2 deletions sdk/packages/aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@aptos-labs/ts-sdk": "^1.9.1",
"@aptos-labs/wallet-standard": "^0.0.11",
"@nightlylabs/nightly-connect-base": "^0.0.27",
"@nightlylabs/nightly-connect-base": "^0.0.28",
"eventemitter3": "^5.0.1"
}
}
}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/nightly-connect-base",
"version": "0.0.27",
"version": "0.0.28",
"type": "module",
"exports": {
".": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default [
]
},
{
input: 'dist/types/apps/base/src/index.d.ts',
input: 'dist/types/packages/base/src/index.d.ts',
output: [{ file: 'dist/index.d.ts', format: 'esm' }],
plugins: [dts()]
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions sdk/packages/polkadot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@polkadot/keyring": "^12.5.1"
},
"dependencies": {
"@nightlylabs/nightly-connect-base": "0.0.27",
"@nightlylabs/nightly-connect-base": "0.0.28",
"@polkadot/api": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
Expand All @@ -55,4 +55,4 @@
"eventemitter3": "^5.0.1",
"uuid": "^9.0.0"
}
}
}
2 changes: 1 addition & 1 deletion sdk/packages/selector-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@nightlylabs/nightly-connect-base": "0.0.27",
"@nightlylabs/nightly-connect-base": "0.0.28",
"@nightlylabs/wallet-selector-modal": "0.2.1",
"@wallet-standard/core": "^1.0.3",
"isomorphic-localstorage": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion sdk/packages/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "^5.1.3"
},
"dependencies": {
"@nightlylabs/nightly-connect-base": "0.0.27",
"@nightlylabs/nightly-connect-base": "0.0.28",
"@solana/web3.js": "^1.77.2",
"eventemitter3": "^5.0.1",
"uuid": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sdk/packages/sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@mysten/sui.js": "^0.42.0",
"@mysten/wallet-standard": "^0.8.0",
"@nightlylabs/nightly-connect-base": "^0.0.27",
"@nightlylabs/nightly-connect-base": "^0.0.28",
"@noble/hashes": "^1.3.0",
"eventemitter3": "^5.0.1",
"uuid": "^9.0.0"
Expand Down
155 changes: 63 additions & 92 deletions sdk/pnpm-lock.yaml

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

Loading