@tokenizer/s3
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -11,5 +11,7 @@ import * as S3 from 'aws-sdk/clients/s3'; | ||
* Initialize tokenizer from S3 object | ||
* @param s3 S3 client | ||
* @param objRequest S3 object request | ||
* @param options music-metadata options | ||
* @return Tokenizer | ||
*/ | ||
export declare function makeTokenizer(s3: S3, objRequest: S3.Types.GetObjectRequest, options?: IS3Options): Promise<strtok3.ITokenizer>; |
@@ -8,4 +8,6 @@ "use strict"; | ||
* Initialize tokenizer from S3 object | ||
* @param s3 S3 client | ||
* @param objRequest S3 object request | ||
* @param options music-metadata options | ||
* @return Tokenizer | ||
*/ | ||
@@ -12,0 +14,0 @@ async function makeTokenizer(s3, objRequest, options) { |
{ | ||
"name": "@tokenizer/s3", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Amazon S3 tokenizer", | ||
@@ -31,7 +31,10 @@ "main": "lib/index.js", | ||
], | ||
"author": "", | ||
"author": { | ||
"name": "Borewit", | ||
"url": "https://github.com/Borewit" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Borewit/tokenizer-s3.git" | ||
"url": "https://github.com/Borewit/tokenizer-s3.git" | ||
}, | ||
@@ -42,4 +45,4 @@ "bugs": { | ||
"dependencies": { | ||
"@tokenizer/range": "^0.2.1", | ||
"strtok3": "^5.0.0" | ||
"@tokenizer/range": "^0.3.0", | ||
"strtok3": "^6.0.0" | ||
}, | ||
@@ -54,3 +57,3 @@ "devDependencies": { | ||
"eslint": "^6.8.0", | ||
"mocha": "^6.2.2", | ||
"mocha": "^7.0.0", | ||
"ts-node": "^8.5.4", | ||
@@ -57,0 +60,0 @@ "typescript": "^3.6.4" |
@@ -45,1 +45,4 @@ [![Build Status](https://travis-ci.org/Borewit/tokenizer-s3.svg?branch=master)](https://travis-ci.org/Borewit/tokenizer-s3) | ||
## Dependency graph | ||
![dependency graph](doc/dependency.svg) |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
7324
101
0
48
+ Added@tokenizer/range@0.3.3(transitive)
+ Added@tokenizer/token@0.3.0(transitive)
+ Addedpeek-readable@4.1.0(transitive)
+ Addedstrtok3@6.3.0(transitive)
- Removed@tokenizer/range@0.2.2(transitive)
- Removed@tokenizer/token@0.1.1(transitive)
- Removedpeek-readable@3.1.4(transitive)
- Removedstrtok3@5.0.2(transitive)
Updated@tokenizer/range@^0.3.0
Updatedstrtok3@^6.0.0