Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

NAPI-RS

NAPI-RS is a framework for building pre-compiled Node.js addons in Rust.
Collective - Host: opensource - https://opencollective.com/napi-rs - Code: https://github.com/napi-rs/napi-rs

build(deps-dev): bump @types/node from 14.0.27 to 14.6.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/napi-rs/napi-rs - 23f9b3d46cd425a2b2bfc6f91387af877ad235c8 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #137 from oyyd/default-loop

refactor(napi): use get_uv_event_loop instead of uv_default_loop

github.com/napi-rs/napi-rs - cf34fba4e7500383230ae7684e4db36511fe9306 authored over 4 years ago by LongYinan <[email protected]>
fixup! refactor(napi): use get_uv_event_loop instead of uv_default_loop

github.com/napi-rs/napi-rs - 1329409ca42a792c6e25f250b7d3113a6b206afa authored over 4 years ago by Ouyang Yadong <[email protected]>
refactor(napi): use get_uv_event_loop instead of uv_default_loop

Using the uv_loop_s from napi_env is safer as it's possible that
there are multiple Workers, and...

github.com/napi-rs/napi-rs - 00454eb577648eb6aad44844b66662fb01eb1634 authored over 4 years ago by Ouyang Yadong <[email protected]>
ci: exclude commits from own repo

github.com/napi-rs/napi-rs - 0bfacc536a1df1c37c8076398829a9035a7bfbd4 authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #136 from napi-rs/dependabot/npm_and_yarn/eslint-7.7.0

build(deps-dev): bump eslint from 7.6.0 to 7.7.0

github.com/napi-rs/napi-rs - bfa6d974ec1e24854aac36cf4be59874b02b1c0f authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump eslint from 7.6.0 to 7.7.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.6.0 to 7.7.0.
- [Release notes](https://...

github.com/napi-rs/napi-rs - 9cfb5f9d2df67729a024dda7d51c5dc50b3a0eaa authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #135 from napi-rs/docs-rs

build: try fix docs-rs build

github.com/napi-rs/napi-rs - 16bdce56c19214123da1edc5bd7c47cbd7636e5e authored over 4 years ago by LongYinan <[email protected]>
build: try fix docs-rs build

github.com/napi-rs/napi-rs - 9b56f7a04a12edfeb041724d061a06b5f594c4fd authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #134 from napi-rs/cargo-docs

build(sys): make cargo docs work

github.com/napi-rs/napi-rs - 9134a5fed9f78391ce7eca2d74bc679f91848876 authored over 4 years ago by LongYinan <[email protected]>
build(sys): make cargo docs work

github.com/napi-rs/napi-rs - d141edb02df5f046f831f794f9aec424be25d6a2 authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #133 from napi-rs/bigint

feat(napi): add BigInt related apis

github.com/napi-rs/napi-rs - 517f383b0ec6b33e5ae7ca7f8a57b92ea6897401 authored over 4 years ago by LongYinan <[email protected]>
docs: update readme

github.com/napi-rs/napi-rs - 5c2904f9ef64c0ec0e2f0775b7347821fc98aec1 authored over 4 years ago by LongYinan <[email protected]>
feat(napi): add BigInt related apis

github.com/napi-rs/napi-rs - 14dd8b83e61d0dee93a70a4293e39c8a6ee06e34 authored over 4 years ago by Ouyang Yadong <[email protected]>
Merge pull request #130 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-3.9.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 3.8.0 to 3.9.0

github.com/napi-rs/napi-rs - 468c98dea1cc5b59bc60d964e4450b8410e9427d authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/...

github.com/napi-rs/napi-rs - c2718d7dd900738d5819e00949d46a188c09d25c authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #131 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/parser-3.9.0

build(deps-dev): bump @typescript-eslint/parser from 3.8.0 to 3.9.0

github.com/napi-rs/napi-rs - a63889d35fd6689062d4c70af1fa85ce98b57b79 authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @typescript-eslint/parser from 3.8.0 to 3.9.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HE...

github.com/napi-rs/napi-rs - eea4707d997595075b9908b621ef672fb7f4ec60 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #129 from napi-rs/object-lifetime

refactor(napi): change data to &'static [u8] in JsBuffer

github.com/napi-rs/napi-rs - 5202e14c018c05989b882a1856338901274dbc78 authored over 4 years ago by LongYinan <[email protected]>
refactor(napi): change data to &'static [u8] in JsBuffer

github.com/napi-rs/napi-rs - 64df7205e92ce4654e115144b353eb2390dd3140 authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #126 from napi-rs/dependabot/npm_and_yarn/tslib-2.0.1

build(deps): bump tslib from 2.0.0 to 2.0.1

github.com/napi-rs/napi-rs - 088d5fb1f383dcbea936d11aa96bbcfaf346442d authored over 4 years ago by LongYinan <[email protected]>
build(deps): bump tslib from 2.0.0 to 2.0.1

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.0.0 to 2.0.1.
- [Release notes](https:/...

github.com/napi-rs/napi-rs - 3ab0936f4c989e675f771ff89b35adb6caf71224 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
fix(napi): need Send with Task trait

github.com/napi-rs/napi-rs - e86627865474d32920f0193e2bc4a06561e7892c authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #121 from napi-rs/dependabot/npm_and_yarn/ava-3.11.1

build(deps-dev): bump ava from 3.11.0 to 3.11.1

github.com/napi-rs/napi-rs - 8f02c6583147992f85ac370a19126266f6f605df authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump ava from 3.11.0 to 3.11.1

Bumps [ava](https://github.com/avajs/ava) from 3.11.0 to 3.11.1.
- [Release notes](https://githu...

github.com/napi-rs/napi-rs - 154b652b60fdfd86d34821e6a57aff0fa5959894 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #123 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-3.8.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.8.0

github.com/napi-rs/napi-rs - 885486fe6748f5af69a588ffcb6c722fc3ff6462 authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/...

github.com/napi-rs/napi-rs - 7e1634b04d92eedde2c9b6849bd5cc1616435169 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #122 from napi-rs/dependabot/npm_and_yarn/eslint-7.6.0

build(deps-dev): bump eslint from 7.5.0 to 7.6.0

github.com/napi-rs/napi-rs - 218d0971441455552498a3ac66946b1aadb079f5 authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #124 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/parser-3.8.0

build(deps-dev): bump @typescript-eslint/parser from 3.7.1 to 3.8.0

github.com/napi-rs/napi-rs - 217a135a26283c108abcaa7a462742be08d93fb2 authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @typescript-eslint/parser from 3.7.1 to 3.8.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HE...

github.com/napi-rs/napi-rs - 662a9b09f2d01002e3da59d10c0c162c807efed3 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
docs: update docs.rs badge version

github.com/napi-rs/napi-rs - 649ab106139e25030c4fb5a549450c542693b4f1 authored over 4 years ago by LongYinan <[email protected]>
docs: update readme badge link

github.com/napi-rs/napi-rs - 98d97d3b297a261a58cd64b0ca659cd3543e5846 authored over 4 years ago by LongYinan <[email protected]>
build: fix features in docs.rs

github.com/napi-rs/napi-rs - 2e9e86a8418a6676ac7bf0c9bdd72d428d590c99 authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump eslint from 7.5.0 to 7.6.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.5.0 to 7.6.0.
- [Release notes](https://...

github.com/napi-rs/napi-rs - a9ac81c8505102cf55accdb7751cab63ed92228c authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
fix(napi): wrong string length

github.com/napi-rs/napi-rs - b69a183681ffdb83c4b4f76b9c29ceb0b88b866e authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #119 from napi-rs/docs

docs: fix docs.rs build, add badges to README

github.com/napi-rs/napi-rs - 789fea5e4d05f2a8b97d5d9d22c7a99ad95f58f0 authored over 4 years ago by LongYinan <[email protected]>
docs: fix docs.rs build, add badges to README

github.com/napi-rs/napi-rs - 177e41b75313fd0babde698983db9fff8b7e1024 authored over 4 years ago by LongYinan <[email protected]>
test(napi): add class specs

github.com/napi-rs/napi-rs - 5a0b9919eab6c7d9ec43cb99b58bde65baeec0e6 authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #116 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/parser-3.7.1

build(deps-dev): bump @typescript-eslint/parser from 3.7.0 to 3.7.1

github.com/napi-rs/napi-rs - 88c2479a16f2acdee005c0cb0fb7b20e3b4c549b authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #117 from napi-rs/dependabot/npm_and_yarn/clipanion-2.4.4

build(deps): bump clipanion from 2.4.2 to 2.4.4

github.com/napi-rs/napi-rs - a3c5a467af3ddabf972ad7d340c594408b5cbc38 authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #115 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.27

build(deps-dev): bump @types/node from 14.0.26 to 14.0.27

github.com/napi-rs/napi-rs - 77433c36fbf3b75258a755e7d90fd16cfc05555a authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @typescript-eslint/parser from 3.7.0 to 3.7.1

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HE...

github.com/napi-rs/napi-rs - 3f51521c27e62700601410d71ce2e763b05f343a authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
build(deps-dev): bump @types/node from 14.0.26 to 14.0.27

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/napi-rs/napi-rs - bd0dea981a03f78963b4970003a6149b559ec2cc authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #114 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-3.7.1

build(deps-dev): bump @typescript-eslint/eslint-plugin from 3.7.0 to 3.7.1

github.com/napi-rs/napi-rs - c9e4795a19b842ddf77912c716931199b2b472f7 authored over 4 years ago by LongYinan <[email protected]>
build(deps): bump clipanion from 2.4.2 to 2.4.4

Bumps [clipanion](https://github.com/arcanis/clipanion) from 2.4.2 to 2.4.4.
- [Release notes](h...

github.com/napi-rs/napi-rs - 4f7b10968bfefc035846fdb4626931b4059f2553 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
build(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/...

github.com/napi-rs/napi-rs - 3fd747de5b143024eb53c226fa62e8d28a5d73c5 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #110 from napi-rs/cli

feat(cli): start new cli

github.com/napi-rs/napi-rs - f2c25532419684a162ec1c8a91776a9ab8b30d1c authored over 4 years ago by LongYinan <[email protected]>
ci: upgrade pipeline

github.com/napi-rs/napi-rs - e34b3dc5c2c86c7b0b37c319fb2f35d7d7caf3bf authored over 4 years ago by LongYinan <[email protected]>
feat(cli): start new cli

github.com/napi-rs/napi-rs - 2073f23a917bc8027e250b8a1fbe756247dad409 authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #113 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.27

build(deps-dev): bump @types/node from 14.0.25 to 14.0.27

github.com/napi-rs/napi-rs - 8df107f3800dc8af0f5667fb192c29def82ec641 authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @types/node from 14.0.25 to 14.0.27

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/napi-rs/napi-rs - f9cfe83f858c08cc60cbc5a851174adf5d8cca18 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #112 from napi-rs/dependabot/npm_and_yarn/ava-3.11.0

build(deps-dev): bump ava from 3.10.1 to 3.11.0

github.com/napi-rs/napi-rs - a38f9c352d3bd19093f7f7bfa916e770d9be5838 authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump ava from 3.10.1 to 3.11.0

Bumps [ava](https://github.com/avajs/ava) from 3.10.1 to 3.11.0.
- [Release notes](https://githu...

github.com/napi-rs/napi-rs - 617d214a2d9a62e10c3b33b06195bb929400e84c authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #109 from Mike-Dax/threadsafe-function-documentation

Fixed documentation of threadsafe functions

github.com/napi-rs/napi-rs - 64510ec90f50ff7df591e4adf53edaf85c0cfb3c authored over 4 years ago by LongYinan <[email protected]>
Updated threadsafe documentation to mention the first argument error convention

github.com/napi-rs/napi-rs - 6b8bd01bccf742b85646c90c8d2ae00ea988bcfa authored over 4 years ago by Michael Orenstein <[email protected]>
Fixed documentation of threadsafe functions

github.com/napi-rs/napi-rs - 74cd9c49c2d015a0f2c0a514aee78be30c1c006e authored over 4 years ago by Michael Orenstein <[email protected]>
Merge pull request #106 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.25

build(deps-dev): bump @types/node from 14.0.24 to 14.0.25

github.com/napi-rs/napi-rs - 2f084d84c840ae8708c7817c48473e8294fe277b authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @types/node from 14.0.24 to 14.0.25

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/napi-rs/napi-rs - 2b06aab348c9d8179c116bcc45970a4b6730e3d5 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #105 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.24

build(deps-dev): bump @types/node from 14.0.23 to 14.0.24

github.com/napi-rs/napi-rs - 2ff09ea26d0c2b7b5c520ff40db5ba1154e2e67e authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @types/node from 14.0.23 to 14.0.24

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/napi-rs/napi-rs - 8b6febbbd96757e6deba21b0cc203d22dcb3f22f authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(release): publish

- [email protected]

github.com/napi-rs/napi-rs - cab9234e6b65748b4f487e22384b794df943e2fe authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #104 from messense/feature/catch-unwind

Throw exception when Rust code panics

github.com/napi-rs/napi-rs - 5e0ec94db120c08fdd898447e7f0d862c4b7e779 authored over 4 years ago by LongYinan <[email protected]>
Rename napi_rs to napi

github.com/napi-rs/napi-rs - e7a8cbf26bf0a384f0701c9ee7bb377da084473e authored over 4 years ago by messense <[email protected]>
Throw exception when Rust code panics

github.com/napi-rs/napi-rs - efa9ba5892dd2ddc4953d456fa258bbb9aaab384 authored over 4 years ago by messense <[email protected]>
Merge pull request #103 from napi-rs/either

feat(napi): implement either type

github.com/napi-rs/napi-rs - b78722d8dfc9b7a981fdd7d9abe71b9d853f70d0 authored over 4 years ago by LongYinan <[email protected]>
feat(napi): implement either type

github.com/napi-rs/napi-rs - 3508956d16d9aa27345a5a337c57451e02e20be8 authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #102 from napi-rs/dependabot/npm_and_yarn/lodash-4.17.19

build(deps): bump lodash from 4.17.15 to 4.17.19

github.com/napi-rs/napi-rs - 23d8b03a24935d4f468c59fd940a863f39a3905c authored over 4 years ago by LongYinan <[email protected]>
docs: add napi-derive to example

github.com/napi-rs/napi-rs - 3358e95c1b3336f569899717d879361588e51abc authored over 4 years ago by LongYinan <[email protected]>
build(deps): bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

github.com/napi-rs/napi-rs - b92d2bc6eccf0e122d7ef523d3a7c815419cb3a3 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: update readme

github.com/napi-rs/napi-rs - 762471972190844c4f1af4ee032c4a4772b03b44 authored over 4 years ago by LongYinan <[email protected]>
fix(napi): bump napi-build version

github.com/napi-rs/napi-rs - 5113637c154c3ec58fc4be8ef2c22e09a503ab74 authored over 4 years ago by LongYinan <[email protected]>
chore: bump napi-build

github.com/napi-rs/napi-rs - f5d8d140896c41996804c2e9cb3289ba8524a381 authored over 4 years ago by LongYinan <[email protected]>
doc: add description to napi-sys

github.com/napi-rs/napi-rs - 5f2f83f6fe8fbf250c83a58d8188389e2e760acd authored over 4 years ago by LongYinan <[email protected]>
doc: update git repo url

github.com/napi-rs/napi-rs - 6489c11185dad037eaf278dd559959aedf27ae40 authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #101 from napi-rs/0.4

refactor: decouple sys module of new napi-rs into a crate

github.com/napi-rs/napi-rs - 8e46241cbb3ffa79e3c4981b4bbd4ce868a08bae authored over 4 years ago by LongYinan <[email protected]>
refactor: decouple sys module of new napi-rs into a crate

github.com/napi-rs/napi-rs - 244db37c3bc5f7d9f5a0b7e6061970a7ecb41b83 authored over 4 years ago by LongYinan <[email protected]>
fix(napi): missing declaration in register_module macro

github.com/napi-rs/napi-rs - cce5f1fe00fac6bad9b9e91dc4401627631f9cff authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #94 from napi-rs/tokio-rt

feat(napi): implement tokio_rt feature to execute future on tokio runtime

github.com/napi-rs/napi-rs - 3f2b6c230e18572b9ac7ae7972e493daf231d1ef authored over 4 years ago by LongYinan <[email protected]>
doc: add some documents

github.com/napi-rs/napi-rs - 62482ab2e65d35094973fdd31f15e306b406c454 authored over 4 years ago by LongYinan <[email protected]>
feat(napi): implment tokio_rt feature

github.com/napi-rs/napi-rs - 9118e9e62d47792f23aa72285f16ffcb090405fc authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #100 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.23

build(deps-dev): bump @types/node from 14.0.22 to 14.0.23

github.com/napi-rs/napi-rs - f43b6a77ea1bba3ce53b841b6d2905175c59a6c8 authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @types/node from 14.0.22 to 14.0.23

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/napi-rs/napi-rs - eb5853a10edcb37096f216245b8785569cd48724 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #99 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.22

build(deps-dev): bump @types/node from 14.0.20 to 14.0.22

github.com/napi-rs/napi-rs - 0940a026667a541321f61fd01fe7ce54ce582029 authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @types/node from 14.0.20 to 14.0.22

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/napi-rs/napi-rs - af3d7d8512e8fb12d89b435c4fc93528711b8236 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #97 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.20

build(deps-dev): bump @types/node from 14.0.19 to 14.0.20

github.com/napi-rs/napi-rs - bc413ca365503af4c397c74196b60ea4d4a1689f authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @types/node from 14.0.19 to 14.0.20

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/napi-rs/napi-rs - 7f7f0e31bd9557be09b5ac412f115000e8386020 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #95 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.19

build(deps-dev): bump @types/node from 14.0.18 to 14.0.19

github.com/napi-rs/napi-rs - b2030162350dcaf1a4148971621f33f8b376b5a8 authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump @types/node from 14.0.18 to 14.0.19

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/napi-rs/napi-rs - 97d97fa5b707b01eb7fb068e84fe61485ad7a341 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #96 from napi-rs/dependabot/npm_and_yarn/ava-3.10.1

build(deps-dev): bump ava from 3.10.0 to 3.10.1

github.com/napi-rs/napi-rs - 8eaf2e31d1392accf54e2d3d0477b72fafa8d65b authored over 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump ava from 3.10.0 to 3.10.1

Bumps [ava](https://github.com/avajs/ava) from 3.10.0 to 3.10.1.
- [Release notes](https://githu...

github.com/napi-rs/napi-rs - 0099a383ce2038898aae74b6bdb2affc6b3129df authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #86 from napi-rs/libuv

Use libuv to run rust future

github.com/napi-rs/napi-rs - b8e9463dd2fcf384c9e32c863d1afcbbe918e9ee authored over 4 years ago by LongYinan <[email protected]>
Merge pull request #93 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.18

build(deps-dev): bump @types/node from 14.0.14 to 14.0.18

github.com/napi-rs/napi-rs - b3c79587cf4f93f58d55dd4e5410329d1abb2bfb authored over 4 years ago by LongYinan <[email protected]>