uint8arraylist 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,7 +15,7 @@
15
15
  - [sublist](#sublist)
16
16
  - [Inspiration](#inspiration)
17
17
  - [License](#license)
18
- - [Contribution](#contribution)
18
+ - [Contribute](#contribute)
19
19
 
20
20
  ## Install
21
21
 
@@ -108,6 +108,6 @@ Licensed under either of
108
108
  - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
109
109
  - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
110
110
 
111
- ## Contribution
111
+ ## Contribute
112
112
 
113
113
  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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uint8arraylist",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Append and consume bytes using only no-copy operations",
5
5
  "author": "Alex Potsides <alex@achingbrain.net>",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -141,7 +141,7 @@
141
141
  "devDependencies": {
142
142
  "aegir": "^37.4.6",
143
143
  "benchmark": "^2.1.4",
144
- "bl": "^5.0.0",
144
+ "bl": "^6.0.0",
145
145
  "it-all": "^2.0.0"
146
146
  }
147
147
  }