Skip to content

Commit

Permalink
Merge pull request #168 from nightly-labs/move_base
Browse files Browse the repository at this point in the history
move base to packages
  • Loading branch information
LukassF authored Apr 9, 2024
2 parents e47bdc9 + a23b000 commit 0ce1219
Show file tree
Hide file tree
Showing 30 changed files with 76 additions and 105 deletions.
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.
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.

0 comments on commit 0ce1219

Please sign in to comment.