protons-runtime
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "protons-runtime", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Shared code to make your bundle smaller when running protons in your app", | ||
@@ -38,3 +38,3 @@ "license": "Apache-2.0 OR MIT", | ||
"src", | ||
"dist/src", | ||
"dist", | ||
"!dist/test", | ||
@@ -153,10 +153,10 @@ "!**/*.tsbuildinfo" | ||
"protobufjs": "^7.0.0", | ||
"uint8arraylist": "^2.3.2" | ||
"uint8arraylist": "^2.4.3" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^38.0.0" | ||
}, | ||
"peerDependencies": { | ||
"uint8arraylist": "^2.3.2" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^37.0.5" | ||
} | ||
} |
# protons-runtime <!-- omit in toc --> | ||
[](http://ipfs.io) | ||
[](http://webchat.freenode.net/?channels=%23ipfs) | ||
[](https://discord.gg/ipfs) | ||
[](https://ipfs.tech) | ||
[](https://discuss.ipfs.tech) | ||
[](https://codecov.io/gh/ipfs/protons) | ||
[](https://github.com/ipfs/protons/actions/workflows/js-test-and-release.yml) | ||
[](https://github.com/ipfs/protons/actions/workflows/js-test-and-release.yml?query=branch%3Amaster) | ||
@@ -14,5 +13,4 @@ > Shared code to make your bundle smaller when running protons in your app | ||
- [Install](#install) | ||
- [License](#license) | ||
- [Contribute](#contribute) | ||
- [License](#license) | ||
- [Contribute](#contribute-1) | ||
@@ -27,10 +25,2 @@ ## Install | ||
## Contribute | ||
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/protons/issues)! | ||
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). | ||
[](https://github.com/ipfs/community/blob/master/contributing.md) | ||
## License | ||
@@ -45,6 +35,10 @@ | ||
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-unixfs-importer/issues)! | ||
Contributions welcome! Please check out [the issues](https://github.com/ipfs/protons/issues). | ||
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). | ||
Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. | ||
Please be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). | ||
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. | ||
[](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md) |
@@ -13,3 +13,3 @@ // @ts-expect-error no types | ||
function configure () { | ||
function configure (): void { | ||
util._configure() | ||
@@ -16,0 +16,0 @@ ReaderClass._configure(ReaderBufferClass) |
55936
39
737
42
Updateduint8arraylist@^2.4.3