content-entry
Advanced tools
Comparing version 4.1.9 to 4.1.10
{ | ||
"name": "content-entry", | ||
"version": "4.1.9", | ||
"version": "4.1.10", | ||
"publishConfig": { | ||
@@ -38,10 +38,10 @@ "access": "public" | ||
"@types/node": "^17.0.22", | ||
"ava": "^4.1.0", | ||
"ava": "^4.2.0", | ||
"c8": "^7.11.0", | ||
"documentation": "^13.2.5", | ||
"semantic-release": "^19.0.2", | ||
"typescript": "^4.6.2" | ||
"typescript": "^4.6.3" | ||
}, | ||
"engines": { | ||
"node": ">=14.19.0" | ||
"node": ">=14.19.1" | ||
}, | ||
@@ -48,0 +48,0 @@ "repository": { |
@@ -137,3 +137,3 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
Content entries where a Buffer is the primary data representation. | ||
Content entries where a Uint8Array is the primary data representation. | ||
@@ -146,3 +146,3 @@ ### Parameters | ||
* `buffer` **[Buffer](https://nodejs.org/api/buffer.html)** | ||
* `buffer` **[Uint8Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array)** | ||
@@ -153,3 +153,3 @@ ## BufferContentEntry | ||
ConentEntry with a Buffer as content store. | ||
ConentEntry with a Uint8Array as content store. | ||
@@ -159,3 +159,3 @@ ### Parameters | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `buffer` **[Buffer](https://nodejs.org/api/buffer.html)** | ||
* `buffer` **[Uint8Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array)** | ||
@@ -162,0 +162,0 @@ ### isEmpty |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25146
494