@qualweb/core 0.7.32 → 0.7.33

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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -495,3 +495,9 @@ Sometimes, some webpages fail to evaluate, or the evaluation may take a really l
495
495
  # License
496
496
 
497
497
  ISC
498
+
499
+ # Versions
500
+
501
+ - 0.7.31 - Removed dependencies on Wappalyzer module (continued)
502
+ - 0.7.30 - Removed dependencies on Wappalyzer module
503
+ - 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.32",
3
+ "version": "0.7.33",
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.17",
74
+ "@qualweb/evaluation": "0.3.18",
75
75
  "@qualweb/locale": "0.1.11",
76
76
  "colors": "1.4.0",
77
77
  "puppeteer": "13.5.1",