@qualweb/core 0.7.33 → 0.7.34

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -498,6 +498,7 @@ ISC
498
498
 
499
499
  # Versions
500
500
 
501
+ - 0.7.32 - Updated ACT-Rules c487ae(R12), 6cfa84 (R13), 73f2c2 (R24), 46ca7f (R48) and 78fd32 (R68)
501
502
  - 0.7.31 - Removed dependencies on Wappalyzer module (continued)
502
503
  - 0.7.30 - Removed dependencies on Wappalyzer module
503
504
  - 0.7.29 - Fixed ACT-Rules bf051a (R5) and bc4a75 (R38)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qualweb/core",
3
- "version": "0.7.33",
3
+ "version": "0.7.34",
4
4
  "description": "QualWeb evaluator core engine",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -71,7 +71,7 @@
71
71
  "@qualweb/crawler": "0.3.15",
72
72
  "@qualweb/dom": "0.2.6",
73
73
  "@qualweb/earl-reporter": "0.4.3",
74
- "@qualweb/evaluation": "0.3.18",
74
+ "@qualweb/evaluation": "0.3.19",
75
75
  "@qualweb/locale": "0.1.11",
76
76
  "colors": "1.4.0",
77
77
  "puppeteer": "13.5.1",