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

Removes Deprecation Warnings for@magic-ext/auth methods #629

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

Ariflo
Copy link
Contributor

@Ariflo Ariflo commented Sep 20, 2023

πŸ“¦ Pull Request

Removes deprecation warnings from AuthModule methods moved to the @magic-ext/auth as the extension will be deprecated with the end of support for Universal Wallets.

βœ… Fixed Issues

n/a

🚨 Test instructions

n\a

⚠️ Don't forget to add a semver label!

Please only add one label:

  • patch: Bug Fix?
  • minor: New Feature?
  • major: Breaking Change?
  • skip-release: It's unnecessary to publish this change.
πŸ“¦ Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @magic-ext/algorand@15.0.2-canary.629.6254645033.0
npm install @magic-ext/aptos@3.0.2-canary.629.6254645033.0
npm install @magic-ext/auth@3.0.2-canary.629.6254645033.0
npm install @magic-ext/avalanche@15.0.2-canary.629.6254645033.0
npm install @magic-ext/bitcoin@15.0.2-canary.629.6254645033.0
npm install @magic-ext/conflux@13.0.2-canary.629.6254645033.0
npm install @magic-ext/cosmos@15.0.2-canary.629.6254645033.0
npm install @magic-ext/ed25519@11.0.2-canary.629.6254645033.0
npm install @magic-ext/flow@15.0.2-canary.629.6254645033.0
npm install @magic-ext/gdkms@3.0.2-canary.629.6254645033.0
npm install @magic-ext/harmony@15.0.2-canary.629.6254645033.0
npm install @magic-ext/icon@15.0.2-canary.629.6254645033.0
npm install @magic-ext/near@15.0.2-canary.629.6254645033.0
npm install @magic-ext/oauth@14.0.2-canary.629.6254645033.0
npm install @magic-ext/oidc@3.0.2-canary.629.6254645033.0
npm install @magic-ext/polkadot@15.0.2-canary.629.6254645033.0
npm install @magic-ext/react-native-bare-oauth@15.0.2-canary.629.6254645033.0
npm install @magic-ext/react-native-expo-oauth@15.0.2-canary.629.6254645033.0
npm install @magic-ext/solana@16.0.2-canary.629.6254645033.0
npm install @magic-ext/taquito@12.0.2-canary.629.6254645033.0
npm install @magic-ext/terra@12.0.2-canary.629.6254645033.0
npm install @magic-ext/tezos@15.0.2-canary.629.6254645033.0
npm install @magic-ext/webauthn@14.0.2-canary.629.6254645033.0
npm install @magic-ext/zilliqa@15.0.2-canary.629.6254645033.0
npm install @magic-sdk/commons@16.0.2-canary.629.6254645033.0
npm install @magic-sdk/pnp@14.0.2-canary.629.6254645033.0
npm install @magic-sdk/provider@20.0.2-canary.629.6254645033.0
npm install @magic-sdk/react-native-bare@21.0.2-canary.629.6254645033.0
npm install @magic-sdk/react-native-expo@21.0.2-canary.629.6254645033.0
npm install magic-sdk@20.0.2-canary.629.6254645033.0
# or 
yarn add @magic-ext/algorand@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/aptos@3.0.2-canary.629.6254645033.0
yarn add @magic-ext/auth@3.0.2-canary.629.6254645033.0
yarn add @magic-ext/avalanche@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/bitcoin@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/conflux@13.0.2-canary.629.6254645033.0
yarn add @magic-ext/cosmos@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/ed25519@11.0.2-canary.629.6254645033.0
yarn add @magic-ext/flow@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/gdkms@3.0.2-canary.629.6254645033.0
yarn add @magic-ext/harmony@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/icon@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/near@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/oauth@14.0.2-canary.629.6254645033.0
yarn add @magic-ext/oidc@3.0.2-canary.629.6254645033.0
yarn add @magic-ext/polkadot@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/react-native-bare-oauth@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/react-native-expo-oauth@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/solana@16.0.2-canary.629.6254645033.0
yarn add @magic-ext/taquito@12.0.2-canary.629.6254645033.0
yarn add @magic-ext/terra@12.0.2-canary.629.6254645033.0
yarn add @magic-ext/tezos@15.0.2-canary.629.6254645033.0
yarn add @magic-ext/webauthn@14.0.2-canary.629.6254645033.0
yarn add @magic-ext/zilliqa@15.0.2-canary.629.6254645033.0
yarn add @magic-sdk/commons@16.0.2-canary.629.6254645033.0
yarn add @magic-sdk/pnp@14.0.2-canary.629.6254645033.0
yarn add @magic-sdk/provider@20.0.2-canary.629.6254645033.0
yarn add @magic-sdk/react-native-bare@21.0.2-canary.629.6254645033.0
yarn add @magic-sdk/react-native-expo@21.0.2-canary.629.6254645033.0
yarn add magic-sdk@20.0.2-canary.629.6254645033.0

@Ariflo Ariflo added the patch Increment the patch version when merged label Sep 20, 2023
@Ariflo Ariflo requested review from Dizigen and srinjoyc September 20, 2023 21:23
@Ariflo Ariflo self-assigned this Sep 20, 2023
@shortcut-integration
Copy link

@Ariflo Ariflo force-pushed the ariflo-sc-87129-remove-auth-extension-warnings branch from 3dbb64b to 8d700da Compare September 20, 2023 21:38
joshuascan
joshuascan previously approved these changes Sep 20, 2023
@Ariflo Ariflo force-pushed the ariflo-sc-87129-remove-auth-extension-warnings branch from 8d700da to 31c8345 Compare September 20, 2023 22:15
@Ariflo Ariflo enabled auto-merge September 20, 2023 22:19
@Ariflo Ariflo added this pull request to the merge queue Sep 20, 2023
Merged via the queue into master with commit 813f45a Sep 20, 2023
@Ariflo Ariflo deleted the ariflo-sc-87129-remove-auth-extension-warnings branch September 20, 2023 22:32
@Ariflo Ariflo added the released This issue/pull request has been released. label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants