Skip to content

Commit 754fc1c

Browse files
committed
v3.10.4
1 parent 69f40c5 commit 754fc1c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "3.10.3"
6+
"version": "3.10.4"
77
}

packages/metascraper-author/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-author",
33
"description": "Get author property from HTML markup",
44
"homepage": "https://metascraper.js.org",
5-
"version": "3.9.3",
5+
"version": "3.10.4",
66
"main": "index.js",
77
"author": {
88
"email": "ian@ianstormtaylor.com",

packages/metascraper-video-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-video-provider",
33
"description": "Get video property from HTML markup",
44
"homepage": "https://metascraper.js.org",
5-
"version": "3.10.3",
5+
"version": "3.10.4",
66
"main": "index.js",
77
"author": {
88
"email": "ian@ianstormtaylor.com",
@@ -16,8 +16,8 @@
1616
"url": "https://github.com/microlinkhq/metascraper/issues"
1717
},
1818
"dependencies": {
19-
"lodash": "~4.17.5",
2019
"@metascraper/helpers": "^3.9.3",
20+
"lodash": "~4.17.5",
2121
"youtube-dl": "~1.12.2"
2222
},
2323
"devDependencies": {

packages/metascraper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper",
33
"description": "A library to easily scrape metadata from an article on the web using Open Graph metadata, regular HTML metadata, and series of fallbacks.",
44
"homepage": "https://metascraper.js.org",
5-
"version": "3.10.0",
5+
"version": "3.10.4",
66
"main": "src/index.js",
77
"author": {
88
"email": "ian@ianstormtaylor.com",
@@ -59,7 +59,7 @@
5959
"cheerio": "~1.0.0-rc.2",
6060
"cosmiconfig": "~4.0.0",
6161
"lodash": "~4.17.4",
62-
"metascraper-author": "^3.9.3",
62+
"metascraper-author": "^3.10.4",
6363
"metascraper-date": "^3.3.0",
6464
"metascraper-description": "^3.9.3",
6565
"metascraper-image": "^3.9.3",

0 commit comments

Comments
 (0)