-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix test identifier backwards compatibility test #207
Conversation
🦋 Changeset detectedLatest commit: be7cec3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: @celo/[email protected], @celo/[email protected], @celo/[email protected], @celo/[email protected] |
packages/identity/src/odis/identifier-backwards-compatibility.test.ts
Outdated
Show resolved
Hide resolved
Mitigates a false socketdev alert that `@celo/identity` uses a malicious package called `old-identity-sdk`.
packages/identity/src/odis/identifier-backwards-compatibility.test.ts
Outdated
Show resolved
Hide resolved
…test.ts Co-authored-by: soloseng <[email protected]>
Description
Fixes identifier backwards compatibility test. Test had broken import statement and API compatibilities.
Because all versions of the @celo/identity sdk prior to 5.1.0 are deprecated, and because we know that identifiers had continuity between this version and all previous versions, this PR bumps the "old" sdk version up to 5.1.0
Other changes
NA
Tested
Yes
Related issues
NA
Backwards compatibility
Yes
Documentation
NA