Skip to content
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
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
.pnp.loader.mjs
core/**/dist/
sdk/**/dist/
sdk-support/**/dist/
wallet-gateway/**/dist/
damljs
.nx/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
npmTag="latest"
fi

yarn workspaces foreach --no-private -t -A --include 'core/*' --include 'sdk/*' --include 'sdk-support/*' --include 'wallet-gateway/*' --include 'examples/*' npm publish --tolerate-republish --tag $npmTag
yarn workspaces foreach --no-private -t -A --include 'core/*' --include 'sdk/*' --include 'wallet-gateway/*' --include 'examples/*' npm publish --tolerate-republish --tag $npmTag

- name: Trigger Release announce
uses: actions/github-script@v7
Expand Down
Binary file removed core/wallet-ui-components/images/logos/5n-logo.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ const MOCK_ENTRIES: WalletPickerEntry[] = [
type: 'remote',
icon: '/images/logos/canton-logo.png',
},
{
providerId: '5n-loop',
name: '5N Loop Wallet',
type: 'remote',
icon: '/images/logos/5n-logo.png',
},
{
providerId: 'bron',
name: 'Bron',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"examples/*",
"example-scripts",
"sdk/**",
"sdk-support/**",
"scripts",
"mock-oauth2",
"wallet-gateway/**"
Expand Down
47 changes: 0 additions & 47 deletions sdk-support/provider-adapter-loop/package.json

This file was deleted.

15 changes: 0 additions & 15 deletions sdk-support/provider-adapter-loop/src/assets.ts

This file was deleted.

7 changes: 0 additions & 7 deletions sdk-support/provider-adapter-loop/src/index.ts

This file was deleted.

Loading
Loading