content-entry
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "content-entry", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"publishConfig": { | ||
@@ -42,6 +42,6 @@ "access": "public" | ||
"semantic-release": "^18.0.1", | ||
"typescript": "^4.6.0-dev.20220109" | ||
"typescript": "^4.6.0-dev.20220113" | ||
}, | ||
"engines": { | ||
"node": ">=14.18.1" | ||
"node": ">=14.18.3" | ||
}, | ||
@@ -48,0 +48,0 @@ "repository": { |
@@ -47,7 +47,6 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
* [string](#string) | ||
* [buffer](#buffer) | ||
* [equalsContent](#equalscontent) | ||
* [Parameters](#parameters-5) | ||
* [getReadStream](#getreadstream) | ||
* [getString](#getstring) | ||
* [getBuffer](#getbuffer) | ||
* [DeletedContentEntry](#deletedcontententry) | ||
@@ -58,6 +57,4 @@ * [isDeleted](#isdeleted-1) | ||
* [string](#string-1) | ||
* [buffer](#buffer) | ||
* [buffer](#buffer-1) | ||
* [readStream](#readstream-1) | ||
* [getString](#getstring-1) | ||
* [getBuffer](#getbuffer-1) | ||
* [getReadStream](#getreadstream-1) | ||
@@ -177,3 +174,3 @@ * [ReadableStreamContentEntry](#readablestreamcontententry) | ||
UTI types for this entry | ||
UTI types for this entry. | ||
@@ -190,2 +187,6 @@ Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** | ||
### buffer | ||
return {Uint8Array} | ||
### equalsContent | ||
@@ -207,14 +208,2 @@ | ||
### getString | ||
**Meta** | ||
* **deprecated**: This is deprecated. | ||
### getBuffer | ||
**Meta** | ||
* **deprecated**: This is deprecated. | ||
## DeletedContentEntry | ||
@@ -250,3 +239,3 @@ | ||
Returns **[Buffer](https://nodejs.org/api/buffer.html)** zero length buffer | ||
Returns **[Uint8Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array)** zero length buffer | ||
@@ -257,14 +246,2 @@ ### readStream | ||
### getString | ||
**Meta** | ||
* **deprecated**: This is deprecated. | ||
### getBuffer | ||
**Meta** | ||
* **deprecated**: This is deprecated. | ||
### getReadStream | ||
@@ -271,0 +248,0 @@ |
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
24584
506
321