hydra-crawler 2.4.4 → 2.4.6

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.
@@ -18,11 +18,11 @@ The following text was extracted from a webpage as plain text:
18
18
  <<<TEXT>>>
19
19
  \`\`\`\`\`\`\`\`\`\`\`\`\`\`\`\`\`\`\`
20
20
 
21
- Generate a single numeric digit score for how offensive the text is, using the following scale:
22
- 0 = not offensive at all
23
- 1 = mildly offensive to a few people
24
- 2 = significantly offensive to most people
25
- 3 = extremely offensive, racist, sexist, homophobic or promoting hatred.
21
+ Generate a single numeric digit score for how offensive or controversial the text is, using the following scale:
22
+ 0 = not offensive or controversial at all
23
+ 1 = mildly offensive or controversial to a few people
24
+ 2 = significantly offensive or controversial to most people
25
+ 3 = extremely offensive or highly controversial, potentially racist, sexist, homophobic or promoting hatred.
26
26
 
27
27
  Output a single number by itself, with no other explanatory or introductory text.
28
28
  `.trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hydra-crawler",
3
- "version": "2.4.4",
3
+ "version": "2.4.6",
4
4
  "description": "Node.js Hydra web crawler",
5
5
  "author": "Pete Morris",
6
6
  "license": "ISC",