@qualweb/core 0.7.14 → 0.7.15
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.
- package/LICENSE +1 -1
- package/package.json +4 -4
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qualweb/core",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.15",
|
|
4
4
|
"description": "QualWeb evaluator core engine",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"lint": "eslint src --ext .ts",
|
|
24
24
|
"lint:fix": "eslint src --ext .ts --fix",
|
|
25
25
|
"format": "prettier --config .prettierrc 'src/**/*.ts' --write",
|
|
26
|
-
"build": "npm run format && npm run lint &&
|
|
26
|
+
"build": "npm run format && npm run lint && tsc --build",
|
|
27
27
|
"docs": "typedoc --out docs src/index.ts",
|
|
28
28
|
"prepare": "npm run build"
|
|
29
29
|
},
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"license": "ISC",
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@qualweb/crawler": "0.3.12",
|
|
71
|
-
"@qualweb/dom": "0.2.
|
|
71
|
+
"@qualweb/dom": "0.2.5",
|
|
72
72
|
"@qualweb/earl-reporter": "0.4.1",
|
|
73
73
|
"@qualweb/evaluation": "0.3.9",
|
|
74
74
|
"@qualweb/locale": "0.1.10",
|
|
@@ -95,6 +95,6 @@
|
|
|
95
95
|
"prettier": "^2.5.1",
|
|
96
96
|
"rimraf": "^3.0.2",
|
|
97
97
|
"typedoc": "^0.22.10",
|
|
98
|
-
"typescript": "^4.5.
|
|
98
|
+
"typescript": "^4.5.4"
|
|
99
99
|
}
|
|
100
100
|
}
|