Skip to content

Commit

Permalink
npm: bump version to 0.3.0
Browse files Browse the repository at this point in the history
New Feature
-------------
* life-cycle: extract and process source maps (#123)
* adapters: async processHtml
* life-cycle: add read-or-copy-local-resource
* resource: support file protocol (#126)

Misc
-------------
* types: export type CheerioElement
* resource: optional skip replacePath processing in case of parser error (#107)
* resource: fix new type of Buffer.from (#116)
* build(deps): bump cheerio from 1.0.0-rc.3 to 1.0.0-rc.5
* io: mkdirRetry returns no string
* life-cycle: add download-streaming-resource to default
* skip-links: skip unix scheme
* skip-links: allow file protocol
* download: skip non-http url
* (BREAKING) resource: refactor createResource (#139)
  • Loading branch information
myfreeer committed Jan 3, 2021
1 parent e2ef763 commit 56dfe29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website-scrap-engine",
"version": "0.2.1",
"version": "0.3.0",
"description": "Configurable website scraper in typescript",
"main": "lib/index",
"engines": {
Expand Down Expand Up @@ -32,11 +32,11 @@
"devDependencies": {
"@types/jest": "^26.0.19",
"@types/mkdirp": "^1.0.1",
"@types/node": "^14.14.17",
"@types/node": "^14.14.19",
"@types/urijs": "^1.19.13",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.16.0",
"eslint": "^7.17.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
Expand Down

0 comments on commit 56dfe29

Please sign in to comment.