-
Notifications
You must be signed in to change notification settings - Fork 99
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
Rename .rn to .native #146
Conversation
@@ -47,7 +47,7 @@ | |||
|
|||
AWS_SDK_STREAM_COLLECTOR_NODE("dependencies", "@aws-sdk/stream-collector-node", "^1.0.0-alpha.1", true), | |||
AWS_SDK_STREAM_COLLECTOR_BROWSER("dependencies", "@aws-sdk/stream-collector-browser", "^1.0.0-alpha.1", true), | |||
AWS_SDK_STREAM_COLLECTOR_RN("dependencies", "@aws-sdk/stream-collector-rn", "^1.0.0-alpha.0", true), | |||
AWS_SDK_STREAM_COLLECTOR_RN("dependencies", "@aws-sdk/stream-collector-native", "^1.0.0-alpha.0", true), |
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.
Why is this necessary?
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.
Since we're preferring .native
vs .rn
extensions we should also move from -rn
to -native
package names.
Similar to .browser
extension and -browser
package name
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.
Relevant commit for updating package names in codegen aws/aws-sdk-js-v3@bb1e16b (part of PR aws/aws-sdk-js-v3#1025)
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'm not apposing to it, but I don't think it's necessary either.🙂
* Updates references of @aws to @AWS-SDK * Updates package versions to 0.1.0 * Updates package generator to generate packages with correct names and values * Remove private field from public packages * Fixes package generator when generating client packages * Sets client-documentation-generator package to private * Regenerate service packages * Removes old sdk-service packages * Fixes karma-credential-loader version * Updates readmes and sigv4 spec script * Adds prepublishOnly step to packages that were missing it * Fixes xml-body-builder package * Fixes tsconfig.json for util-error-constructor package * Fixes crypto package tsconfig.json files * Updates md5-js tsconfig
* Updates references of @aws to @AWS-SDK * Updates package versions to 0.1.0 * Updates package generator to generate packages with correct names and values * Remove private field from public packages * Fixes package generator when generating client packages * Sets client-documentation-generator package to private * Regenerate service packages * Removes old sdk-service packages * Fixes karma-credential-loader version * Updates readmes and sigv4 spec script * Adds prepublishOnly step to packages that were missing it * Fixes xml-body-builder package * Fixes tsconfig.json for util-error-constructor package * Fixes crypto package tsconfig.json files * Updates md5-js tsconfig
Issue #, if available:
Refs: aws/aws-sdk-js-v3#990
Description of changes:
Rename .rn to .native
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.