Skip to content

Releases: awslabs/aws-crt-nodejs

Support for Websockets, Proxies, and Signing

22 Nov 21:19
3969134
Compare
Choose a tag to compare

See #46.

v0.1.1: package.json & tsconfig.json improvements (#12)

01 Apr 21:11
c54fdd2
Compare
Choose a tag to compare
* package.json improvements & enable .d.ts files

* Enable more warnings

v0.1.0: Building & Packaging w/node-pre-gyp (#11)

01 Apr 17:56
aa79bf7
Compare
Choose a tag to compare
* Implement deps_build script

* Actually update the submodules on CI

* Added build/ to .gitignore

* updated submodules, added package-lock.json to .gitignore

* Implement node-pre-gyp build

* Rename ts folder to lib

* Various build fixes

* In CI, require `index` so all files are loaded

* Run deps_build.ts as part of the node-gyp build

* pre-join cross-compile-flags, run tsc as part of install

* TURNS OUT BIGINT WAS EXPERIMENTAL THIS WHOLE TIME