Skip to content

feat: Node.js Typescript version dependency #146

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

Merged
merged 2 commits into from
Jul 17, 2019

Conversation

seebees
Copy link
Contributor

@seebees seebees commented Jul 11, 2019

resolves #135

The AWS Encryption SDK should track the Node.js LTS policy.
For developers using Typescript and @types/node@8
the ESDK should “just work”.
Because some packages export Node.js types like CipherGCM
developers would be forced to install an unwanted type version.

This pulls in the needed parts of the needed types into the packages.
It is only the types that differ in this case.

Regarding KeyObjects, rsa support is removed,
but will be added back in when #74 is addressed.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

resolves aws#135

The AWS Encryption SDK should track the Node.js LTS policy.
For developers using Typescript and @types/node@8
the ESDK should “just work”.
Because some packages export Node.js types like `CipherGCM`
developers would be forced to install an unwanted type version.

This pulls in the needed parts of the needed types into the packages.
It is only the types that differ in this case.

Regarding KeyObjects, rsa support is removed,
but will be added back in when aws#74 is addressed.
@seebees seebees requested review from sharkedj and a team July 11, 2019 17:10
@seebees seebees merged commit 9dfa857 into aws:master Jul 17, 2019
@seebees seebees deleted the node_version_types branch July 17, 2019 22:01
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.

Encryption SDK Requires Node11
2 participants