@crawlee/utils 3.17.1-beta.31 → 3.17.1-beta.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -258,32 +258,32 @@ const OPEN_GRAPH_PROPERTIES = [
|
|
|
258
258
|
outputName: 'articleInfo',
|
|
259
259
|
children: [
|
|
260
260
|
{
|
|
261
|
-
name: '
|
|
261
|
+
name: 'article:published_time',
|
|
262
262
|
outputName: 'publishedTime',
|
|
263
263
|
children: [],
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
|
-
name: '
|
|
266
|
+
name: 'article:modified_time',
|
|
267
267
|
outputName: 'modifiedTime',
|
|
268
268
|
children: [],
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
|
-
name: '
|
|
271
|
+
name: 'article:expiration_time',
|
|
272
272
|
outputName: 'expirationTime',
|
|
273
273
|
children: [],
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
name: '
|
|
276
|
+
name: 'article:author',
|
|
277
277
|
outputName: 'author',
|
|
278
278
|
children: [],
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
|
-
name: '
|
|
281
|
+
name: 'article:section',
|
|
282
282
|
outputName: 'section',
|
|
283
283
|
children: [],
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
|
-
name: '
|
|
286
|
+
name: 'article:tag',
|
|
287
287
|
outputName: 'tag',
|
|
288
288
|
children: [],
|
|
289
289
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/utils",
|
|
3
|
-
"version": "3.17.1-beta.
|
|
3
|
+
"version": "3.17.1-beta.32",
|
|
4
4
|
"description": "A set of shared utilities that can be used by crawlers",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@apify/log": "^2.4.0",
|
|
51
51
|
"@apify/ps-tree": "^1.2.0",
|
|
52
|
-
"@crawlee/types": "3.17.1-beta.
|
|
52
|
+
"@crawlee/types": "3.17.1-beta.32",
|
|
53
53
|
"@types/sax": "^1.2.7",
|
|
54
54
|
"cheerio": "1.0.0-rc.12",
|
|
55
55
|
"file-type": "^21.3.1",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "d8bbdbb6b21c1171f8c4f8593675f2aad98ca4fa"
|
|
74
74
|
}
|