-
Notifications
You must be signed in to change notification settings - Fork 585
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
Implement polyfill for globalThis (v11) #4655
Conversation
package.json
Outdated
@@ -80,7 +80,7 @@ | |||
"postinstall": "node scripts/submit-analytics.js" | |||
}, | |||
"dependencies": { | |||
"@realm.io/common": "^0.1.1", | |||
"@realm.io/common": "^0.1.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename the package to @realm/common
soon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, created #4656
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve, but I am curious if this needs to be a separate commit in v11, or if we can just rebase this into that branch?
f171922
to
23603c6
Compare
Blocked waiting on v11 to be rebased on master |
adcc845
to
343d668
Compare
bd551c6
to
bb8ce55
Compare
7674954
to
916ea33
Compare
23603c6
to
78001d2
Compare
What, How & Why?
See #4653, this fixes one additional usage in v11
☑️ ToDos
Compatibility
label is updated or copied from previous entryBreaking
label has been applied or is not necessaryIf this PR adds or changes public API's: