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

Rename .rn to .native #146

Merged
merged 1 commit into from
Mar 20, 2020
Merged

Rename .rn to .native #146

merged 1 commit into from
Mar 20, 2020

Conversation

trivikr
Copy link
Contributor

@trivikr trivikr commented Mar 20, 2020

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.

@@ -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),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this necessary?

Copy link
Contributor Author

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

Copy link
Contributor Author

@trivikr trivikr Mar 20, 2020

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)

Copy link
Contributor

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.🙂

@kstich kstich merged commit f29ae51 into smithy-lang:master Mar 20, 2020
@trivikr trivikr deleted the rn-to-native branch March 20, 2020 17:26
srchase pushed a commit that referenced this pull request Mar 23, 2023
* 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
srchase pushed a commit that referenced this pull request Jun 16, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants