Skip to content

Commit

Permalink
Remove default-wallets package. (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
kujtimprenkuSQA authored Nov 9, 2023
1 parent 5fc273e commit da7d5a2
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 251 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"build:finer-wallet": "nx run-many --target=build --projects=finer-wallet --configuration=production",
"build:xdefi-wallet": "nx run-many --target=build --projects=xdefi --configuration=production",
"build:wallet-utils": "nx run-many --target=build --projects=wallet-utils --configuration=production",
"build:default-wallets": "nx run-many --target=build --projects=default-wallets --configuration=production",
"build:near-snap": "nx run-many --target=build --projects=near-snap --configuration=production",
"build:account-export": "nx run-many --target=build --projects=account-export --configuration=production",
"build:ramper-wallet": "nx run-many --target=build --projects=ramper-wallet --configuration=production",
Expand Down
10 changes: 0 additions & 10 deletions packages/default-wallets/.babelrc

This file was deleted.

18 changes: 0 additions & 18 deletions packages/default-wallets/.eslintrc.json

This file was deleted.

68 changes: 0 additions & 68 deletions packages/default-wallets/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions packages/default-wallets/jest.config.ts

This file was deleted.

22 changes: 0 additions & 22 deletions packages/default-wallets/package.json

This file was deleted.

64 changes: 0 additions & 64 deletions packages/default-wallets/project.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/default-wallets/src/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/default-wallets/src/lib/default-wallets.ts

This file was deleted.

19 changes: 0 additions & 19 deletions packages/default-wallets/tsconfig.json

This file was deleted.

10 changes: 0 additions & 10 deletions packages/default-wallets/tsconfig.lib.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/default-wallets/tsconfig.spec.json

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/release-packages.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ npm publish dist/packages/xdefi --tag "${TAG}" --otp "${OTP}"
npm publish dist/packages/near-snap --tag "${TAG}" --otp "${OTP}"
npm publish dist/packages/ramper-wallet --tag "${TAG}" --otp "${OTP}"
npm publish dist/packages/near-mobile-wallet --tag "${TAG}" --otp "${OTP}"

# Commented script for default wallets to avoid publishing new versions since the package is now deprecated.
#npm publish dist/packages/default-wallets --tag "${TAG}" --otp "${OTP}"
3 changes: 0 additions & 3 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"@near-wallet-selector/core": [
"packages/core/src/index.ts"
],
"@near-wallet-selector/default-wallets": [
"packages/default-wallets/src/index.ts"
],
"@near-wallet-selector/finer-wallet": [
"packages/finer-wallet/src/index.ts"
],
Expand Down

0 comments on commit da7d5a2

Please sign in to comment.