@ridi/comic-parser
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@ridi/comic-parser", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Common comic data parser for Ridibooks services", | ||
@@ -12,6 +12,6 @@ "author": { | ||
"type": "git", | ||
"url": "https://github.com/ridi/content-parser/packages/comic-parser" | ||
"url": "https://github.com/ridi/content-parser" | ||
}, | ||
"bugs": "https://github.com/ridi/content-parser/issues", | ||
"homepage": "https://github.com/ridi/content-parser/packages/comic-parser", | ||
"homepage": "https://github.com/ridi/content-parser", | ||
"files": [ | ||
@@ -22,3 +22,3 @@ "lib" | ||
"dependencies": { | ||
"@ridi/parser-core": "^0.3.0", | ||
"@ridi/parser-core": "^0.3.1", | ||
"fs-extra": "^7.0.1", | ||
@@ -25,0 +25,0 @@ "natural-orderby": "^1.0.2" |
@@ -19,3 +19,3 @@ # @ridi/comic-parser | ||
- [ ] Environment | ||
- [x] Node | ||
- [x] Node | ||
- [ ] CLI | ||
@@ -158,3 +158,3 @@ - [ ] Browser | ||
### onProgress = callback | ||
### onProgress = callback(step, totalStep, action) | ||
@@ -164,2 +164,3 @@ Tells the progress of parser through `callback`. | ||
```js | ||
const { Action } = ComicParser; | ||
parser.onProgress = (step, totalStep, action) => { | ||
@@ -166,0 +167,0 @@ console.log(`[${action}] ${step} / ${totalStep}`); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
20487
1
254
Updated@ridi/parser-core@^0.3.1