-
-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package): Bump versions to 7.0.0 (#509)
- Loading branch information
Showing
7 changed files
with
209 additions
and
218 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "parse5-html-rewriting-stream", | ||
"type": "module", | ||
"description": "Streaming HTML rewriter.", | ||
"version": "6.0.1", | ||
"version": "7.0.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
|
@@ -23,8 +23,8 @@ | |
"exports": "./dist/index.js", | ||
"dependencies": { | ||
"entities": "^4.3.0", | ||
"parse5": "^6.0.1", | ||
"parse5-sax-parser": "^6.0.1" | ||
"parse5": "^7.0.0", | ||
"parse5-sax-parser": "^7.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "parse5-htmlparser2-tree-adapter", | ||
"type": "module", | ||
"description": "htmlparser2 tree adapter for parse5.", | ||
"version": "6.0.1", | ||
"version": "7.0.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
|
@@ -23,7 +23,7 @@ | |
}, | ||
"dependencies": { | ||
"domhandler": "^5.0.2", | ||
"parse5": "^6.0.1" | ||
"parse5": "^7.0.0" | ||
}, | ||
"scripts": { | ||
"build:cjs": "tsc --module CommonJS --target ES6 --outDir dist/cjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "parse5-parser-stream", | ||
"type": "module", | ||
"description": "Streaming HTML parser with scripting support.", | ||
"version": "6.0.1", | ||
"version": "7.0.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
|
@@ -19,7 +19,7 @@ | |
"types": "dist/index.d.ts", | ||
"exports": "./dist/index.js", | ||
"dependencies": { | ||
"parse5": "^6.0.1" | ||
"parse5": "^7.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "parse5-plain-text-conversion-stream", | ||
"type": "module", | ||
"description": "Stream that converts plain text files into HTML document.", | ||
"version": "6.0.1", | ||
"version": "7.0.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
|
@@ -22,8 +22,8 @@ | |
"types": "dist/index.d.ts", | ||
"exports": "./dist/index.js", | ||
"dependencies": { | ||
"parse5": "^6.0.1", | ||
"parse5-parser-stream": "^6.0.1" | ||
"parse5": "^7.0.0", | ||
"parse5-parser-stream": "^7.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "parse5-sax-parser", | ||
"type": "module", | ||
"description": "Streaming SAX-style HTML parser.", | ||
"version": "6.0.1", | ||
"version": "7.0.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
|
@@ -20,7 +20,7 @@ | |
"types": "dist/index.d.ts", | ||
"exports": "./dist/index.js", | ||
"dependencies": { | ||
"parse5": "^6.0.1" | ||
"parse5": "^7.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "parse5", | ||
"type": "module", | ||
"description": "HTML parser and serializer.", | ||
"version": "6.0.1", | ||
"version": "7.0.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
|